Click here to Skip to main content
15,896,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to get the selected files name during Drag&Drop's mouse moving process Pin
welli21-Feb-06 21:56
welli21-Feb-06 21:56 
AnswerRe: how to get the selected files name during Drag&Drop's mouse moving process Pin
James R. Twine22-Feb-06 2:30
James R. Twine22-Feb-06 2:30 
   During the Drag Enter and Drag Over notifications, you are able to determine what kind of data is being dragged; you might be able to take a peek at the data as well.

   If using MFC, the OnDragOver handler gets a pointer to the COleDataObject for the dragged data.  You might be able to call one of the Get*Data(...) functions off of that pointer.

   However, note that you should NOT do anything too time-consuming during the drag over, or performance will be affected.

   Peace!

-=- James
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
DeleteFXPFiles & CheckFavorites
(Please rate this post!)
GeneralRe: how to get the selected files name during Drag&Drop's mouse moving process Pin
welli22-Feb-06 14:20
welli22-Feb-06 14:20 
Questionto call a second dll from the First Dll in VC++ application. Pin
phijophlip21-Feb-06 20:22
phijophlip21-Feb-06 20:22 
AnswerRe: to call a second dll from the First Dll in VC++ application. Pin
Eytukan21-Feb-06 20:53
Eytukan21-Feb-06 20:53 
QuestionService troubles Pin
Esmo200021-Feb-06 19:44
Esmo200021-Feb-06 19:44 
GeneralRe: Service troubles Pin
Malli_S21-Feb-06 20:43
Malli_S21-Feb-06 20:43 
GeneralRe: Service troubles Pin
Esmo200021-Feb-06 20:48
Esmo200021-Feb-06 20:48 
Questionfunction pointer array problem Pin
CastleIsle21-Feb-06 19:43
CastleIsle21-Feb-06 19:43 
AnswerRe: function pointer array problem Pin
kakan21-Feb-06 20:12
professionalkakan21-Feb-06 20:12 
AnswerRe: function pointer array problem Pin
Cedric Moonen21-Feb-06 20:13
Cedric Moonen21-Feb-06 20:13 
GeneralRe: function pointer array problem Pin
CastleIsle22-Feb-06 5:18
CastleIsle22-Feb-06 5:18 
AnswerRe: function pointer array problem Pin
Roger Stoltz22-Feb-06 5:53
Roger Stoltz22-Feb-06 5:53 
GeneralRe: function pointer array problem Pin
CastleIsle22-Feb-06 10:15
CastleIsle22-Feb-06 10:15 
AnswerRe: function pointer array problem Pin
Roger Stoltz21-Feb-06 22:35
Roger Stoltz21-Feb-06 22:35 
GeneralRe: function pointer array problem Pin
CastleIsle22-Feb-06 5:04
CastleIsle22-Feb-06 5:04 
AnswerRe: function pointer array problem Pin
Roger Stoltz22-Feb-06 5:23
Roger Stoltz22-Feb-06 5:23 
GeneralRe: function pointer array problem Pin
CastleIsle22-Feb-06 5:48
CastleIsle22-Feb-06 5:48 
AnswerRe: function pointer array problem Pin
Roger Stoltz22-Feb-06 6:30
Roger Stoltz22-Feb-06 6:30 
Questionhow to get long file name (instead of old 8.3 notation) Pin
csc21-Feb-06 19:20
csc21-Feb-06 19:20 
AnswerRe: how to get long file name (instead of old 8.3 notation) Pin
Stephen Hewitt21-Feb-06 19:30
Stephen Hewitt21-Feb-06 19:30 
GeneralRe: how to get long file name (instead of old 8.3 notation) Pin
csc21-Feb-06 19:42
csc21-Feb-06 19:42 
QuestionHelp for Arabic/Urdu Development in Visual C++ Pin
signbit21-Feb-06 18:51
signbit21-Feb-06 18:51 
AnswerRe: Help for Arabic/Urdu Development in Visual C++ Pin
Rajesh R Subramanian21-Feb-06 19:00
professionalRajesh R Subramanian21-Feb-06 19:00 
AnswerRe: Help for Arabic/Urdu Development in Visual C++ Pin
Malli_S21-Feb-06 19:23
Malli_S21-Feb-06 19:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.