Help: how to use VB program click another button on the toolbar?
Time:09-28
How to use VB program click another button on the toolbar? The toolbar has to handle, handle to the button above, how also can not take try to take to handle to send the mouse click, only the first button response, the procedure is as follows, can you tell me the master should change?
If HWND3 & gt; 0 Then SendMessage HWND3 BM_CLICK, 0, 0 PostMessage HWND3 WM_LBUTTONDOWN, 0, 0 'the button by pressing the left mouse button PostMessage HWND3 WM_LBUTTONUP, 0, 0 End If