how would i insert or remove WM_DISABLED from the styles of a window at will?
i probably cant go
right? how could i do it?PHP Code:dwStyles -= WM_DISABLED;
thanks
Printable View
how would i insert or remove WM_DISABLED from the styles of a window at will?
i probably cant go
right? how could i do it?PHP Code:dwStyles -= WM_DISABLED;
thanks
WM_DISABLED??
Do you mean WS_DISABLED?
Learn about bitwise operators. Those are:
| & ^ ~