When droping a file within a CDialog correctly defined as an accept files window I get the event when I drop the file in my window (by defining the function OnDropFile(HDROP hDropInfo) and the message hendler WM_ONFILEDROP), but...
how can I get the name of the file -or files-? Where can i get a description of this HDROP structure?
I just get the event, but can't get the file.
Thanks a lot
Toni
how can I get the name of the file -or files-? Where can i get a description of this HDROP structure?
I just get the event, but can't get the file.
Thanks a lot
Toni