[Q] mouse_event

Search This thread

Fredi_Le_bon

New member
Mar 19, 2012
3
0
jerusalem
about keybd_event simulation with your coredll.lib

i incorporate your coredll.lib and now i try to simulate keybd_event

i try this :


keybd_event (0xAD, 0, 0, 0);

sleep(100);
keybd_event (0xAD, 0, 2, 0);

for voulume up for example i run it from a thread , this not work have you an idea ? i rename your coredll.lib to coredll7.lib and disable in the visual c++ project the coredll.lib , what do you think wrong ?
 
Last edited: