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

Thread: Position window

  1. #1
    Join Date
    Aug 2009
    Posts
    1

    Position window

    Hi All,
    In my requirement I wanted to position every opened window to fix
    location. For example If user open calc window, my application should
    interact in between and reposition calc window to fix location(0,0). how can
    I do that ?


    Thanks
    Shyam

  2. #2
    Join Date
    Jul 2005
    Location
    E: 120°.6, N: 31°.3′
    Posts
    795

    Re: Position window

    Try SetWindowPos .
    Little by little one goes far
    Keep moving.......!
    Nothing is impossible !

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