Click here to Skip to main content
15,889,867 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: converting a "character" into hexadecimal [modified] Pin
Cedric Moonen8-Jun-06 3:48
Cedric Moonen8-Jun-06 3:48 
QuestionRe: converting a "character" into hexadecimal Pin
David Crow8-Jun-06 3:52
David Crow8-Jun-06 3:52 
AnswerRe: converting a "character" into hexadecimal Pin
Zac Howland8-Jun-06 4:12
Zac Howland8-Jun-06 4:12 
AnswerRe: converting a "character" into hexadecimal Pin
basementman8-Jun-06 4:30
basementman8-Jun-06 4:30 
QuestionDisable Maximise button Pin
Manjunath S8-Jun-06 3:22
Manjunath S8-Jun-06 3:22 
AnswerRe: Disable Maximise button Pin
Amar Sutar8-Jun-06 3:35
Amar Sutar8-Jun-06 3:35 
AnswerRe: Disable Maximise button [modified] Pin
Sarath C8-Jun-06 4:09
Sarath C8-Jun-06 4:09 
GeneralRe: Disable Maximise button [modified] Pin
Sarath C8-Jun-06 4:24
Sarath C8-Jun-06 4:24 
Sorry the code is not working for maximize button

its fairly working with close button

U can add
ModifyStyle(WS_MAXIMIZEBOX,0);

or remove maximize button by
ModifyStyle(0,WS_MAXIMIZEBOX);


u can see the disable maximize button, if teh minimize button is also present, else it will hide the maximize button disabling.
I think that is the default windows behaviour.

I donno how to change it Frown | :(


SaRath.

"Don't Do Different things... Do Things Differently..."

Understanding State Pattern in C++

GeneralRe: Disable Maximise button [modified] Pin
Hamid_RT8-Jun-06 6:23
Hamid_RT8-Jun-06 6:23 
QuestionJpeg image with CMYK color model Pin
VCCCCCCCC8-Jun-06 3:01
VCCCCCCCC8-Jun-06 3:01 
AnswerRe: Jpeg image with CMYK color model Pin
Chris Losinger8-Jun-06 5:44
professionalChris Losinger8-Jun-06 5:44 
Questionany one have knowledge abt sipxtapi Pin
Amit Agarrwal8-Jun-06 2:52
Amit Agarrwal8-Jun-06 2:52 
QuestionRe: any one have knowledge abt sipxtapi Pin
David Crow8-Jun-06 2:55
David Crow8-Jun-06 2:55 
AnswerRe: any one have knowledge abt sipxtapi Pin
Amit Agarrwal8-Jun-06 3:01
Amit Agarrwal8-Jun-06 3:01 
QuestionRe: any one have knowledge abt sipxtapi Pin
David Crow8-Jun-06 3:22
David Crow8-Jun-06 3:22 
AnswerRe: any one have knowledge abt sipxtapi Pin
Amit Agarrwal8-Jun-06 4:06
Amit Agarrwal8-Jun-06 4:06 
AnswerRe: any one have knowledge abt sipxtapi Pin
Hamid_RT8-Jun-06 3:28
Hamid_RT8-Jun-06 3:28 
GeneralRe: any one have knowledge abt sipxtapi Pin
Amit Agarrwal8-Jun-06 4:08
Amit Agarrwal8-Jun-06 4:08 
QuestionLoading MFC controls from xml file Pin
raghuji.rao8-Jun-06 2:49
raghuji.rao8-Jun-06 2:49 
AnswerRe: Loading MFC controls from xml file Pin
Cedric Moonen8-Jun-06 3:01
Cedric Moonen8-Jun-06 3:01 
GeneralRe: Loading MFC controls from xml file Pin
raghuji.rao8-Jun-06 3:18
raghuji.rao8-Jun-06 3:18 
GeneralRe: Loading MFC controls from xml file Pin
Cedric Moonen8-Jun-06 3:23
Cedric Moonen8-Jun-06 3:23 
GeneralRe: Loading MFC controls from xml file Pin
raghuji.rao8-Jun-06 3:26
raghuji.rao8-Jun-06 3:26 
GeneralRe: Loading MFC controls from xml file Pin
Cedric Moonen8-Jun-06 3:35
Cedric Moonen8-Jun-06 3:35 
GeneralRe: Loading MFC controls from xml file Pin
Viorel.8-Jun-06 4:06
Viorel.8-Jun-06 4: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.