How to get maximized form.
-
Hi all,i have opened my mainframe in the maximised view as default.but i cant open my forms maximised as default.anybody plz help me in opening my forms maximised as default.now i'm maximising it using the maximise button in that form. Thanks in advance. Saravana..
-
Hi all,i have opened my mainframe in the maximised view as default.but i cant open my forms maximised as default.anybody plz help me in opening my forms maximised as default.now i'm maximising it using the maximise button in that form. Thanks in advance. Saravana..
Hi, you sould firstly (for next times) check the forum with the search option, it is probably that your question will already be answered (this one it is, I answered it a few days ago). Nevermind, is a short thing. Go to your CMyApp::InitInstance (), at the end of the code you should add the red code if (!ProcessShellCommand(cmdInfo)) return FALSE; pMainFrame->ShowWindow(m_nCmdShow
| SW_SHOWMAXIMIZED
); pMainFrame->UpdateWindow(); Hope it helpsGreetings. -------- M.D.V. If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about? Help me to understand what I'm saying, and I'll explain it better to you ;)
-
Hi all,i have opened my mainframe in the maximised view as default.but i cant open my forms maximised as default.anybody plz help me in opening my forms maximised as default.now i'm maximising it using the maximise button in that form. Thanks in advance. Saravana..
my post of course does not relate to your query, but i want to convey you that, i have solved your problem you posted last week. see here http://www.codeproject.com/script/comments/forums.asp?msg=2304166&forumid=1647&XtraIDs=1647&sd=7+Aug+2007&ed=5+Nov+2007&author=chandu004&stype=1#xx2304166xx[^][^]
-------------------------------------------- Suggestion to the members: Please prefix your main thread subject with [SOLVED] if it is solved. thanks. chandu.