Hi ,
I am new to this group, but it would be really nice if you can really help me out. I am trying to Export a file from my application to windows explorer through drag and drop using right mouse button . But once i am doing it i am getting the DragandDropContext Menu Handler, but i don't want to show that menu instead of that i wanna show my own context menu .
Can that pe possible ? How?
Waiting for ur response
Thankx in Advance
Dj.
---
William DePalo [MVP VC++] - 14 Oct 2004 15:29 GMT
> I am new to this group,
Welcome.
> but it would be really nice if you can really help me out.
Yes! :-)
> I am trying to Export a file from my application to windows
> explorer through drag and drop using right mouse button .
If no one responds here you might want to try
microsoft.public.platformsdk.shell
where extending Explorer is the main topic or
microsoft.public.win32.programmer.ui
where all things user-interface are discussed.
Regards,
Will