Thread: How do I modify a CView class?

  1. #1
    Registered User
    Join Date
    Mar 2004
    Posts
    2

    How do I modify a CView class?

    I have a CWnd window, to get it to automatically rescale when i change the size, I have to use a CScrollView class. How do I use the CScrollView class? I am not sure even how to access it.

  2. #2
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348
    One solution is MoveWindow().

    Kuphryn

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Creating a database
    By Shamino in forum Game Programming
    Replies: 19
    Last Post: 06-10-2007, 01:09 PM
  2. deriving classes
    By l2u in forum C++ Programming
    Replies: 12
    Last Post: 01-15-2007, 05:01 PM
  3. Mmk, I give up, lets try your way. (Resource Management)
    By Shamino in forum Game Programming
    Replies: 31
    Last Post: 01-18-2006, 09:54 AM
  4. Why can I modify my static class member?
    By silverfoxtp in forum C++ Programming
    Replies: 2
    Last Post: 10-30-2003, 04:24 AM