Click here to Skip to main content
16,004,924 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionediting a table Pin
Anonymous19-Oct-05 20:31
Anonymous19-Oct-05 20:31 
AnswerRe: editing a table Pin
Rajesh match19-Oct-05 23:14
Rajesh match19-Oct-05 23:14 
AnswerRe: editing a table Pin
David Crow20-Oct-05 4:43
David Crow20-Oct-05 4:43 
QuestionHow to remove MAXIMIZE Option from SDI application Pin
snprani19-Oct-05 20:11
snprani19-Oct-05 20:11 
AnswerRe: How to remove MAXIMIZE Option from SDI application Pin
prasad_som19-Oct-05 21:03
prasad_som19-Oct-05 21:03 
GeneralRe: How to remove MAXIMIZE Option from SDI application Pin
Rajesh match19-Oct-05 23:10
Rajesh match19-Oct-05 23:10 
GeneralRe: How to remove MAXIMIZE Option from SDI application Pin
vikas amin19-Oct-05 23:48
vikas amin19-Oct-05 23:48 
AnswerRe: How to remove MAXIMIZE Option from SDI application Pin
G Haranadh20-Oct-05 4:13
G Haranadh20-Oct-05 4:13 
Hey, Sorry for late. just i came.
This is also one way.
CDialog dlg;//This can be any window
dlg.ModifyStyle(WS_MAXIMIZEBOX,0);//To remove the max btn.
dlg.ModifyStyle(0,WS_MAXIMIZEBOX);//To add the max btn


//Like this you can add any style and remove any style

This is simple way. At runtime you can change the style of any control or any window. see about modifystyle in msdn.

Nice talking to you. Blush | :O
QuestionHow to change the size of font in Edit Box??? Pin
vikas amin19-Oct-05 19:50
vikas amin19-Oct-05 19:50 
AnswerRe: How to change the size of font in Edit Box??? Pin
Roger Stoltz19-Oct-05 21:56
Roger Stoltz19-Oct-05 21:56 
GeneralRe: How to change the size of font in Edit Box??? Pin
vikas amin20-Oct-05 0:29
vikas amin20-Oct-05 0:29 
Questionplz help::Onclick event Pin
Sushant_Mathur19-Oct-05 19:43
Sushant_Mathur19-Oct-05 19:43 
AnswerRe: plz help::onclick event Pin
The NULL Developer19-Oct-05 19:51
professionalThe NULL Developer19-Oct-05 19:51 
AnswerRe: plz help::onclick event Pin
vikas amin19-Oct-05 20:11
vikas amin19-Oct-05 20:11 
AnswerRe: plz help::onclick event Pin
toxcct19-Oct-05 23:23
toxcct19-Oct-05 23:23 
GeneralRe: plz help::onclick event Pin
Smith#20-Oct-05 0:51
Smith#20-Oct-05 0:51 
GeneralRe: plz help::onclick event Pin
toxcct20-Oct-05 0:55
toxcct20-Oct-05 0:55 
QuestionMonitor Files Copying To Bluetooth Devices Pin
tslu19-Oct-05 15:27
tslu19-Oct-05 15:27 
QuestionWindows Explorer Pin
RockmanHero200319-Oct-05 14:26
RockmanHero200319-Oct-05 14:26 
QuestionNetwork packet header decryption. Help Needed Pin
ShahedAziz19-Oct-05 13:48
ShahedAziz19-Oct-05 13:48 
Questionpixel convertion Pin
Ann6619-Oct-05 12:19
sussAnn6619-Oct-05 12:19 
AnswerRe: pixel convertion Pin
Achim Klein19-Oct-05 12:36
Achim Klein19-Oct-05 12:36 
Questiondelete m_pdbf in destruction? Pin
valerie9919-Oct-05 12:05
valerie9919-Oct-05 12:05 
AnswerRe: delete m_pdbf in destruction? Pin
Maximilien19-Oct-05 13:50
Maximilien19-Oct-05 13:50 
QuestionLocale settings Pin
Achim Klein19-Oct-05 11:11
Achim Klein19-Oct-05 11:11 

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.