Thread: window's border question

  1. #1
    Unregistered
    Guest

    window's border question

    The gray border in your window, can that be taken away somehow?

  2. #2
    Registered User
    Join Date
    Jan 2002
    Posts
    387
    use the WS_POPUP style
    "There are three kinds of people in the world...
    Those that can count and those that can't."

  3. #3
    the Corvetter
    Join Date
    Sep 2001
    Posts
    1,584
    You can use WS_SYSMENU | WS_MINIMIZE if you don't want the user to resize the window...
    1978 Silver Anniversary Corvette

  4. #4
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    You can trap th WM_NCDRAW message and draw your own frame if you like.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Virtual keys
    By Arkanos in forum Windows Programming
    Replies: 4
    Last Post: 12-12-2005, 10:00 AM
  2. a question about the windows application tutorial
    By JustPlay4Fun in forum Windows Programming
    Replies: 4
    Last Post: 01-17-2005, 01:09 PM
  3. Two Windows on two different HDD??? Question
    By Sevrin in forum Tech Board
    Replies: 6
    Last Post: 06-19-2003, 10:22 AM
  4. Codec Bitrates?
    By gvector1 in forum C# Programming
    Replies: 2
    Last Post: 06-16-2003, 08:39 AM
  5. Another windows service question... starting/stopping
    By BrianK in forum Windows Programming
    Replies: 1
    Last Post: 03-20-2003, 12:22 AM