Dialog
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
hi i want to implement drag and drop. what i want is when some one drops a file on my exe icon it will process that file. swarup
-
hi i want to implement drag and drop. what i want is when some one drops a file on my exe icon it will process that file. swarup
First off you'll need to call
DragAcceptFiles()
. Then you'll need to handle theWM_DROPFILES
message.
"When I was born I was so surprised that I didn't talk for a year and a half." - Gracie Allen