The TB_SETSTATE message sets the state for the specified button in a toolbar.
TB_SETSTATE wParam = (WPARAM) idButton; lParam = (LPARAM) MAKELONG(fState, 0);
Returns TRUE if successful or FALSE otherwise.