Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sendkey Keyboard
#1
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...
Why not yes ?
Reply
#2
ScreenPrint perhaps what you're looking for?

https://qb64phoenix.com/qb64wiki/index.php/SCREENPRINT
Reply
#3
You can also just use the actual SendKey function from Win32 by doing a DECLARE LIBRARY / DECLARE DYNAMIC LIBRARY block
The noticing will continue
Reply




Users browsing this thread: 1 Guest(s)