Click here to Skip to main content
15,915,513 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Enumerating the registry Pin
David Crow6-Oct-06 3:05
David Crow6-Oct-06 3:05 
AnswerRe: Enumerating the registry Pin
Waldermort6-Oct-06 3:43
Waldermort6-Oct-06 3:43 
QuestionMFC serialization performance with lots of small objects Pin
Dave Calkins5-Oct-06 10:46
Dave Calkins5-Oct-06 10:46 
QuestionSending a message to a dialog box to disable resizing Pin
TheDelChop5-Oct-06 10:26
TheDelChop5-Oct-06 10:26 
AnswerRe: Sending a message to a dialog box to disable resizing Pin
led mike5-Oct-06 10:33
led mike5-Oct-06 10:33 
GeneralRe: Sending a message to a dialog box to disable resizing Pin
TheDelChop5-Oct-06 10:53
TheDelChop5-Oct-06 10:53 
GeneralRe: Sending a message to a dialog box to disable resizing Pin
Waldermort5-Oct-06 11:07
Waldermort5-Oct-06 11:07 
GeneralRe: Sending a message to a dialog box to disable resizing Pin
PJ Arends5-Oct-06 11:23
professionalPJ Arends5-Oct-06 11:23 
You could handle the WM_NCHITTEST message. First call the default handler and if the cursor is over a resizable border simply return HTBORDER to disable resizing with the mouse. To totally disable resizing you would also have to disable the Size command in the system menu.



You may be right
I may be crazy
-- Billy Joel --


Within you lies the power for good, use it!!!

GeneralRe: Sending a message to a dialog box to disable resizing Pin
Michael Dunn5-Oct-06 11:28
sitebuilderMichael Dunn5-Oct-06 11:28 
GeneralRe: Sending a message to a dialog box to disable resizing Pin
led mike5-Oct-06 11:45
led mike5-Oct-06 11:45 
QuestionIP Address Pin
BlitzPackage5-Oct-06 9:01
BlitzPackage5-Oct-06 9:01 
QuestionRe: IP Address Pin
David Crow5-Oct-06 9:23
David Crow5-Oct-06 9:23 
AnswerRe: IP Address Pin
BlitzPackage5-Oct-06 18:59
BlitzPackage5-Oct-06 18:59 
Questionemulate clicking Pin
Johpoke5-Oct-06 8:48
Johpoke5-Oct-06 8:48 
AnswerRe: emulate clicking Pin
David Crow5-Oct-06 8:54
David Crow5-Oct-06 8:54 
GeneralRe: emulate clicking Pin
Johpoke5-Oct-06 8:58
Johpoke5-Oct-06 8:58 
GeneralRe: emulate clicking Pin
David Crow5-Oct-06 9:22
David Crow5-Oct-06 9:22 
GeneralRe: emulate clicking Pin
Johpoke5-Oct-06 9:39
Johpoke5-Oct-06 9:39 
GeneralRe: emulate clicking Pin
David Crow5-Oct-06 10:07
David Crow5-Oct-06 10:07 
GeneralRe: emulate clicking Pin
Mark Salsbery5-Oct-06 10:09
Mark Salsbery5-Oct-06 10:09 
QuestionHow to Hide windows Pin
Max++5-Oct-06 6:41
Max++5-Oct-06 6:41 
AnswerRe: How to Hide windows Pin
toxcct5-Oct-06 6:48
toxcct5-Oct-06 6:48 
GeneralRe: How to Hide windows Pin
Max++5-Oct-06 6:57
Max++5-Oct-06 6:57 
AnswerRe: How to Hide windows Pin
David Crow5-Oct-06 7:02
David Crow5-Oct-06 7:02 
AnswerRe: How to Hide windows Pin
Eric Dahlvang5-Oct-06 8:06
Eric Dahlvang5-Oct-06 8:06 

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.