Thread: static separator

  1. #1
    Madly in anger with you
    Join Date
    Nov 2005
    Posts
    211

    static separator

    does anyone here know how to create a separator on a dialog with VC++ 6? not a menu item separator, just a static separator control. I was hoping it would be as simple as adding the control with the visual resource editor, but the control isn't in the toolbar.

    I've done some searching, and managed to find something in MFC, which is not quite what I'm looking for, as I'm using C with the Win32 API. other than that there were a lot of results for menu item separators.

    any help is appreciated. thanks in advance.

  2. #2
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    Separator control? Never heard of it. What does that look like?

    Hmm ... do you mean the equivalent of HTML's fieldset?
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

  3. #3
    Registered User mikeman118's Avatar
    Join Date
    Aug 2007
    Posts
    183
    I think he means a splitter bar or splitter window. This might help you: http://www.catch22.net/tuts/splitter.asp

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Seg Fault in Compare Function
    By tytelizgal in forum C Programming
    Replies: 1
    Last Post: 10-25-2008, 03:06 PM
  2. seg fault at vectornew
    By tytelizgal in forum C Programming
    Replies: 2
    Last Post: 10-25-2008, 01:22 PM
  3. LNK2001 ERROR!!! need help
    By lifeafterdeath in forum C++ Programming
    Replies: 7
    Last Post: 05-27-2008, 05:05 PM
  4. get keyboard and mouse events
    By ratte in forum Linux Programming
    Replies: 10
    Last Post: 11-17-2007, 05:42 PM
  5. simulate Grep command in Unix using C
    By laxmi in forum C Programming
    Replies: 6
    Last Post: 05-10-2002, 04:10 PM