Click here to Skip to main content
15,888,454 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Dialog Context Sensitive Help, MFC 6.0 Pin
Blake Miller23-Jul-00 17:56
Blake Miller23-Jul-00 17:56 
GeneralRe: Dialog Context Sensitive Help, MFC 6.0 Pin
Jeff Naber24-Jul-00 7:09
Jeff Naber24-Jul-00 7:09 
GeneralCreating dialogs Pin
CaffeinePlease21-Jul-00 13:23
CaffeinePlease21-Jul-00 13:23 
GeneralRe: Creating dialogs Pin
Jeff Naber21-Jul-00 13:44
Jeff Naber21-Jul-00 13:44 
GeneralEfficient transparent drawing with dib & png Pin
Benedict Verheyen21-Jul-00 13:21
sussBenedict Verheyen21-Jul-00 13:21 
GeneralRe: Efficient transparent drawing with dib & png Pin
Benedict Verheyen25-Jul-00 5:05
sussBenedict Verheyen25-Jul-00 5:05 
GeneralI want the full path name. Pin
Member 351721-Jul-00 13:03
Member 351721-Jul-00 13:03 
GeneralRe: I want the full path name. Pin
Mike Dunn21-Jul-00 17:47
Mike Dunn21-Jul-00 17:47 
Here's the bare-bones code to do it. Adding error handling is left as an exercise to the reader. Wink | ;)
LPITEMIDLIST pidl;
LPMALLOC pMalloc;
TCHAR szDir[MAX_PATH];

pidl = SHBrowseForFolder(&x);
SHGetPathFromIDList ( pidl, szDir );

SHGetMalloc(&pMalloc);
pMalloc->Free(pidl);
pMalloc->Release();

GeneralDisabled buttons and bitmaps Pin
Roger21-Jul-00 9:59
Roger21-Jul-00 9:59 
GeneralBitmap operations Pin
sergiu3221-Jul-00 9:36
sergiu3221-Jul-00 9:36 
GeneralRandomizing until Mouse Button Pressed Pin
Nuno Tavares21-Jul-00 7:16
Nuno Tavares21-Jul-00 7:16 
GeneralDrives and Files Pin
Quantum_Fragment20-Jul-00 17:21
sussQuantum_Fragment20-Jul-00 17:21 
GeneralRe: Drives and Files Pin
Mike Dunn21-Jul-00 7:00
Mike Dunn21-Jul-00 7:00 
QuestionHow do I handle modeless dialog events? Pin
Thomas T.20-Jul-00 10:49
Thomas T.20-Jul-00 10:49 
AnswerRe: How do I handle modeless dialog events? Pin
Philip Nicoletti21-Jul-00 6:20
Philip Nicoletti21-Jul-00 6:20 
GeneralRe: How do I handle modeless dialog events? Pin
Thomas T.27-Jul-00 23:32
Thomas T.27-Jul-00 23:32 
GeneralDialog color Pin
Roger20-Jul-00 10:10
Roger20-Jul-00 10:10 
GeneralRe: Dialog color Pin
Mike Dunn20-Jul-00 16:01
Mike Dunn20-Jul-00 16:01 
GeneralRe: Dialog color Pin
Roger21-Jul-00 4:29
Roger21-Jul-00 4:29 
GeneralRe: Dialog color Pin
Nobody24-Jul-00 11:23
Nobody24-Jul-00 11:23 
GeneralRe: Dialog color Pin
nobody0808924-Jul-00 11:25
nobody0808924-Jul-00 11:25 
GeneralTab Control Pin
Roger20-Jul-00 10:08
Roger20-Jul-00 10:08 
GeneralMFC Desktop Applications Exam Pin
Gaz20-Jul-00 7:00
Gaz20-Jul-00 7:00 
GeneralDirectDraw problem Pin
Ricky20-Jul-00 4:45
Ricky20-Jul-00 4:45 
QuestionIE 5.5: QueryInterface(IPersistStreamInit) fails on frames?!? Pin
Mike Morearty19-Jul-00 12:31
Mike Morearty19-Jul-00 12:31 

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.