Page 1 of 1

Simulate ALT+ENTER key pressing

Posted: Thu Dec 03, 2015 3:34 pm
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....