Thread: How to Handle the messages of Clild windows ??

  1. #1
    Registered User
    Join Date
    Sep 2002
    Posts
    88

    How to Handle the messages of Clild windows ??

    VC++ 6.0 .


    How to Handle the messages of Clild windows (eg. button, textbox )??

    do the "button" has the Messages of a parent window ??
    Like , WM_PAINT in a parent window,
    How to Handle WM_PAINT of a BUTTON ?

    thx,.

  2. #2
    erstwhile
    Join Date
    Jan 2002
    Posts
    2,227
    This gets asked quite a lot. Search this board on the following: window subclassing, SetWindowLong, GetWindowLong, CallWindowProc. You may want to check out those subjects on msdn too.

    If you have any further problems/questions, just ask away.

  3. #3
    Registered User
    Join Date
    Sep 2002
    Posts
    88
    thinks in advance.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. 3 windows, cpu 100%
    By phil in forum Windows Programming
    Replies: 3
    Last Post: 08-01-2005, 08:45 AM
  2. Messages from child windows with MFC
    By Gravedigga in forum Windows Programming
    Replies: 7
    Last Post: 08-13-2004, 03:54 AM
  3. Does windows XP handle color depth differently than ME or 2000?
    By Stormkoopa in forum Windows Programming
    Replies: 1
    Last Post: 11-05-2002, 06:10 AM
  4. a simple C question...
    By DramaKing in forum C Programming
    Replies: 10
    Last Post: 07-28-2002, 02:04 PM
  5. OpenGL and Windows
    By sean345 in forum Game Programming
    Replies: 5
    Last Post: 06-24-2002, 10:14 PM