Thread: setwindowpos()

  1. #1
    Registered User kryptkat's Avatar
    Join Date
    Dec 2002
    Posts
    638

    Smile setwindowpos()

    Code:
    BOOL SetWindowPos( 
      HWND hWnd, 
      HWND hWndInsertAfter, 
      int X, 
      int Y, 
      int cx, 
      int cy, 
      UINT uFlags 
    );
    I need a quick refresh. I believe that this works for all windows message boxes and dialog boxes and windows. If not are there any that is does not apply to. TIA -kk

  2. #2
    mustang benny bennyandthejets's Avatar
    Join Date
    Jul 2002
    Posts
    1,401
    As far as I know, it works for anything that has an hwnd handle. I wouldn't get too hung up on the details though. Just keeping doing your thang until something goes wrong. When that happens, call for help.
    [email protected]
    Microsoft Visual Studio .NET 2003 Enterprise Architect
    Windows XP Pro

    Code Tags
    Programming FAQ
    Tutorials

  3. #3
    Registered User kryptkat's Avatar
    Join Date
    Dec 2002
    Posts
    638

    Smile thank you

    Thank You!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. SetWindowPos not resizing
    By axr0284 in forum Windows Programming
    Replies: 2
    Last Post: 03-10-2006, 09:33 AM
  2. SetWindowPos()
    By bigdan43 in forum C++ Programming
    Replies: 1
    Last Post: 03-21-2005, 01:58 PM
  3. need SetWindowPos() help
    By nerore in forum C++ Programming
    Replies: 5
    Last Post: 01-11-2004, 06:31 AM
  4. SetWindowPos doesn't seem to work
    By Mithoric in forum Windows Programming
    Replies: 10
    Last Post: 12-21-2003, 10:10 PM