Thread: quick qustion

  1. #16
    Registered User
    Join Date
    Nov 2003
    Posts
    53
    Code:
    HWND CreateWindow(          
    "STATIC",
    szTitle,
    WS_CHILD,
    CW_USEDEFAULT ,
    0,
    CW_USEDEFAULT ,
    0,
    hWnd,
    NULL,
    GetModuleHandle(0),
    0
    );
    was thinking the same thing...but does not really looks that way i think
    Its all a matter of willpower

  2. #17
    Registered User Dante Shamest's Avatar
    Join Date
    Apr 2003
    Posts
    970
    Why is there a HWND in front of CreateWindow?

  3. #18
    Registered User
    Join Date
    Nov 2003
    Posts
    53
    hm...dont know!

    Thanks
    Its all a matter of willpower

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. strcmp returning 1...
    By Axel in forum C Programming
    Replies: 12
    Last Post: 09-08-2006, 07:48 PM
  2. Do you know...
    By davejigsaw in forum C++ Programming
    Replies: 1
    Last Post: 05-10-2005, 10:33 AM
  3. quick qustion
    By PanzTec in forum C++ Programming
    Replies: 1
    Last Post: 11-09-2004, 09:12 AM
  4. Questions on basic Quick Sort
    By Weng in forum C++ Programming
    Replies: 4
    Last Post: 12-16-2003, 10:06 AM
  5. Replies: 0
    Last Post: 04-30-2002, 07:24 PM