The TB_PRESSBUTTON message presses or releases the specified button in a toolbar.
TB_PRESSBUTTON wParam = (WPARAM) idButton; lParam = (LPARAM) MAKELONG(fPress, 0);
Returns TRUE if successful or FALSE otherwise.