I want to write a program which will invoke action on the windows
context menu. Basically I want to access the context menu and invoke
menu/submenu items from a win32 application (without displaying the
menu)
Any pointers how it can be done.
Eg: myprogram.exe "sendto\bluetooth device" "<fileName>"
This should invoke the bt file transfer wizard with a filename as
input.
i.e., This should have the same affect as right clicking a file and
calling
sendto->bluetooth device.
Regards,
Deepak.