Click here to Skip to main content
15,900,816 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionBug in CHTMLEditView?? Pin
trimtrom1-Jan-03 13:49
trimtrom1-Jan-03 13:49 
AnswerRe: Bug in CHTMLEditView?? Pin
Stephane Rodriguez.1-Jan-03 19:08
Stephane Rodriguez.1-Jan-03 19:08 
GeneralRe: Bug in CHTMLEditView?? Pin
trimtrom2-Jan-03 4:37
trimtrom2-Jan-03 4:37 
GeneralWorking with .ppm files Pin
n27414151-Jan-03 13:08
n27414151-Jan-03 13:08 
GeneralRe: Working with .ppm files Pin
Mike Nordell1-Jan-03 18:38
Mike Nordell1-Jan-03 18:38 
GeneralRe: Working with .ppm files Pin
Anonymous2-Jan-03 15:10
Anonymous2-Jan-03 15:10 
GeneralRe: Working with .ppm files Pin
n27414152-Jan-03 15:10
n27414152-Jan-03 15:10 
QuestionHow to size and move a view when it is created Pin
rbc1-Jan-03 11:28
rbc1-Jan-03 11:28 
Hi,

I want my MyView to appear at x,y = 1,20 and be 1280
pixels wide and 800 high when it initially appears.

I believe this is the code to move and size it ...
<br />
	CFrameWnd* pParentFrame = GetParentFrame();<br />
	ASSERT_VALID( pParentFrame ); 	<br />
	pParentFrame->MoveWindow( 1, 20, 1280, 800 );<br />


... but what method should I put this code in?
If I put in MyView::OnDraw everytime the View
needs to be re-drawn it moves and resizes. I
just want it start and 1,20 initially.
AnswerRe: How to size and move a view when it is created Pin
Michael Dunn1-Jan-03 12:05
sitebuilderMichael Dunn1-Jan-03 12:05 
Generalsplitters, views, switching Pin
Roman Nurik1-Jan-03 9:59
Roman Nurik1-Jan-03 9:59 
GeneralFile list ! Pin
Hadi Rezaee1-Jan-03 8:54
Hadi Rezaee1-Jan-03 8:54 
GeneralRe: File list ! Pin
Pavel Klocek1-Jan-03 9:03
Pavel Klocek1-Jan-03 9:03 
GeneralRe: File list ! Pin
Hadi Rezaee1-Jan-03 9:29
Hadi Rezaee1-Jan-03 9:29 
GeneralMemory Considerations Pin
Anonymous1-Jan-03 7:58
Anonymous1-Jan-03 7:58 
GeneralRe: Memory Considerations Pin
Chris Losinger1-Jan-03 8:19
professionalChris Losinger1-Jan-03 8:19 
GeneralRe: Memory Considerations Pin
Anonymous1-Jan-03 8:28
Anonymous1-Jan-03 8:28 
GeneralRe: Memory Considerations Pin
Anders Molin1-Jan-03 14:38
professionalAnders Molin1-Jan-03 14:38 
GeneralRe: Memory Considerations Pin
Mike Nordell1-Jan-03 18:53
Mike Nordell1-Jan-03 18:53 
GeneralClistCtrl DB Click Pin
Mazdak1-Jan-03 7:46
Mazdak1-Jan-03 7:46 
GeneralRe: ClistCtrl DB Click Pin
Mike Nordell1-Jan-03 18:55
Mike Nordell1-Jan-03 18:55 
GeneralRe: ClistCtrl DB Click Pin
Mazdak1-Jan-03 23:06
Mazdak1-Jan-03 23:06 
GeneralIXMLDOMDocument::loadXML() Pin
Rickard Andersson201-Jan-03 6:36
Rickard Andersson201-Jan-03 6:36 
GeneralRe: IXMLDOMDocument::loadXML() Pin
Michael Dunn1-Jan-03 6:39
sitebuilderMichael Dunn1-Jan-03 6:39 
GeneralCommand Id range Pin
User 98851-Jan-03 6:24
User 98851-Jan-03 6:24 
GeneralRe: Command Id range Pin
Pavel Klocek1-Jan-03 8:37
Pavel Klocek1-Jan-03 8:37 

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.