Click here to Skip to main content
16,016,178 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: vptr help? Pin
Joe Woodbury12-Jul-09 17:25
professionalJoe Woodbury12-Jul-09 17:25 
GeneralRe: vptr help? Pin
Joe Woodbury12-Jul-09 17:30
professionalJoe Woodbury12-Jul-09 17:30 
GeneralRe: vptr help? Pin
sam_psycho12-Jul-09 8:42
sam_psycho12-Jul-09 8:42 
GeneralRe: vptr help? Pin
Stuart Dootson12-Jul-09 8:59
professionalStuart Dootson12-Jul-09 8:59 
GeneralRe: vptr help? Pin
«_Superman_»12-Jul-09 16:52
professional«_Superman_»12-Jul-09 16:52 
QuestionNow playing in vc++ Pin
storyera_storyera12-Jul-09 4:51
storyera_storyera12-Jul-09 4:51 
Questionhow to drag a document to a listctrl from desktop for example (mfc) Pin
johnfafa12-Jul-09 2:26
johnfafa12-Jul-09 2:26 
AnswerRe: how to drag a document to a listctrl from desktop for example (mfc) Pin
Stuart Dootson12-Jul-09 5:23
professionalStuart Dootson12-Jul-09 5:23 
Have a look at this article[^]. The list control needs to be a drop target. Look at the OnDragOver and OnDrop handlers - they mention a data object (of type COleDatObject). That object will contain data of a number of formats. I'd suggest you implement the drop target thing and then experiment with dropping explorer files onto the list control and see what data formats the data object contains, to see which is the format you want to access. CFSTR_SHELLIDLIST is probably a good one - it returns an array of PIDLISTs, one for each explorer item. You can get paths from that using SHGetPathFromIDList[^]

Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

GeneralRe: how to drag a document to a listctrl from desktop for example (mfc) Pin
johnfafa12-Jul-09 22:02
johnfafa12-Jul-09 22:02 
GeneralRe: how to drag a document to a listctrl from desktop for example (mfc) Pin
Stuart Dootson12-Jul-09 22:08
professionalStuart Dootson12-Jul-09 22:08 
GeneralRe: how to drag a document to a listctrl from desktop for example (mfc) Pin
Stuart Dootson12-Jul-09 23:38
professionalStuart Dootson12-Jul-09 23:38 
Questionthe parent of exe files in windows Pin
zon_cpp11-Jul-09 22:33
zon_cpp11-Jul-09 22:33 
AnswerRe: the parent of exe files in windows Pin
Stuart Dootson11-Jul-09 23:48
professionalStuart Dootson11-Jul-09 23:48 
GeneralRe: the parent of exe files in windows Pin
zon_cpp12-Jul-09 0:04
zon_cpp12-Jul-09 0:04 
GeneralRe: the parent of exe files in windows Pin
Stuart Dootson12-Jul-09 0:24
professionalStuart Dootson12-Jul-09 0:24 
QuestionA CLASS TO CONTROL SOME BITMAPS [modified] Pin
Dr.FIA11-Jul-09 19:51
Dr.FIA11-Jul-09 19:51 
AnswerRe: A CLASS TO CONTROL SOME BITMAPS Pin
«_Superman_»11-Jul-09 19:53
professional«_Superman_»11-Jul-09 19:53 
QuestionRe: A CLASS TO CONTROL SOME BITMAPS Pin
Dr.FIA11-Jul-09 20:02
Dr.FIA11-Jul-09 20:02 
QuestionRe: A CLASS TO CONTROL SOME BITMAPS Pin
«_Superman_»11-Jul-09 20:15
professional«_Superman_»11-Jul-09 20:15 
QuestionRe: A CLASS TO CONTROL SOME BITMAPS Pin
Dr.FIA11-Jul-09 20:50
Dr.FIA11-Jul-09 20:50 
QuestionI need help about searching and deleting files? Pin
jon ray11-Jul-09 17:47
jon ray11-Jul-09 17:47 
AnswerRe: I need help about searching and deleting files? Pin
Hamid_RT11-Jul-09 19:43
Hamid_RT11-Jul-09 19:43 
AnswerRe: I need help about searching and deleting files? Pin
«_Superman_»11-Jul-09 19:51
professional«_Superman_»11-Jul-09 19:51 
GeneralRe: I need help about searching and deleting files? Pin
jon ray11-Jul-09 20:09
jon ray11-Jul-09 20:09 
GeneralRe: I need help about searching and deleting files? Pin
«_Superman_»11-Jul-09 20:13
professional«_Superman_»11-Jul-09 20:13 

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.