Results 1 to 4 of 4

Thread: Resize: WS_SIZE? [Resolved]

Threaded View

  1. #1

    Thread Starter
    Stuck in the 80s The Hobo's Avatar
    Join Date
    Jul 2001
    Location
    Michigan
    Posts
    7,256

    Resize: WS_SIZE? [Resolved]

    I want to be able to resize my controls when the user resizes my form. I tried:

    Code:
      case WM_SIZE:
        if ((HWND)lParam == hwnd)
        {
          MessageBox(hwnd, "You resized", "Resize", MB_OK | MB_ICONINFORMATION);	
        }
    How do I get this to work?
    Last edited by The Hobo; Feb 14th, 2002 at 03:35 PM.
    My evil laugh has a squeak in it.

    kristopherwilson.com

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