Click here to Skip to main content
15,892,768 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Sending Asynchronous messages from VC++(dll) to VB(client) Pin
Stephen Hewitt3-Feb-06 18:10
Stephen Hewitt3-Feb-06 18:10 
AnswerRe: Sending Asynchronous messages from VC++(dll) to VB(client) Pin
S Douglas3-Feb-06 20:59
professionalS Douglas3-Feb-06 20:59 
QuestionHow to save a "MHTML" file as a BMP file? Pin
zhangguoliming3-Feb-06 4:32
zhangguoliming3-Feb-06 4:32 
AnswerRe: How to save a "MHTML" file as a BMP file? Pin
Sebastian Schneider3-Feb-06 4:35
Sebastian Schneider3-Feb-06 4:35 
GeneralRe: How to save a "MHTML" file as a BMP file? Pin
Stephen Hewitt3-Feb-06 18:11
Stephen Hewitt3-Feb-06 18:11 
GeneralRe: How to save a "MHTML" file as a BMP file? Pin
Leonhardt Wille2-May-06 23:03
Leonhardt Wille2-May-06 23:03 
QuestionDrag and Drop Pin
Anil_vvs3-Feb-06 3:54
Anil_vvs3-Feb-06 3:54 
AnswerRe: Drag and Drop Pin
Iain Clarke, Warrior Programmer3-Feb-06 4:55
Iain Clarke, Warrior Programmer3-Feb-06 4:55 
Well, you could install a hook, and handle WM_DROPFILES, and so on....

But Explorer exposes a lot of functionality for you to hook into. You could write a drop handler for the cases you are interested in, and so on.

A good place to start is the excellent shell programming series by Michale Dunn: http://www.codeproject.com/shell/[^]

Good luck,

Iain.
AnswerRe: Drag and Drop Pin
Michael Dunn3-Feb-06 12:56
sitebuilderMichael Dunn3-Feb-06 12:56 
GeneralRe: Drag and Drop Pin
Anil_vvs3-Feb-06 19:09
Anil_vvs3-Feb-06 19:09 
GeneralRe: Drag and Drop Pin
Michael Dunn3-Feb-06 19:43
sitebuilderMichael Dunn3-Feb-06 19:43 
GeneralRe: Drag and Drop Pin
Anil_vvs3-Feb-06 21:21
Anil_vvs3-Feb-06 21:21 
Questionsorry Pin
astatira3-Feb-06 3:48
astatira3-Feb-06 3:48 
AnswerRe: sorry Pin
David Crow3-Feb-06 4:32
David Crow3-Feb-06 4:32 
QuestionI have questions in my project Pin
astatira3-Feb-06 3:43
astatira3-Feb-06 3:43 
AnswerRe: I have questions in my project Pin
Maximilien3-Feb-06 3:57
Maximilien3-Feb-06 3:57 
AnswerRe: I have questions in my project Pin
Bob Flynn3-Feb-06 4:09
Bob Flynn3-Feb-06 4:09 
AnswerRe: I have questions in my project Pin
David Crow3-Feb-06 4:27
David Crow3-Feb-06 4:27 
QuestionAuto deletion on reboot Pin
Kharfax3-Feb-06 2:52
Kharfax3-Feb-06 2:52 
AnswerRe: Auto deletion on reboot Pin
Russell'3-Feb-06 3:25
Russell'3-Feb-06 3:25 
GeneralRe: Auto deletion on reboot Pin
Kharfax3-Feb-06 3:35
Kharfax3-Feb-06 3:35 
GeneralRe: Auto deletion on reboot Pin
Russell'3-Feb-06 4:04
Russell'3-Feb-06 4:04 
AnswerRe: Auto deletion on reboot Pin
David Crow3-Feb-06 3:36
David Crow3-Feb-06 3:36 
AnswerRe: Auto deletion on reboot Pin
Michael Dunn3-Feb-06 12:59
sitebuilderMichael Dunn3-Feb-06 12:59 
GeneralRe: Auto deletion on reboot Pin
Kharfax6-Feb-06 2:39
Kharfax6-Feb-06 2:39 

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.