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

C / C++ / MFC

 
GeneralRe: DrawText+DT_CALCRECT - width of last line Pin
Ryan Binns28-Feb-05 17:26
Ryan Binns28-Feb-05 17:26 
GeneralRe: DrawText+DT_CALCRECT - width of last line Pin
peterchen28-Feb-05 20:14
peterchen28-Feb-05 20:14 
GeneralRe: DrawText+DT_CALCRECT - width of last line Pin
zhang80060528-Feb-05 20:19
zhang80060528-Feb-05 20:19 
GeneralRe: DrawText+DT_CALCRECT - width of last line Pin
peterchen28-Feb-05 20:38
peterchen28-Feb-05 20:38 
Generalclosing a dialog box created in a different class Pin
itsh1128-Feb-05 8:47
itsh1128-Feb-05 8:47 
GeneralRe: closing a dialog box created in a different class Pin
zhang80060528-Feb-05 20:33
zhang80060528-Feb-05 20:33 
Generallinker error Pin
gyrvwrzp28-Feb-05 7:16
gyrvwrzp28-Feb-05 7:16 
GeneralRe: linker error Pin
PJ Arends28-Feb-05 10:10
professionalPJ Arends28-Feb-05 10:10 
GeneralIcon library format Pin
amehrpour28-Feb-05 7:02
amehrpour28-Feb-05 7:02 
GeneralRe: Icon library format Pin
Michael Dunn28-Feb-05 7:51
sitebuilderMichael Dunn28-Feb-05 7:51 
GeneralRe: Icon library format Pin
amehrpour28-Feb-05 12:11
amehrpour28-Feb-05 12:11 
GeneralRe: Icon library format Pin
David Crow28-Feb-05 8:00
David Crow28-Feb-05 8:00 
Generalcreate full duplex mode network Pin
javad_200528-Feb-05 6:41
javad_200528-Feb-05 6:41 
GeneralNew window in MFC for OpenGL rendering Pin
tordyvel28-Feb-05 6:36
tordyvel28-Feb-05 6:36 
GeneralBitmap Display Help Pin
LighthouseJ28-Feb-05 6:30
LighthouseJ28-Feb-05 6:30 
QuestionFont problem? Pin
RJT23428-Feb-05 6:23
RJT23428-Feb-05 6:23 
AnswerRe: Font problem? Pin
zhang80060528-Feb-05 21:08
zhang80060528-Feb-05 21:08 
Generalmystified Pin
gyrvwrzp28-Feb-05 6:17
gyrvwrzp28-Feb-05 6:17 
GeneralRe: mystified Pin
Blake Miller28-Feb-05 7:02
Blake Miller28-Feb-05 7:02 
Generalresizing View Pin
act_x28-Feb-05 5:35
act_x28-Feb-05 5:35 
In an MDI app , if the user maximizes the main frame , how should i resize the view ?

Do this idea work

CMainFrame::OnSize(...)<br />
{<br />
CMDIFrameWnd::OnSize(nType, cx, cy);<br />
	<br />
	// TODO: Add your message handler code here<br />
	CView *vw = this->GetActiveView();<br />
	if(vw){<br />
        // how do i size the view ? <br />
	<br />
	}<br />
}

GeneralRe: resizing View Pin
valikac28-Feb-05 18:56
valikac28-Feb-05 18:56 
GeneralCreating buttons and CRect Pin
bcemick28-Feb-05 4:05
bcemick28-Feb-05 4:05 
GeneralRe: Creating buttons and CRect Pin
Blake Miller28-Feb-05 5:32
Blake Miller28-Feb-05 5:32 
GeneralRe: Creating buttons and CRect Pin
bcemick28-Feb-05 6:21
bcemick28-Feb-05 6:21 
GeneralRe: Creating buttons and CRect Pin
Blake Miller28-Feb-05 6:58
Blake Miller28-Feb-05 6:58 

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.