Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DropFiles....Context Menu Handler

Status
Not open for further replies.

TalosBlack

Programmer
Jan 6, 2004
33
0
0
US
I am trying to unravel and add functionality to a context menu handler i found online. The program adds a right click option to context menus for files. Right now it uses *foperation* and i have it running what amounts to be a copy function (i know how to easily change this to a move, delete ect. the standard foperation functions). I want this function to also create a shortcut to a predefined location. I have the code working for one file but when more then one file is selected the foperation works but my shortcut creation only works on one of the files. I know that _DropFiles "Defines the CF_HDROP clipboard format. The data that follows is a double null-terminated list of file names. " Therefore i presume that the file names are seperated by a single null termination. (this could be wrong). If that is the case i think my shortcut creation routine reads then end of the variable at the first null character. Do you know if that is my problem? Either way do you have any idea on how i can get all of the data held in the dropfile variable out?

Thanks

John
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top