Click here to Skip to main content
15,920,031 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Preserving clipboard content Pin
mariuszpopiolek23-Nov-02 13:22
mariuszpopiolek23-Nov-02 13:22 
GeneralConstants in cmath Pin
Anonymous22-Nov-02 23:22
Anonymous22-Nov-02 23:22 
GeneralConstants in <cmath> Pin
Anonymous22-Nov-02 23:21
Anonymous22-Nov-02 23:21 
QuestionHow to detect network connection? Pin
Wenrich22-Nov-02 23:06
Wenrich22-Nov-02 23:06 
AnswerRe: How to detect network connection? Pin
Gary R. Wheeler23-Nov-02 2:25
Gary R. Wheeler23-Nov-02 2:25 
AnswerRe: How to detect network connection? Pin
Michael Dunn23-Nov-02 5:11
sitebuilderMichael Dunn23-Nov-02 5:11 
GeneralMaximizing Pin
S O S22-Nov-02 23:00
S O S22-Nov-02 23:00 
GeneralRe: Maximizing Pin
Gary R. Wheeler23-Nov-02 2:35
Gary R. Wheeler23-Nov-02 2:35 
Locked Ghost wrote:
(At least GetWindowRect() doesn't see it like that)

Use SystemParametersInfo(SPI_GETWORKAREA,...) to find out the size of a maximized top-level window.

Locked Ghost wrote:
How can I make child windows start out maximized?

I've not done a lot of MDI programming, but I would assume you'll have to wait until the frame window has been created and put on the screen before you can maximize any MDI child windows. If you are using the MFC document/view stuff, you could have your view tell the frame to maximize the child in OnCreateClient().


Software Zen: delete this;
GeneralRe: Maximizing Pin
S O S23-Nov-02 5:44
S O S23-Nov-02 5:44 
GeneralRe: Maximizing Pin
Paul M Watt23-Nov-02 6:51
mentorPaul M Watt23-Nov-02 6:51 
GeneralRe: Maximizing Pin
S O S23-Nov-02 7:31
S O S23-Nov-02 7:31 
GeneralRe: Maximizing Pin
Paul M Watt23-Nov-02 7:41
mentorPaul M Watt23-Nov-02 7:41 
GeneralRe: Maximizing Pin
S O S23-Nov-02 21:31
S O S23-Nov-02 21:31 
GeneralGetting the active view Pin
S O S22-Nov-02 22:53
S O S22-Nov-02 22:53 
GeneralRe: Getting the active view Pin
Gero Gerber22-Nov-02 23:12
Gero Gerber22-Nov-02 23:12 
GeneralRe: Getting the active view Pin
S O S22-Nov-02 23:45
S O S22-Nov-02 23:45 
GeneralWriting an nice OSDesktop! Pin
Behzad Ebrahimi22-Nov-02 22:47
Behzad Ebrahimi22-Nov-02 22:47 
GeneralRe: Writing an nice OSDesktop! Pin
Gary R. Wheeler23-Nov-02 2:39
Gary R. Wheeler23-Nov-02 2:39 
GeneralDll entry point error Pin
suresh_sathya22-Nov-02 22:06
suresh_sathya22-Nov-02 22:06 
QuestionHow upgrade my program automatically? Pin
Behzad Ebrahimi22-Nov-02 21:49
Behzad Ebrahimi22-Nov-02 21:49 
AnswerRe: How upgrade my program automatically? Pin
Anders Molin23-Nov-02 5:39
professionalAnders Molin23-Nov-02 5:39 
GeneralRe: How upgrade my program automatically? Pin
25-Nov-02 19:33
suss25-Nov-02 19:33 
GeneralBtmap editor Pin
codexxxxx22-Nov-02 20:06
codexxxxx22-Nov-02 20:06 
GeneralLoadBitmap(UINT) results in null dBits Pin
MJ522-Nov-02 19:45
MJ522-Nov-02 19:45 
GeneralMFC Questions Pin
tanuki2222-Nov-02 19:25
tanuki2222-Nov-02 19:25 

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.