In Visual BASIC, I can use this code:
Command1.Value = True
to have the program "press" the button for me. I can't find similar code in PB/DLL to press a button or a key for me. Can you give me example code to press buttons and keys? Jeffrey.
Command1.Value = True
to have the program "press" the button for me. I can't find similar code in PB/DLL to press a button or a key for me. Can you give me example code to press buttons and keys? Jeffrey.
Comment