Click here to Skip to main content
15,909,897 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Sort items in list view Pin
tasumisra2-Jul-07 4:59
tasumisra2-Jul-07 4:59 
GeneralRe: Sort items in list view Pin
CPallini2-Jul-07 5:18
mveCPallini2-Jul-07 5:18 
GeneralRe: Sort items in list view Pin
tasumisra2-Jul-07 5:28
tasumisra2-Jul-07 5:28 
GeneralRe: Sort items in list view Pin
CPallini2-Jul-07 5:32
mveCPallini2-Jul-07 5:32 
QuestionWhat does it require to be an Architect ? Pin
dharani1-Jul-07 22:07
dharani1-Jul-07 22:07 
AnswerRe: What does it require to be an Architect ? Pin
aatul2-Jul-07 0:19
aatul2-Jul-07 0:19 
QuestionMFC Drag /Drop Pin
Jhony george1-Jul-07 21:50
Jhony george1-Jul-07 21:50 
AnswerRe: MFC Drag /Drop Pin
Mark Salsbery2-Jul-07 6:45
Mark Salsbery2-Jul-07 6:45 
What's the drag source?

If it's the File Manager or Windows Explorer you could:

1) Call DragAcceptFiles() on the treeview control.
2) Respond to the WM_DROPFILES message in the treeview control.
3) Use DragQueryPoint() to get the cursor position where drop occurred
4) Use TreeView_HitTest() to find which item the file was dropped on
5) Use DragQueryFile() to get the name of the file dropped

Mark





Mark Salsbery
Microsoft MVP - Visual C++

QuestionMFC Question Pin
Akin Ocal1-Jul-07 21:12
Akin Ocal1-Jul-07 21:12 
AnswerRe: MFC Question Pin
Hamid_RT1-Jul-07 21:23
Hamid_RT1-Jul-07 21:23 
GeneralRe: MFC Question Pin
Akin Ocal1-Jul-07 21:46
Akin Ocal1-Jul-07 21:46 
AnswerRe: MFC Question Pin
khan++2-Jul-07 0:29
khan++2-Jul-07 0:29 
GeneralRe: MFC Question Pin
Akin Ocal2-Jul-07 1:30
Akin Ocal2-Jul-07 1:30 
QuestionDirectshow VMR9 Filter Pin
Akin Ocal1-Jul-07 21:09
Akin Ocal1-Jul-07 21:09 
AnswerRe: Directshow VMR9 Filter Pin
Mark Salsbery2-Jul-07 6:50
Mark Salsbery2-Jul-07 6:50 
QuestionNeed help regarding serial Communication Programming Pin
yaminisridaran1-Jul-07 20:52
yaminisridaran1-Jul-07 20:52 
AnswerRe: Need help regarding serial Communication Programming Pin
hameduser1-Jul-07 21:17
hameduser1-Jul-07 21:17 
GeneralRe: Need help regarding serial Communication Programming Pin
yaminisridaran1-Jul-07 21:30
yaminisridaran1-Jul-07 21:30 
AnswerRe: Need help regarding serial Communication Programming Pin
Hamid_RT1-Jul-07 21:21
Hamid_RT1-Jul-07 21:21 
AnswerRe: Need help regarding serial Communication Programming Pin
normanS1-Jul-07 23:53
normanS1-Jul-07 23:53 
GeneralRe: Need help regarding serial Communication Programming Pin
yaminisridaran2-Jul-07 0:15
yaminisridaran2-Jul-07 0:15 
GeneralRe: Need help regarding serial Communication Programming Pin
normanS2-Jul-07 3:07
normanS2-Jul-07 3:07 
GeneralRe: Need help regarding serial Communication Programming Pin
yaminisridaran2-Jul-07 18:01
yaminisridaran2-Jul-07 18:01 
GeneralRe: Need help regarding serial Communication Programming Pin
normanS3-Jul-07 9:28
normanS3-Jul-07 9:28 
Questionbcdedit in vista Pin
saisp1-Jul-07 20:40
saisp1-Jul-07 20:40 

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.