Click here to Skip to main content
16,006,440 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDLL Without MFC Pin
schoni9-Aug-05 1:51
schoni9-Aug-05 1:51 
GeneralRe: DLL Without MFC Pin
Chris Losinger9-Aug-05 2:12
professionalChris Losinger9-Aug-05 2:12 
GeneralRe: DLL Without MFC Pin
schoni9-Aug-05 2:28
schoni9-Aug-05 2:28 
GeneralRe: DLL Without MFC Pin
Cedric Moonen9-Aug-05 2:36
Cedric Moonen9-Aug-05 2:36 
GeneralRe: DLL Without MFC Pin
David Crow9-Aug-05 2:43
David Crow9-Aug-05 2:43 
GeneralRe: DLL Without MFC Pin
Tim Smith9-Aug-05 4:03
Tim Smith9-Aug-05 4:03 
GeneralCFileDialog in CPropertySheet Pin
johny_d9-Aug-05 1:32
johny_d9-Aug-05 1:32 
GeneralRe: CFileDialog in CPropertySheet Pin
BlackDice9-Aug-05 2:47
BlackDice9-Aug-05 2:47 
Yes, there is! I've done this on a regular dialog, I don't have much experience with property pages, but I think it will work.

Change the id of the dialog that you use for your property page to IDD_FILEOPEN_EX.
Delete the OK and Cancel buttons.
Select 'Clip Siblings' and 'Clip Children' in the dialog's properties.
Create a static control and change it's id to "stc32" (no quotes).
In your Resource.h file, delete the definition for stc32.
"stc32 is a constant #defined in dlgs.h, so #include dlgs.h in your .rc file.

the file dialog should now show up in place of the static control on that dialog.

My articles

www.stillwaterexpress.com

BlackDice
GeneralRe: CFileDialog in CPropertySheet Pin
johny_d12-Aug-05 21:06
johny_d12-Aug-05 21:06 
GeneralRe: CFileDialog in CPropertySheet Pin
Maximilien6-Oct-20 10:29
Maximilien6-Oct-20 10:29 
Generalunmanaged .lib in VS.NET Pin
Alper KARS9-Aug-05 1:29
Alper KARS9-Aug-05 1:29 
GeneralRe: unmanaged .lib in VS.NET Pin
Jose Lamas Rios9-Aug-05 4:20
Jose Lamas Rios9-Aug-05 4:20 
GeneralRe: unmanaged .lib in VS.NET Pin
Alper KARS9-Aug-05 4:44
Alper KARS9-Aug-05 4:44 
GeneralThe troublesome BOOKMARK question of VC6.0 ! help ~~~~ Pin
CNHKfsh9-Aug-05 0:58
CNHKfsh9-Aug-05 0:58 
GeneralRe: The troublesome BOOKMARK question of VC6.0 ! help ~~~~ Pin
David Crow9-Aug-05 2:45
David Crow9-Aug-05 2:45 
GeneralRe: The troublesome BOOKMARK question of VC6.0 ! help ~~~~ Pin
ALittleTree9-Aug-05 4:33
ALittleTree9-Aug-05 4:33 
GeneralRe: The troublesome BOOKMARK question of VC6.0 ! help ~~~~ Pin
CNHKfsh9-Aug-05 17:02
CNHKfsh9-Aug-05 17:02 
Generalto BOOL or not to bool Pin
BadKarma8-Aug-05 23:50
BadKarma8-Aug-05 23:50 
GeneralRe: to BOOL or not to bool Pin
Eytukan9-Aug-05 0:09
Eytukan9-Aug-05 0:09 
GeneralRe: to BOOL or not to bool Pin
Marc Soleda9-Aug-05 0:14
Marc Soleda9-Aug-05 0:14 
GeneralRe: to BOOL or not to bool Pin
David Crow9-Aug-05 2:48
David Crow9-Aug-05 2:48 
GeneralRe: to BOOL or not to bool Pin
Marc Soleda9-Aug-05 3:12
Marc Soleda9-Aug-05 3:12 
GeneralRe: to BOOL or not to bool Pin
Tim Smith9-Aug-05 3:54
Tim Smith9-Aug-05 3:54 
GeneralRe: to BOOL or not to bool Pin
V.9-Aug-05 0:16
professionalV.9-Aug-05 0:16 
GeneralRe: to BOOL or not to bool Pin
Tim Smith9-Aug-05 3:55
Tim Smith9-Aug-05 3:55 

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.