hi guys,
i am trying to disable some edit boxes,buttons and checkboxes. i am sending WM_ENABLE and 0, and the edit boxes get grayed(but continue editable), and the buttons and checkboxes dont change at all. :confused:
how i can make the buttons and checkboxes disabled(grayed), and make the editbox stop acepting modifications?
thanks in advance,
ancev
i am trying to disable some edit boxes,buttons and checkboxes. i am sending WM_ENABLE and 0, and the edit boxes get grayed(but continue editable), and the buttons and checkboxes dont change at all. :confused:
how i can make the buttons and checkboxes disabled(grayed), and make the editbox stop acepting modifications?
thanks in advance,
ancev
Try,
invoke EnableWindow, item_handle, FALSE
Farrier
invoke EnableWindow, item_handle, FALSE
Farrier