Click here to Skip to main content
15,907,001 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: %1f\n? Pin
Rage8-Jul-03 1:11
professionalRage8-Jul-03 1:11 
GeneralRe: %1f\n? Pin
Cedric Moonen8-Jul-03 1:18
Cedric Moonen8-Jul-03 1:18 
GeneralRe: %1f\n? Pin
Steve S8-Jul-03 2:30
Steve S8-Jul-03 2:30 
GeneralRe: %1f\n? Pin
DaveE9th8-Jul-03 9:08
DaveE9th8-Jul-03 9:08 
GeneralOpen Website with "POST" Pin
AnTri7-Jul-03 22:27
AnTri7-Jul-03 22:27 
GeneralRe: Open Website with "POST" Pin
Iain Clarke, Warrior Programmer8-Jul-03 0:03
Iain Clarke, Warrior Programmer8-Jul-03 0:03 
GeneralRestore down button Pin
imajit7-Jul-03 22:09
imajit7-Jul-03 22:09 
GeneralRe: Restore down button Pin
Iain Clarke, Warrior Programmer7-Jul-03 23:58
Iain Clarke, Warrior Programmer7-Jul-03 23:58 
If you handle the WM_SYSCOMMAND / OnSysCommand message, and check the command type parameter for
SC_RESTORE, you can remove the standard behaviour. This will kill the restore function, but not
remove the button / system menu option.

You may want to change the initial window style to remove the button in the first place, and remove
the "restore" option from the system menu (hint: GetSystemMenu).

That would make it obvious to your users that the function has been removed. Otherwise, they may just
think your application is broken...

Iain.

GeneralRe: Restore down button Pin
imajit8-Jul-03 1:06
imajit8-Jul-03 1:06 
GeneralRe: Restore down button Pin
Iain Clarke, Warrior Programmer8-Jul-03 1:42
Iain Clarke, Warrior Programmer8-Jul-03 1:42 
Generalto enter numeric value into an edit box Pin
Emre Zorlu7-Jul-03 22:03
Emre Zorlu7-Jul-03 22:03 
GeneralRe: to enter numeric value into an edit box Pin
Cedric Moonen7-Jul-03 22:16
Cedric Moonen7-Jul-03 22:16 
GeneralRe: to enter numeric value into an edit box Pin
Emre Zorlu7-Jul-03 22:25
Emre Zorlu7-Jul-03 22:25 
GeneralRe: to enter numeric value into an edit box Pin
Cedric Moonen7-Jul-03 22:40
Cedric Moonen7-Jul-03 22:40 
GeneralRe: to enter numeric value into an edit box Pin
Emre Zorlu7-Jul-03 22:44
Emre Zorlu7-Jul-03 22:44 
GeneralC++ compiler Pin
BoudewijnEctor7-Jul-03 21:33
BoudewijnEctor7-Jul-03 21:33 
GeneralRe: C++ compiler Pin
Rage7-Jul-03 22:42
professionalRage7-Jul-03 22:42 
GeneralRe: C++ compiler Pin
BoudewijnEctor7-Jul-03 23:05
BoudewijnEctor7-Jul-03 23:05 
GeneralRe: C++ compiler Pin
Mike Dimmick7-Jul-03 23:06
Mike Dimmick7-Jul-03 23:06 
GeneralRe: C++ compiler Pin
BoudewijnEctor8-Jul-03 5:03
BoudewijnEctor8-Jul-03 5:03 
GeneralRe: C++ compiler Pin
Mike Dimmick8-Jul-03 5:19
Mike Dimmick8-Jul-03 5:19 
GeneralRe: C++ compiler Pin
BoudewijnEctor8-Jul-03 21:37
BoudewijnEctor8-Jul-03 21:37 
GeneralRe: C++ compiler Pin
Mike Dimmick8-Jul-03 22:49
Mike Dimmick8-Jul-03 22:49 
GeneralRe: C++ compiler Pin
BoudewijnEctor11-Jul-03 1:59
BoudewijnEctor11-Jul-03 1:59 
GeneralRe: C++ compiler Pin
Mike Dimmick11-Jul-03 2:32
Mike Dimmick11-Jul-03 2:32 

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.