QB64.org Forum

Active Forums => QB64 Discussion => Topic started by: hanness on April 20, 2021, 02:19:09 pm

Title: Is there a way to paste text into a QB64 app window?
Post by: hanness on April 20, 2021, 02:19:09 pm
I have a program that uses only a console Window. All input and output is done to and from that Window.

However, I'm now trying to write an app without using a console window. I find that I can't paste text into that window.

My program requires the entry of some very long responses such as long path names. When using a console I was able to simply paste in a response to an INPUT, but that seems to be missing without using console mode.

I've been looking through the docs but can't seem to find any workaround. Anyone know if this is possible?

QB64 1.51 April 9, 2021 Dev Build on Win 10 20H2. Running screen mode 0.
Title: Re: Is there a way to paste text into a QB64 app window?
Post by: SpriggsySpriggs on April 20, 2021, 02:21:43 pm
Check for a specific keystroke like CTRL + V and then read _CLIPBOARD$