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
1 Posted Topic
Re: 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 … |