Click to See Complete Forum and Search --> : Maximize the window in Borland


MekMan
April 30th, 1999, 05:37 AM
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

Playman Cheng
April 30th, 1999, 09:32 AM
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.