Thread: c++ 11- win32 - is there any style for avoid the window be resize?

  1. #1
    Registered User
    Join Date
    Aug 2013
    Posts
    451

    c++ 11- win32 - is there any style for avoid the window be resize?

    is there any style for avoid the user resize the window?
    i can hide the minize box and maximize box, but the resize continues possible

  2. #2
    Registered User
    Join Date
    Aug 2013
    Posts
    451
    the WS_THICKFRAME style enable\disable the resize border.
    thanks for all

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. [win32] - how can i avoid controls flickers?
    By joaquim in forum Windows Programming
    Replies: 13
    Last Post: 02-01-2014, 02:45 AM
  2. Uniform resize of a window
    By Mastadex in forum Windows Programming
    Replies: 5
    Last Post: 02-13-2008, 02:40 PM
  3. How can I avoid a window from being resized?
    By dit6a9 in forum Windows Programming
    Replies: 8
    Last Post: 08-03-2004, 12:40 PM
  4. How to resize with WS_POPUP style?
    By bennyandthejets in forum Windows Programming
    Replies: 14
    Last Post: 09-30-2003, 03:44 PM
  5. Resize the window
    By Garfield in forum Windows Programming
    Replies: 13
    Last Post: 12-11-2001, 08:51 PM