How would I detect a button press?
This is a discussion on Foget my last post..Read this.. within the Windows Programming forums, part of the Platform Specific Boards category; How would I detect a button press?...
How would I detect a button press?
I think that's right...it's been a while since I've done buttons.Code:case WM_COMMAND : switch(LOWORD(wParam)) { case ID_BUTTON: /*do stuff*/ return 0; } return 0;
Gays can't love like real people
entropysink.com -- because arses weren't designed for running websites.