Thread: non-resizeable window

  1. #1
    Registered User
    Join Date
    Aug 2001
    Posts
    380

    non-resizeable window

    How do I create a non-resizeable window using CreateWindowEx()?

  2. #2
    PC Fixer-Upper Waldo2k2's Avatar
    Join Date
    May 2002
    Posts
    2,001
    PHP and XML
    Let's talk about SAX

  3. #3
    Registered User
    Join Date
    Aug 2001
    Posts
    380
    I have tried searching this forum. The answers only talked about creating non-resizeable windows using a Resource Editor. Atleast thats what I thought.

  4. #4
    PC Fixer-Upper Waldo2k2's Avatar
    Join Date
    May 2002
    Posts
    2,001
    try microsoft, they will have all the flags used with createWindowEx() that control window properties...also, if you can use the resource way, do that....you can hand code resource files you know.
    PHP and XML
    Let's talk about SAX

  5. #5
    Registered User
    Join Date
    Apr 2002
    Posts
    1,571
    Try the WS_OVERLAPPED style.

  6. #6
    Skunkmeister Stoned_Coder's Avatar
    Join Date
    Aug 2001
    Posts
    2,572
    use the extended style WS_EX_DLGMODALFRAME
    Free the weed!! Class B to class C is not good enough!!
    And the FAQ is here :- http://faq.cprogramming.com/cgi-bin/smartfaq.cgi

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. Pong is completed!!!
    By Shamino in forum Game Programming
    Replies: 11
    Last Post: 05-26-2005, 10:50 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