Click here to Skip to main content
15,898,588 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Dead Code Detection Pin
David Crow14-Dec-04 5:15
David Crow14-Dec-04 5:15 
GeneralRe: Dead Code Detection Pin
Blake Miller15-Dec-04 4:23
Blake Miller15-Dec-04 4:23 
GeneralSocket Events Question Pin
jerry1211a14-Dec-04 4:37
jerry1211a14-Dec-04 4:37 
GeneralRe: Socket Events Question Pin
Iain Clarke, Warrior Programmer14-Dec-04 5:53
Iain Clarke, Warrior Programmer14-Dec-04 5:53 
Generalicon issues of windows XP and 2K Pin
includeh1014-Dec-04 3:16
includeh1014-Dec-04 3:16 
GeneralCAsyncMonikerFile Pin
PetoG14-Dec-04 3:08
PetoG14-Dec-04 3:08 
Generalprogrammatically prevent dialog from resize and move Pin
erkanina14-Dec-04 2:36
erkanina14-Dec-04 2:36 
GeneralRe: programmatically prevent dialog from resize and move Pin
Blake Miller14-Dec-04 4:09
Blake Miller14-Dec-04 4:09 
Try processing this window message:

The WM_GETMINMAXINFO message is sent to a window when the size or position of the window is about to change. An application can use this message to override the window's default maximized size and position, or its default minimum or maximum tracking size.

If you set both sizes the same, I am pretty sure your window's size will not adjust. You just make its minimum and maximum size the same. I have not tested this exact behavior, however, it is just the first idea that came to mind.

GeneralRe: programmatically prevent dialog from resize and move Pin
erkanina14-Dec-04 21:28
erkanina14-Dec-04 21:28 
Generalproblem with writing to file Pin
gamitech14-Dec-04 2:26
gamitech14-Dec-04 2:26 
GeneralRe: problem with writing to file Pin
Iain Clarke, Warrior Programmer14-Dec-04 6:01
Iain Clarke, Warrior Programmer14-Dec-04 6:01 
GeneralRe: problem with writing to file Pin
gamitech15-Dec-04 1:08
gamitech15-Dec-04 1:08 
Questionserial comm timeout problem? Pin
doneirik14-Dec-04 2:19
doneirik14-Dec-04 2:19 
AnswerRe: serial comm timeout problem? Pin
Roger Stoltz14-Dec-04 4:30
Roger Stoltz14-Dec-04 4:30 
QuestionDelete object, necessaray?? Pin
tpndtbk14-Dec-04 2:15
tpndtbk14-Dec-04 2:15 
AnswerRe: Delete object, necessaray?? Pin
Maximilien14-Dec-04 2:27
Maximilien14-Dec-04 2:27 
AnswerRe: Delete object, necessaray?? Pin
V.14-Dec-04 3:00
professionalV.14-Dec-04 3:00 
GeneralRe: Delete object, necessaray?? Pin
toxcct14-Dec-04 4:29
toxcct14-Dec-04 4:29 
GeneralRe: Delete object, necessaray?? Pin
V.14-Dec-04 4:38
professionalV.14-Dec-04 4:38 
GeneralRe: Delete object, necessaray?? Pin
toxcct14-Dec-04 4:53
toxcct14-Dec-04 4:53 
GeneralRe: Delete object, necessaray?? Pin
David Crow14-Dec-04 5:24
David Crow14-Dec-04 5:24 
AnswerRe: Delete object, necessaray?? Pin
tpndtbk14-Dec-04 3:30
tpndtbk14-Dec-04 3:30 
GeneralRe: Delete object, necessaray?? Pin
tpndtbk14-Dec-04 3:34
tpndtbk14-Dec-04 3:34 
GeneralRe: Delete object, necessaray?? Pin
Jon Hulatt14-Dec-04 4:19
Jon Hulatt14-Dec-04 4:19 
GeneralRe: Delete object, necessaray?? Pin
David Crow14-Dec-04 5:36
David Crow14-Dec-04 5:36 

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.