Thread: Child window message

  1. #1
    Registered User
    Join Date
    Apr 2007
    Posts
    162

    Child window message

    Hi

    I have quite a problem with retrieving messages from child windows like this

    Code:
    hWnd_Red = CreateWindowEx(0, TRACKBAR_CLASS,
    		TEXT(""), 
    		WS_CHILD | WS_VISIBLE, 
    		10, 150, 255, 20, 
    		hWnd, 
    		NULL, 
    		hInstance, 
    		NULL);
    How Do I retrieve a message like change of position and so on?

    Thanks in advance

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    Have you read "About Trackbar Controls" and "Using Trackbar Controls" here: http://msdn2.microsoft.com/en-us/lib...45(VS.85).aspx

    gg

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. creating a child window
    By rakan in forum Windows Programming
    Replies: 2
    Last Post: 01-23-2007, 03:22 PM
  2. Making a script language?
    By Blackroot in forum Game Programming
    Replies: 10
    Last Post: 02-16-2006, 02:22 AM
  3. Pong is completed!!!
    By Shamino in forum Game Programming
    Replies: 11
    Last Post: 05-26-2005, 10:50 AM
  4. Posting a message to a child window
    By axr0284 in forum Windows Programming
    Replies: 6
    Last Post: 01-27-2005, 09:35 AM
  5. opengl help
    By heat511 in forum Game Programming
    Replies: 4
    Last Post: 04-05-2004, 01:08 AM