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

    Moving / Resizing a window

    Hi,

    Let's say I have a window's handle (for example, I have the handle to an instance of Internet Explorer)...

    Is there a way I can move and/or resize that window programatically ?

    Thanks.


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: Moving / Resizing a window

    use the SetWindowPos API


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