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

Thread: Maximaze it !

  1. #1
    Join Date
    Apr 1999
    Location
    Brussels - LLN / Belgium
    Posts
    6

    Maximaze it !

    Hello,

    how can I maximaze a Window (Dialog), so that
    the user can't see the taskbar etc., like
    a screensaver does ?

    Greetings, Dominik.

    Dominik Rothert
    E-Mail: [email protected]

  2. #2
    Join Date
    May 1999
    Location
    Toulouse, France
    Posts
    171

    Re: Maximaze it !

    Get the size of the display with GetSystemMetric (with SM_CXFULLSCREEN and SM_CYFULLSCREEN) and resize / move your window with SetWindowPos.

    HTH

    K.

    Ash to ash and clay to clay, if the enemy doesn't get you, your own folk may.
    We're talking ****, 'cause life is a 'biz
    You know it is
    Everybody tryin' to get rich
    God ****!
    All I wanna do is live !

    KoRn, Children of the Korn

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