PC Review


Reply
Thread Tools Rate Thread

ContextMenu Invocation

 
 
tvsdeepak
Guest
Posts: n/a
 
      30th Apr 2007
Hi All,

I want to write a program which will invoke action on the windows
context menu. Any pointers how it can be done.

Eg: myprogram.exe "sendto\bluetooth device" "<fileName>

This should have the same affect as right clicking a file and calling
sendto->bluetooth device.


Regards,
Deepak.

 
Reply With Quote
 
 
 
 
CreateWindow
Guest
Posts: n/a
 
      30th Apr 2007
Hi,

Search Google for "Shell Extensions".

CreateWindow

"tvsdeepak" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi All,
>
> I want to write a program which will invoke action on the windows
> context menu. Any pointers how it can be done.
>
> Eg: myprogram.exe "sendto\bluetooth device" "<fileName>
>
> This should have the same affect as right clicking a file and calling
> sendto->bluetooth device.
>
>
> Regards,
> Deepak.
>



 
Reply With Quote
 
tvsdeepak
Guest
Posts: n/a
 
      30th Apr 2007
Hi,

I know about shell extensions. I am able to add new item to context
menu using shell extensions.
But I couldn't find a way where I can invoke the existing entries in
the context menu in my application.

Regards,
Deepak

On Apr 30, 11:59 am, "CreateWindow" <createwin...@gmail.com> wrote:
> Hi,
>
> Search Google for "Shell Extensions".
>
> CreateWindow
>
> "tvsdeepak" <tvsdee...@gmail.com> wrote in message
>
> news:(E-Mail Removed)...
>
> > Hi All,

>
> > I want to write a program which will invoke action on the windows
> > context menu. Any pointers how it can be done.

>
> > Eg: myprogram.exe "sendto\bluetooth device" "<fileName>

>
> > This should have the same affect as right clicking a file and calling
> > sendto->bluetooth device.

>
> > Regards,
> > Deepak.



 
Reply With Quote
 
CreateWindow
Guest
Posts: n/a
 
      30th Apr 2007
Dear Deepak,

What programming language are you using? Do you mean you want to pop up a
context menu using the Win32 API or something else? The TrackPopupMenu
functions work well in classic C Windows programming. You can have balloon
tips too etc. Can you explain what you want a bit more please. Maybe ask in
a more appropriate group?

Cheers,
CreateWindow
http://mymessagetaker.com


"tvsdeepak" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi,
>
> I know about shell extensions. I am able to add new item to context
> menu using shell extensions.
> But I couldn't find a way where I can invoke the existing entries in
> the context menu in my application.
>
> Regards,
> Deepak
>
> On Apr 30, 11:59 am, "CreateWindow" <createwin...@gmail.com> wrote:
>> Hi,
>>
>> Search Google for "Shell Extensions".
>>
>> CreateWindow
>>
>> "tvsdeepak" <tvsdee...@gmail.com> wrote in message
>>
>> news:(E-Mail Removed)...
>>
>> > Hi All,

>>
>> > I want to write a program which will invoke action on the windows
>> > context menu. Any pointers how it can be done.

>>
>> > Eg: myprogram.exe "sendto\bluetooth device" "<fileName>

>>
>> > This should have the same affect as right clicking a file and calling
>> > sendto->bluetooth device.

>>
>> > Regards,
>> > Deepak.

>
>



 
Reply With Quote
 
tvsdeepak
Guest
Posts: n/a
 
      1st May 2007
Hi,

I am using VC++. My idea is to launch Bluetooth file transfer wizard
with an input file.
Explorer invokes it when u right click on a file and click "sendto-
>Bluetooth Device".

I need to simulate the same behaviour in a win32 application (launch
bt file transfer wizard).

Couldn't figure out which is the best group where I can post it, so
posted in a general group.

Thanks
Deepak


On Apr 30, 5:37 pm, "CreateWindow" <createwin...@gmail.com> wrote:
> Dear Deepak,
>
> What programming language are you using? Do you mean you want to pop up a
> context menu using the Win32 API or something else? The TrackPopupMenu
> functions work well in classic C Windows programming. You can have balloon
> tips too etc. Can you explain what you want a bit more please. Maybe ask in
> a more appropriate group?
>
> Cheers,
> CreateWindowhttp://mymessagetaker.com
>
> "tvsdeepak" <tvsdee...@gmail.com> wrote in message
>
> news:(E-Mail Removed)...
>
> > Hi,

>
> > I know about shell extensions. I am able to add new item to context
> > menu using shell extensions.
> > But I couldn't find a way where I can invoke the existing entries in
> > the context menu in my application.

>
> > Regards,
> > Deepak

>
> > On Apr 30, 11:59 am, "CreateWindow" <createwin...@gmail.com> wrote:
> >> Hi,

>
> >> Search Google for "Shell Extensions".

>
> >> CreateWindow

>
> >> "tvsdeepak" <tvsdee...@gmail.com> wrote in message

>
> >>news:(E-Mail Removed)...

>
> >> > Hi All,

>
> >> > I want to write a program which will invoke action on the windows
> >> > context menu. Any pointers how it can be done.

>
> >> > Eg: myprogram.exe "sendto\bluetooth device" "<fileName>

>
> >> > This should have the same affect as right clicking a file and calling
> >> > sendto->bluetooth device.

>
> >> > Regards,
> >> > Deepak.



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: C# and COM object invocation =?Utf-8?B?ZWluYXI=?= Microsoft C# .NET 0 11th Oct 2004 04:25 PM
Screensaver invocation =?Utf-8?B?RWxseSBTb2tvbA==?= Microsoft Windows 2000 1 22nd Jun 2004 07:43 AM
Screensaver invocation =?Utf-8?B?RWxseSBTb2tvbA==?= Microsoft Windows 2000 0 21st Jun 2004 03:01 PM
Is it possible to add ContextMenu items to the Standard TextBox ContextMenu??? =?Utf-8?B?TWlrZSBpbiBQYXJhZGlzZQ==?= Microsoft Dot NET Framework Forms 1 15th Mar 2004 07:54 AM
Invocation by reflection =?Utf-8?B?QmV2bw==?= Microsoft C# .NET 2 27th Jan 2004 09:39 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:30 PM.