What do you mean?
EDIT: Oh do you mean i need to do????
Instead of both in the same mouse_eventCode:mouse_event(MOUSEEVENTF_LEFTDOWN, 0, 0, 0, IntPtr.Zero) mouse_event(MOUSEEVENTF_LEFTUP, 0, 0, 0, IntPtr.Zero)
Correct me if im wrongCode:mouse_event(MOUSEEVENTF_LEFTDOWN + MOUSEEVENTF_LEFTUP, 0, 0, 0, IntPtr.Zero)![]()




)
Reply With Quote