|
-
April 30th, 1999, 05:37 AM
#1
Maximize the window in Borland
I now that this is a forum about Visual C++ but I really need help in Borland C++.
Is there anyone who can help me maximize the program window, the original one you get when compileing it (std Borland compiler) is really smal.
TNX in advance.
/A beginner
Mikael
-
April 30th, 1999, 09:32 AM
#2
Re: Maximize the window in Borland
I have not used Borland C++,but I know how to
max the window,try to find the AppExpert,you
can find the option of max the main window.
In the code,you can do it in the Application's
initialization function,there must be a ShowWindow() function,set the parameter to SW_SHOWMAXMIZED.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|