Thread: splitter window in C without the ++

  1. #1
    Registered User
    Join Date
    Sep 2001
    Location
    pacific northwest
    Posts
    37

    splitter window in C without the ++

    can't find any information on splitter windows in C without the ++ classes... jeez. can anyone help me out.

  2. #2
    Registered User
    Join Date
    Dec 2001
    Posts
    70
    Splitter windows are MFC feature. I think they are ordinary popup windows with thick sizing border both linked together programmaticaly, so they could be managed by mouse. There is a way to create them in C. It is just somewhat harder than in C++.

  3. #3
    pronounced 'fib' FillYourBrain's Avatar
    Join Date
    Aug 2002
    Posts
    2,297
    ya man, just write your own splitter control. I assume by ++ you mean MFC. Don't use MFC. a splitter control is just two child windows on a main control window. The movement of the two "panes" is just controled by the mouse actions on the divider bar that you could draw. No biggie.
    "You are stupid! You are stupid! Oh, and don't forget, you are STUPID!" - Dexter

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. problem with open gl engine.
    By gell10 in forum Game Programming
    Replies: 1
    Last Post: 08-21-2003, 04:10 AM