Thread: Multiple toolboxes in an app.

  1. #1
    Registered User
    Join Date
    Nov 2002
    Posts
    3

    Multiple toolboxes in an app.

    Guys, I need some advice on this matter. I'm trying to have multiple toolboxes in my app. It is a graphics editor, and I need to have 2 or more child windows with tools (texture window, tools window, etc). I just created a main app window, and then some child windows (from resources).

    Basically I'm having problems with the drawing of these child windows: These child windows (I selected the 'child' style in the resource properties), have redrawing problems when one window is over the other. Any reasonable way of handling this problem?


    <I'm not using MFC by the way>

    Thanks!

  2. #2
    Banned master5001's Avatar
    Join Date
    Aug 2001
    Location
    Visalia, CA, USA
    Posts
    3,685
    Is this an MDI client? I am really not certain...WS_OVERLAPPED may help.

  3. #3
    Banned master5001's Avatar
    Join Date
    Aug 2001
    Location
    Visalia, CA, USA
    Posts
    3,685
    It looks like WS_CLIPSIBLINGS may be of even more help.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. non-MFC DLL with MFC app question.
    By Kempelen in forum Windows Programming
    Replies: 10
    Last Post: 08-20-2008, 07:11 AM
  2. Linker errors - Multiple Source files
    By nkhambal in forum C Programming
    Replies: 3
    Last Post: 04-24-2005, 02:41 AM
  3. best program to start
    By gooddevil in forum Networking/Device Communication
    Replies: 4
    Last Post: 05-28-2004, 05:56 PM
  4. Win32 Console App... multiple console buffers
    By Trauts in forum Windows Programming
    Replies: 2
    Last Post: 04-28-2003, 11:26 AM
  5. Multiple threads, Dos APP, manage windows
    By cbrc00f in forum C Programming
    Replies: 1
    Last Post: 04-15-2003, 06:21 AM