Search:

Type: Posts; User: Xlonima

Search: Search took 0.01 seconds.

  1. Thread: nosize

    by Xlonima
    Replies
    1
    Views
    1,244

    nosize

    how I make the window not size-able? :P
  2. Thread: Buttons

    by Xlonima
    Replies
    2
    Views
    1,167

    Buttons

    How do I create buttons in Win32 API?
    like a "click here to quit" button
  3. Thread: Help please

    by Xlonima
    Replies
    2
    Views
    1,079

    Help please

    If you make a button in win32 api, whats the command to do "if (button is clicked) do that.. else.. do that.."??

    like:



    if(button==clicked)
    {
    DestroyWindow(hwnd);
    }
Results 1 to 3 of 3