devrandom Posted June 12, 2011 Posted June 12, 2011 Hello I'll ask here because there are a lot of C/C++ geeks. I make a control with this code: button_ok = CreateWindow ( "BUTTON", "Ok", WS_CHILD| WS_VISIBLE, 10, 60, 280, 25, window, BUTTON_OK, hInstance, NULL ); And now, how can I disable it as I can do with AutoIt (GUICtrlSetState($handle, $GUI_DISABLE))?
Mat Posted June 12, 2011 Posted June 12, 2011 (edited) http://msdn.microsoft.com/en-us/library/ms646291.aspx Edited June 12, 2011 by Mat AutoIt Project Listing
Recommended Posts