Search found 9 matches

by Lillolullo
Tue Dec 22, 2015 7:59 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Someone can help me?
Replies: 1
Views: 8821

Someone can help me?

Hi to all,

I need a clue to send a keyobard the command alt+enter....
by Lillolullo
Thu Dec 03, 2015 3:34 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Simulate ALT+ENTER key pressing
Replies: 0
Views: 41853

Simulate ALT+ENTER key pressing

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 exist...
by Lillolullo
Thu Nov 26, 2015 10:10 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Yeahhh !!!! Full screen can change and adjust itself...
Replies: 2
Views: 8386

Re: Yeahhh !!!! Full screen can change and adjust itself...

I did it. It doesn't work. First time you launch the statement it starts every time in "ugly" mode. Only if you press alt+enter the imagine came back normal.
by Lillolullo
Sun Nov 22, 2015 4:38 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Yeahhh !!!! Full screen can change and adjust itself...
Replies: 2
Views: 8386

Yeahhh !!!! Full screen can change and adjust itself...

Finally, after many attempts I figured out how to solve the problem of the _FULLSCREEN statement... Simply pressing twice alt+enter the screen adjust itself.... It rolls any possible graphic configuration, I've counted 4 different graphic modes with _FULLSCREEN statement. I don't know how to impleme...
by Lillolullo
Sun Nov 22, 2015 2:18 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Capture a screen ??? def seg mode
Replies: 6
Views: 14229

Re: Capture a screen ??? def seg mode

I'm using XP...always bad in FS. I have resigned to have to use a window mode :( ...
by Lillolullo
Sat Nov 21, 2015 11:50 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Capture a screen ??? def seg mode
Replies: 6
Views: 14229

Re: Capture a screen ??? def seg mode

Thanks a lot...
by Lillolullo
Sat Nov 21, 2015 6:11 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Capture a screen ??? def seg mode
Replies: 6
Views: 14229

Re: Capture a screen ??? def seg mode

Thanks for your reply, but I tried this and it doesn't work, because if I _saveimage I can olny _download in 32 bit mode, not in screen 12 (I got a black screen). So I did in other way...It works but I always the _fullscreen glitch graphic problems..It's annoying, a lot, can't work in fullscreen. I'...
by Lillolullo
Tue Nov 17, 2015 4:17 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Capture a screen ??? def seg mode
Replies: 6
Views: 14229

Capture a screen ??? def seg mode

Hi, I'm still here with another question: in QB71 or QB45 normally I use this statement to capture a screen screen 12 cls locate 15,20:print "HELLO..." def seg=&HA000 bsave"ok.gif",0,64000 (entire screen) def seg How can I do the same thing in qb64 ???? and most important sta...
by Lillolullo
Tue Nov 17, 2015 11:00 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Problems with FULLSCREEN mode
Replies: 1
Views: 7600

Problems with FULLSCREEN mode

Hi guys, i'm new here but I have a question...until now I worked very well with QB7.1 but now I have a lot of problems and errors when I compile in qb7.1....with qb64 seems to be fine....but only in windowed mode, in _FULLSCREEN mode it's sucks...why ??? where am I wrong ??? With QB7.1 or 4.50 I wor...