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

C / C++ / MFC

 
GeneralRe: trying to read rtfbody of email Pin
pnpfriend22-Sep-05 4:19
pnpfriend22-Sep-05 4:19 
GeneralRe: trying to read rtfbody of email Pin
pnpfriend22-Sep-05 5:40
pnpfriend22-Sep-05 5:40 
QuestionWhere to place code to be ran immediately after all mfc contruction is completed. Pin
Dan Neely21-Sep-05 9:38
Dan Neely21-Sep-05 9:38 
AnswerRe: Where to place code to be ran immediately after all mfc contruction is completed. Pin
David Crow21-Sep-05 10:08
David Crow21-Sep-05 10:08 
GeneralRe: Where to place code to be ran immediately after all mfc contruction is completed. Pin
Dan Neely21-Sep-05 10:28
Dan Neely21-Sep-05 10:28 
GeneralRe: Where to place code to be ran immediately after all mfc contruction is completed. Pin
Blake Miller22-Sep-05 4:18
Blake Miller22-Sep-05 4:18 
QuestionNewlines in my Edit Box Pin
bugDanny21-Sep-05 9:29
bugDanny21-Sep-05 9:29 
AnswerRe: Newlines in my Edit Box Pin
David Crow21-Sep-05 9:34
David Crow21-Sep-05 9:34 
AnswerRe: Newlines in my Edit Box Pin
Chris Losinger21-Sep-05 9:36
professionalChris Losinger21-Sep-05 9:36 
GeneralRe: Newlines in my Edit Box Pin
bugDanny21-Sep-05 10:58
bugDanny21-Sep-05 10:58 
GeneralRe: Newlines in my Edit Box Pin
Chris Losinger21-Sep-05 11:53
professionalChris Losinger21-Sep-05 11:53 
QuestionAdding menu items to a mfc sdi app Pin
Dan Neely21-Sep-05 9:07
Dan Neely21-Sep-05 9:07 
AnswerRe: Adding menu items to a mfc sdi app Pin
Dan Neely21-Sep-05 9:25
Dan Neely21-Sep-05 9:25 
QuestionClosing windows Pin
Demian Panello21-Sep-05 8:35
Demian Panello21-Sep-05 8:35 
GeneralRe: Closing windows Pin
ddmcr21-Sep-05 8:58
ddmcr21-Sep-05 8:58 
AnswerRe: Closing windows Pin
David Crow21-Sep-05 9:31
David Crow21-Sep-05 9:31 
AnswerRe: Closing windows Pin
ThatsAlok21-Sep-05 19:03
ThatsAlok21-Sep-05 19:03 
Questionwebbrowser & internet explorer Pin
RaymondM21-Sep-05 7:27
RaymondM21-Sep-05 7:27 
QuestionDHTML Edit Pin
jianxin080521-Sep-05 6:58
jianxin080521-Sep-05 6:58 
Questionhow to find dependencies Pin
Eytukan21-Sep-05 6:51
Eytukan21-Sep-05 6:51 
Answeri tried in "Bulid->start debug->go" Pin
Eytukan21-Sep-05 6:55
Eytukan21-Sep-05 6:55 
GeneralUse Dependency Walker Pin
Rob Caldecott21-Sep-05 6:57
Rob Caldecott21-Sep-05 6:57 
GeneralRe: Use Dependency Walker Pin
Eytukan21-Sep-05 7:03
Eytukan21-Sep-05 7:03 
GeneralRe: Use Dependency Walker Pin
David Crow21-Sep-05 9:36
David Crow21-Sep-05 9:36 
QuestionSHGetFileInfo - how to index of default folder icon Pin
Ian Bowler21-Sep-05 6:20
Ian Bowler21-Sep-05 6:20 
Hello,

I'm building a Windows Explorer-like application that displays files and folders. For my particular app, however, the files and folders being displayed may not exist on the computer the app is running on.

I'm using SHGetFileInfo with the flag SHGFI_USEFILEATTRIBUTES to get the icon for the file whether it exists on the computer or not.

Is there a similar way to get a folder icon for a path that doesn't exist? If the path I'm displaying in the folder tree doesn't exist, I want to get the default folder icon index (I'm using SHGetFileInfo to get the system image list).

Any ideas?

Thanks,

Ian

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.