Thread: MDI App help - point me in right direction

  1. #1
    Registered User Noose's Avatar
    Join Date
    Jul 2003
    Posts
    11

    MDI App help - point me in right direction

    (WIN32 API)
    Im familiar with win creation and controls but Im having trouble finding info on something, probably because I dont know exactly what its called. In a MDI application Ive seen four separate windows in the client area all divided by a " t " shaped bar running horizontally and vertically across the center of the client area, acting as the child window edges ( think 3d modeling program views). Id like to know what thats called and if anyone has any direct links to how to start implementing it.

  2. #2
    Registered User
    Join Date
    Sep 2004
    Location
    California
    Posts
    3,268
    There is no API function to create a splitter window. Those are created by making 3 separate windows. There is a window on the left, a window which serves as the bar in the middle, and a window on the right.

    If you are using MFC, then you can use the CSplitterWnd control which does all the hard work for you.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Point in the right direction
    By peanutym in forum C++ Programming
    Replies: 3
    Last Post: 07-07-2008, 08:49 PM
  2. Can someone point me in the right direction?
    By MadMac in forum C++ Programming
    Replies: 7
    Last Post: 09-19-2005, 03:37 PM
  3. Point passed rectangle...
    By Hunter2 in forum Game Programming
    Replies: 15
    Last Post: 10-10-2003, 09:57 AM
  4. Point me in the right direction
    By RealityFusion in forum C++ Programming
    Replies: 17
    Last Post: 08-22-2003, 05:05 AM
  5. Replies: 2
    Last Post: 10-09-2001, 04:25 PM