How do you simulate a delay in keybd_eventI have the following code keybd_event(0x53, 0, 0, 0); //Press S key Sleep(5000); //Sleeps for 5 ...
How do you return the value a memory address holds?Hi there how do you read the address of a program and return the value of what ever the data the add...
This user does not accept Private Messages