CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Posts
    2

    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

  2. #2
    Join Date
    Apr 1999
    Posts
    16

    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
  •  





Click Here to Expand Forum to Full Width

Featured