Simulate ALT+ENTER key pressing

If you have questions about any aspect of QBasic programming, or would like to help fellow programmers solve their problems, check out this board!
Post Reply
Lillolullo
Newbie
Posts: 9
Joined: Mon Nov 16, 2015 9:20 am

Simulate ALT+ENTER key pressing

Post by Lillolullo »

Hi to everyone,

I have a question: How can I simulate ALT+ENTER key pressing in qb code ?
I tried _SCREENPRINT statement but it seems to work (I have not tested all the combination like _screenprint chr$("ALT code number")+chr$(13)

I'don't know the ALT code in screenprint mode (if it exists), normally for ALT detection the code is chr$(0)+chr$(56), if I'm not mistaken...

Waitin' for your clues....
Post Reply