Posts by Ollegn • 129 points
3 posts
-
1
votes1
answer60
viewsA: Access to external url on Windows Server
You will probably have to use additional codes to automatically enter your credentials on the server. Follow some sites so you a read, in the first he talks about the Administration of…
-
1
votes3
answers3236
viewsA: Mouse Click without Moving Screen Cursor
Try to use Mouse_event {Move the mouse} Mouse_Event(MOUSEEVENTF_ABSOLUTE or MOUSEEVENTF_MOVE, COORDENADA X, COORDENADA Y, 0, 0); {Simulates pressing the left mouse button}…
-
0
votes3
answers694
viewsA: Using function and header file (header)
Try referencing in all files #include "CodeCount.h"