Posts
 
Reputation
Loading chart. Please wait.
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.57K
~5K People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for alex130

try to add following code in stdafx.h #pragma once #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers #define _WIN32_WINNT 0x0500 // so the code would compile #include <windows.h> > > Hi, > I'm using windows XP and trying to simulate mouse movement and mouse clicks. The following code supposed …

Member Avatar for uglinho
0
5K