Sendkey Keyboard - Printable Version +- QB64 Phoenix Edition (https://staging.qb64phoenix.com) +-- Forum: QB64 Rising (https://staging.qb64phoenix.com/forumdisplay.php?fid=1) +--- Forum: Code and Stuff (https://staging.qb64phoenix.com/forumdisplay.php?fid=3) +---- Forum: Help Me! (https://staging.qb64phoenix.com/forumdisplay.php?fid=10) +---- Thread: Sendkey Keyboard (/showthread.php?tid=829) |
Sendkey Keyboard - euklides - 08-30-2022 Hello Is there a way in QB64 to simulate the sendkey function (send characters to the keyboard) ??? This sendkey$ command exists for instance in Visual Basic Excel/Word... RE: Sendkey Keyboard - SMcNeill - 08-30-2022 ScreenPrint perhaps what you're looking for? https://qb64phoenix.com/qb64wiki/index.php/SCREENPRINT RE: Sendkey Keyboard - SpriggsySpriggs - 09-07-2022 You can also just use the actual SendKey function from Win32 by doing a DECLARE LIBRARY / DECLARE DYNAMIC LIBRARY block |