Click here to Skip to main content
15,914,323 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: boost::thread Pin
Andrew Walker27-Apr-04 2:52
Andrew Walker27-Apr-04 2:52 
GeneralCRecordset problem Pin
FASTian27-Apr-04 1:09
FASTian27-Apr-04 1:09 
Questionhow to get the return value of URL Pin
Anonymous27-Apr-04 1:06
Anonymous27-Apr-04 1:06 
GeneralUser Interface (Advice Required) Pin
Imtiaz Murtaza27-Apr-04 0:45
Imtiaz Murtaza27-Apr-04 0:45 
GeneralRe: User Interface (Advice Required) Pin
Andrew Walker27-Apr-04 0:53
Andrew Walker27-Apr-04 0:53 
GeneralRe: User Interface (Advice Required) Pin
David Crow27-Apr-04 2:15
David Crow27-Apr-04 2:15 
GeneralCRichEditCtrl - CFE_LINK , how can i repaint it Pin
markoot27-Apr-04 0:39
markoot27-Apr-04 0:39 
GeneralCMDIChildWnd Pin
alex.barylski27-Apr-04 0:39
alex.barylski27-Apr-04 0:39 
How can I accomplish the following???

1) Any new child window is opened maximized
2) Prevent any child window from being resized either min or max...

I have used this technique for preventing min/max buttons from appearing on the window title itself...

BOOL CChildFrame::PreCreateWindow(CREATESTRUCT& cs) 
{
	cs.style &= ~WS_MAXIMIZEBOX; 
	cs.style &= ~WS_MINIMIZEBOX; 

	return CMDIChildWnd::PreCreateWindow(cs);
}


How can I make sure the child window is always maximized???

Thanks

Cheers Smile | :)

How do I print my voice mail?
GeneralRe: CMDIChildWnd Pin
Adi Narayana27-Apr-04 2:30
Adi Narayana27-Apr-04 2:30 
GeneralRe: CMDIChildWnd Pin
britonleap26-Jun-04 9:36
britonleap26-Jun-04 9:36 
GeneralMainFrame Customization Pin
MasterOfBytes27-Apr-04 0:37
MasterOfBytes27-Apr-04 0:37 
Generalodbc for sybase Pin
quicklwl26-Apr-04 23:39
quicklwl26-Apr-04 23:39 
GeneralDirectShow: add compressor filter Pin
tttonyyy26-Apr-04 23:05
tttonyyy26-Apr-04 23:05 
GeneralDirectShow: Why can't GraphEdit connect to a ROT Graph Pin
tttonyyy26-Apr-04 22:52
tttonyyy26-Apr-04 22:52 
QuestionAny free memory leak tool? Pin
Anonymous26-Apr-04 22:45
Anonymous26-Apr-04 22:45 
AnswerRe: Any free memory leak tool? Pin
Jitendra gangwar26-Apr-04 23:04
Jitendra gangwar26-Apr-04 23:04 
AnswerRe: Any free memory leak tool? Pin
Anthony_Yio26-Apr-04 23:07
Anthony_Yio26-Apr-04 23:07 
Generalemail address and ip address Pin
includeh1026-Apr-04 21:32
includeh1026-Apr-04 21:32 
GeneralRe: email address and ip address Pin
toxcct26-Apr-04 21:55
toxcct26-Apr-04 21:55 
GeneralRe: email address and ip address Pin
Prakash Nadar26-Apr-04 22:06
Prakash Nadar26-Apr-04 22:06 
GeneralRe: email address and ip address Pin
ChetnaBABY27-Apr-04 0:16
ChetnaBABY27-Apr-04 0:16 
GeneralRe: email address and ip address Pin
Balkrishna Talele26-Apr-04 23:57
Balkrishna Talele26-Apr-04 23:57 
GeneralRe: email address and ip address Pin
ChetnaBABY27-Apr-04 0:42
ChetnaBABY27-Apr-04 0:42 
GeneralRe: email address and ip address Pin
Balkrishna Talele27-Apr-04 0:48
Balkrishna Talele27-Apr-04 0:48 
GeneralRe: email address and ip address Pin
toxcct27-Apr-04 0:51
toxcct27-Apr-04 0:51 

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.