QB64.org Forum

Active Forums => QB64 Discussion => Topic started by: hanness on April 12, 2020, 12:17:40 am

Title: Is it possible to inject keystrokes into the keyboard buffer?
Post by: hanness on April 12, 2020, 12:17:40 am
Is it possible in QB64 to inject key presses into the keyboard buffer via code as if someone pressed those keys on the keyboard?

Title: Re: Is it possible to inject keystrokes into the keyboard buffer?
Post by: euklides on April 12, 2020, 05:58:58 am
like 'Sendkey' in VBA...
Title: Re: Is it possible to inject keystrokes into the keyboard buffer?
Post by: Ashish on April 12, 2020, 08:48:14 am
I think you want something like this - http://www.qb64.org/wiki/SCREENPRINT