Thread: Make an SDI non-resizable

  1. #1
    Registered User
    Join Date
    Dec 2004
    Posts
    205

    Make an SDI non-resizable

    Hi,
    I would like to have an SDI that is non-resizable. Anybody knows how to do this. Thanks
    Amish

  2. #2
    Registered User
    Join Date
    Dec 2004
    Posts
    205

    found it

    I found it:
    Use
    cs.style=cs.style&~WS_THICKFRAME;
    cs.style=cs.style&~WS_MAXIMIZEBOX;
    in PreCreateWindow function.
    Amish

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Establishing 'make clean' with GNU make
    By Jesdisciple in forum C Programming
    Replies: 9
    Last Post: 04-11-2009, 09:10 AM
  2. How to make a Packet sniffer/filter?
    By shown in forum C++ Programming
    Replies: 2
    Last Post: 02-22-2009, 09:51 PM
  3. HELP!wanting to make full screen game windowed
    By rented in forum Game Programming
    Replies: 3
    Last Post: 06-11-2004, 04:19 AM
  4. make all rule
    By duffy in forum C Programming
    Replies: 9
    Last Post: 09-11-2003, 01:05 PM
  5. Replies: 6
    Last Post: 04-20-2002, 06:35 PM