Thread: Prevent Window Sizing

  1. #1
    Registered User
    Join Date
    May 2004
    Posts
    215

    Prevent Window Sizing

    Is there a way to prevent the user from resizing the window?

  2. #2
    vae victus! skorman00's Avatar
    Join Date
    Nov 2003
    Posts
    594
    The only way I can think of off the top of my head is to make the window WS_POPUP, but then you won't have the window frame and such.

  3. #3
    Registered User
    Join Date
    May 2004
    Posts
    215
    Thanks skorman, but I have just figured it out. :-)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. WM_CAPTION causing CreateWindowEx() to fail.
    By Necrofear in forum Windows Programming
    Replies: 8
    Last Post: 04-06-2007, 08:23 AM
  2. 6 measly errors
    By beene in forum Game Programming
    Replies: 11
    Last Post: 11-14-2006, 11:06 AM
  3. Linking OpenGL in Dev-C++
    By linkofazeroth in forum Game Programming
    Replies: 4
    Last Post: 09-13-2005, 10:17 AM
  4. OpenGL Window
    By Morgul in forum Game Programming
    Replies: 1
    Last Post: 05-15-2005, 12:34 PM
  5. OpenGL and Windows
    By sean345 in forum Game Programming
    Replies: 5
    Last Post: 06-24-2002, 10:14 PM