Results 1 to 4 of 4

Thread: Which API do I use?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 2000
    Posts
    217

    Which API do I use?

    Whats the API call to maximize a window?

    Thanks

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333
    You don't need an API. The WindowState property of the form can be used for that.

  3. #3
    Frenzied Member MerrionComputin's Avatar
    Join Date
    Apr 2001
    Location
    Dublin, Ireland
    Posts
    1,616
    ..but if the window isn't a VB form then ShowWindow() with the parameter SW_MAXIMIZE should be what you need.
    ----8<---------------------------------------
    NEW - The .NET printer queue monitor component
    ----8<---------------------------------------
    Now with Examples of use

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Nov 2000
    Posts
    217
    Thanks Merrion. You didn't insult my intelligence and knew exactly what I needed..

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