Thread: Scrollable window within a SDI

  1. #1
    Registered User
    Join Date
    Aug 2001
    Posts
    22

    Thumbs up Scrollable window within a SDI

    Is it possible?Does any one know how could I do this:
    I would like to have a scrollable window,about half the size of an
    SDI window within the window of the SDI window. I don't
    want or need the scrollable window to touch the borders of the
    SDI window.
    Thanks
    Phil

  2. #2
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348
    Do you mean a scroll-view? If yes, then you could use a view such as an EditView.

    Otherwise, one solution is a FormView with a window inside of it.

    Kuphryn

  3. #3
    Registered User
    Join Date
    Aug 2001
    Posts
    22
    Kuphryn, I've now found out , It's CSplitterWnd.
    Thanks
    Phil

  4. #4
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348
    Cool.

    Kuphryn

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Just starting Windows Programming, School me!
    By Shamino in forum Windows Programming
    Replies: 17
    Last Post: 02-22-2008, 08:14 AM
  2. WM_CAPTION causing CreateWindowEx() to fail.
    By Necrofear in forum Windows Programming
    Replies: 8
    Last Post: 04-06-2007, 08:23 AM
  3. 6 measly errors
    By beene in forum Game Programming
    Replies: 11
    Last Post: 11-14-2006, 11:06 AM
  4. OpenGL Window
    By Morgul in forum Game Programming
    Replies: 1
    Last Post: 05-15-2005, 12:34 PM
  5. opengl code not working
    By Unregistered in forum Windows Programming
    Replies: 4
    Last Post: 02-14-2002, 10:01 PM