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.
>
>