I have written many VB6 programs, and one that I use has to press a button for me automatically , the program having positioned the cursor in the correct position. This works fine in NON compiled format, but when I compile the program, it just does not work.
Its very simple - I use the normal
mouse_event MOUSEEVENTF_LEFTDOWN, 0, 0, 0, 0
mouse_event MOUSEEVENTF_LEFTUP, 0, 0, 0, 0
This has been working for years in compiled format, it even works on some computers, but not my main PC which uses Windows 10. Has anyone experienced thia before or have any idea as to what I can do to correct it ?
Its very simple - I use the normal
mouse_event MOUSEEVENTF_LEFTDOWN, 0, 0, 0, 0
mouse_event MOUSEEVENTF_LEFTUP, 0, 0, 0, 0
This has been working for years in compiled format, it even works on some computers, but not my main PC which uses Windows 10. Has anyone experienced thia before or have any idea as to what I can do to correct it ?