User profile: sky1in5

User info
User name:sky1in5
Name:sky1in5
Location:Singapore
Bio:i am a computer engineering graduate, interested in programming and love to program new item.
History
Joined:
Number of posts:17
Latest posts:

Need help on checkbox issue.
instead of using sendinput, why dont use wm_keydown?

Need help on checkbox issue.
haha. it cannot be work.

Need help on checkbox issue.
[code] if (checked) { SetTimer(hwnd, IDT_TIMER1, 30000, NULL); INPUT Z_KEY[1]; ...

Need help on checkbox issue.
[code] INPUT Z_KEY; if (checked) { SetTimer(hwnd, IDT_TIMER1, 30000, NULL)...

Need help on checkbox issue.
[code] INPUT Input = {0}; SendInput(1, &Input, sizeof(Input)); [/code] how shoul...