Click here to Skip to main content
15,912,329 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: recursively search the registry and delete text Pin
Joan M2-Dec-02 9:11
professionalJoan M2-Dec-02 9:11 
GeneralFile extension and default icon Pin
act_x2-Dec-02 6:51
act_x2-Dec-02 6:51 
GeneralRe: File extension and default icon Pin
Rickard Andersson202-Dec-02 7:32
Rickard Andersson202-Dec-02 7:32 
GeneralRe: File extension and default icon Pin
act_x2-Dec-02 8:05
act_x2-Dec-02 8:05 
GeneralRe: File extension and default icon Pin
Rickard Andersson202-Dec-02 8:38
Rickard Andersson202-Dec-02 8:38 
GeneralRe: File extension and default icon Pin
Nitron2-Dec-02 10:08
Nitron2-Dec-02 10:08 
GeneralWM_SYSCOMMAND Pin
Jamie Hale2-Dec-02 6:14
Jamie Hale2-Dec-02 6:14 
GeneralRe: WM_SYSCOMMAND Pin
Jamie Hale2-Dec-02 11:38
Jamie Hale2-Dec-02 11:38 
No no, don't everybody rush to help out. Smile | :)

It turns out that you need to specify the WS_MINIMIZEBOX when you actually create the CPropertySheet-derived window (ie, pDlg->Create(whatever, WS_OVERLAPPEDWINDOW); // <- included in there). Specifying it later did not seem to work.

And using ModifyStyle() in the InitDialog() showed the minimize box, but wouldn't actually allow the dialog to send the associated WM_SYSCOMMAND. Weird.

I lurve MFC.

J

May the bear never have cause to eat you.

GeneralRe: WM_SYSCOMMAND Pin
Paul M Watt3-Dec-02 8:14
mentorPaul M Watt3-Dec-02 8:14 
GeneralRe: WM_SYSCOMMAND Pin
Jamie Hale3-Dec-02 9:34
Jamie Hale3-Dec-02 9:34 
GeneralWindows hook Pin
luftwaffe2-Dec-02 5:44
luftwaffe2-Dec-02 5:44 
GeneralCSpinButtonCtrl as an In-place control Pin
cgreathouse2-Dec-02 5:11
cgreathouse2-Dec-02 5:11 
Questionhow open a flie with 2 format, (Hex & txt)? Pin
zhdleonid2-Dec-02 5:00
zhdleonid2-Dec-02 5:00 
AnswerI meam: Pin
zhdleonid2-Dec-02 5:10
zhdleonid2-Dec-02 5:10 
AnswerRe: how open a flie with 2 format, (Hex & txt)? Pin
Nitron2-Dec-02 10:12
Nitron2-Dec-02 10:12 
GeneralRe: how open a flie with 2 format, (Hex & txt)? Pin
zhdleonid2-Dec-02 17:54
zhdleonid2-Dec-02 17:54 
GeneralRe: how open a flie with 2 format, (Hex & txt)? Pin
Nitron3-Dec-02 4:12
Nitron3-Dec-02 4:12 
Generalautorun app Pin
Jerome Conus2-Dec-02 4:37
Jerome Conus2-Dec-02 4:37 
GeneralRe: autorun app Pin
Maximilien2-Dec-02 4:51
Maximilien2-Dec-02 4:51 
GeneralRe: autorun app Pin
Jawache2-Dec-02 7:01
Jawache2-Dec-02 7:01 
GeneralRe: autorun app Pin
Jason Henderson2-Dec-02 9:22
Jason Henderson2-Dec-02 9:22 
GeneralSetWaitableTimer... Pin
BlackSmith2-Dec-02 4:11
BlackSmith2-Dec-02 4:11 
GeneralRe: SetWaitableTimer... Pin
Alvaro Mendez2-Dec-02 11:20
Alvaro Mendez2-Dec-02 11:20 
GeneralRunning 2 builds with VS.NET at the same time Pin
Le centriste2-Dec-02 3:45
Le centriste2-Dec-02 3:45 
GeneralOverlapped VS Popup window Pin
rrrado2-Dec-02 3:10
rrrado2-Dec-02 3:10 

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.