The TB_HIDEBUTTON message hides or shows the specified button in a toolbar.
TB_HIDEBUTTON wParam = (WPARAM) idButton; lParam = (LPARAM) MAKELONG(fShow, 0);
Returns TRUE if successful or FALSE otherwise.