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

C / C++ / MFC

 
QuestionDebug Vs Release Pin
<color>Aljechin 4-Apr-06 21:56
<color>Aljechin 4-Apr-06 21:56 
AnswerRe: Debug Vs Release Pin
Giannakakis Kostas4-Apr-06 23:25
professionalGiannakakis Kostas4-Apr-06 23:25 
QuestionSir , I want to Know Why DataBase Application is giving a Error As CRecordSet Base Calss Undefined? and how can i fix it. Pin
CodeVarma4-Apr-06 20:42
CodeVarma4-Apr-06 20:42 
AnswerRe: Sir , I want to Know Why DataBase Application is giving a Error As CRecordSet Base Calss Undefined? and how can i fix it. Pin
Nibu babu thomas4-Apr-06 20:52
Nibu babu thomas4-Apr-06 20:52 
QuestionCreate another view on file new. Pin
yang__lee4-Apr-06 19:51
yang__lee4-Apr-06 19:51 
AnswerRe: Create another view on file new. Pin
Nibu babu thomas4-Apr-06 21:05
Nibu babu thomas4-Apr-06 21:05 
AnswerRe: Create another view on file new. Pin
Russell'4-Apr-06 22:52
Russell'4-Apr-06 22:52 
QuestionHow to Maxmize MDIChildWnd,and make them always in max size? Pin
bruspark4-Apr-06 19:22
bruspark4-Apr-06 19:22 
I am a beginner of MFC.

this time i want to use MFC wizzard with MDI.
I add
cs.style |=WS_MAXIMIZE;
cs.style &= ~(WS_MINIMIZEBOX| WS_MAXIMIZEBOX )
in CChildFrame::PreCreateWindow()to create childframes maxmized when they are created.and disable the MINIMIZEBOX and MAXIMIZEBOX .

when child frame is created,it did show with maxmized;
I clicked the minmize button at the system menu(not in childframe title),it doesn't work(&~WS_MINIMIZEBOX),

the problem is:when i clicked the maxmize button at system menu,child frame resized and placed to the full client of the Mainframe.
and there is no minmize and maxmize button on the title of child frame.
That's why? i had added the "&~WS_MAXIMIZEBOX ".

Who can help me .
I will appreciate much!

bruspark

-- modified at 1:23 Wednesday 5th April, 2006
AnswerRe: How to Maxmize MDIChildWnd,and make them always in max size? Pin
Nibu babu thomas4-Apr-06 20:54
Nibu babu thomas4-Apr-06 20:54 
GeneralRe: How to Maxmize MDIChildWnd,and make them always in max size? Pin
bruspark4-Apr-06 22:03
bruspark4-Apr-06 22:03 
GeneralRe: How to Maxmize MDIChildWnd,and make them always in max size? Pin
Nibu babu thomas4-Apr-06 22:24
Nibu babu thomas4-Apr-06 22:24 
GeneralRe: How to Maxmize MDIChildWnd,and make them always in max size? Pin
bruspark5-Apr-06 18:10
bruspark5-Apr-06 18:10 
GeneralRe: How to Maxmize MDIChildWnd,and make them always in max size? Pin
Nibu babu thomas5-Apr-06 18:28
Nibu babu thomas5-Apr-06 18:28 
QuestionFinding the break character in word wrapping Pin
Shailesh Ha4-Apr-06 18:57
Shailesh Ha4-Apr-06 18:57 
AnswerRe: Finding the break character in word wrapping Pin
includeh104-Apr-06 19:05
includeh104-Apr-06 19:05 
QuestionWidth of logfont Pin
Shailesh Ha4-Apr-06 18:53
Shailesh Ha4-Apr-06 18:53 
AnswerRe: Width of logfont Pin
includeh104-Apr-06 19:24
includeh104-Apr-06 19:24 
QuestionStatus Bar problem -> urgent please Pin
RockyJames4-Apr-06 18:19
RockyJames4-Apr-06 18:19 
AnswerRe: Status Bar problem -> urgent please Pin
includeh104-Apr-06 18:59
includeh104-Apr-06 18:59 
GeneralRe: Status Bar problem -> urgent please Pin
RockyJames4-Apr-06 19:20
RockyJames4-Apr-06 19:20 
GeneralRe: Status Bar problem -> urgent please Pin
Hamid_RT4-Apr-06 19:37
Hamid_RT4-Apr-06 19:37 
QuestionStandalone application Pin
Sendilkumar.M4-Apr-06 17:09
Sendilkumar.M4-Apr-06 17:09 
AnswerRe: Standalone application Pin
Ștefan-Mihai MOGA4-Apr-06 20:51
professionalȘtefan-Mihai MOGA4-Apr-06 20:51 
GeneralRe: Standalone application Pin
toxcct4-Apr-06 21:50
toxcct4-Apr-06 21:50 
AnswerRe: Standalone application Pin
toxcct4-Apr-06 21:52
toxcct4-Apr-06 21:52 

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.