Search:

Type: Posts; User: AuC

Search: Search took 0.00 seconds.

  1. Thread: buttons

    by AuC
    Replies
    4
    Views
    986

    Place HWND hWndButton =...

    Place

    HWND hWndButton = CreateWindow("BUTTON", "My Button", BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE,
    10, 10, 65, 15, hWnd, (HMENU)ID_BUTTON, hInstance, 0);

    into WM_CREATE of your window.
  2. Thread: Where...

    by AuC
    Replies
    1
    Views
    864

    Where...

    i want to make msn bots in c++ but where can i find those header files?
  3. Thread: Help!..

    by AuC
    Replies
    5
    Views
    983

    I found a lot tutorials....

    I found a lot tutorials....
  4. Thread: Help!..

    by AuC
    Replies
    5
    Views
    983

    Help!..

    Yo

    im searching for a nice tutorial for windows programming. I dont know how to make textboxes etc..:(
Results 1 to 4 of 4