Search found 2466 matches

by burger2227
Sat Oct 04, 2008 4:15 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Error Handling Inside Function
Replies: 15
Views: 16990

It also works with WIDTH column and row settings in various screen modes.

Ted
by burger2227
Fri Oct 03, 2008 11:57 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Error Handling Inside Function
Replies: 15
Views: 16990

COOL

Nice idea Ralph. I would add 1 to the row counts however.

Ted
by burger2227
Thu Oct 02, 2008 12:34 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Error Handling Inside Function
Replies: 15
Views: 16990

Good to know Myst. Sometimes it is hard to find things so old that STILL work LOL. PEEKPOKE.ZIP information file:

http://www.qbasicstation.com/index.php? ... &filecat=4

Ted
by burger2227
Wed Oct 01, 2008 1:17 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Error Handling Inside Function
Replies: 15
Views: 16990

YOU must learn the screen resolutions for Text and Graphics. Screen 0 has several WIDTH options for text. They are listed in the SCREEN Help section. The Text character sizes are also listed. I saw an Interrupt routine that returned those values, but it messed up my Monitor settings. Here are some P...
by burger2227
Wed Oct 01, 2008 11:50 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Error Handling Inside Function
Replies: 15
Views: 16990

You cannot use ON ERROR in a SUB or Function. You don't need it there. Place ON ERROR ahead of the FUNCTION or SUB calls in the main program. It will still work from the main module. Also move your ErrorHandler sub to the main module! That is where ON ERROR looks for it. Be careful with error handle...
by burger2227
Wed Sep 24, 2008 1:26 pm
Forum: Freebasic Questions & Answers
Topic: A custom font for FB I want some feed back on
Replies: 5
Views: 41667

Sorry for sending you here! The FB people are kind of clanish. Try FB.COM if you can tolerate the rules.

You could post a competition in the Discussions areas of this forum.

Good Luck,

Ted
by burger2227
Sat Sep 20, 2008 11:14 pm
Forum: General Discussion
Topic: after high school....
Replies: 10
Views: 25181

Cause FB does not have that option?

:roll:
by burger2227
Sat Sep 20, 2008 6:36 pm
Forum: General Discussion
Topic: after high school....
Replies: 10
Views: 25181

Cute kid! Hope he turns out like his mother :lol:
by burger2227
Mon Sep 15, 2008 3:44 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Printer Problems
Replies: 11
Views: 23616

For XP

This QB program should set up a Windows session in XP or NT to use data sent to the LPT1 port by LPRINT. Go to the Control Panel - Printers list. First you must set the USB printer Properties to Shared in the Shared Tab and set the Printer Processor mode to Text in the Advanced Tab : CLS COLOR 11: L...
by burger2227
Sun Sep 14, 2008 4:49 pm
Forum: News and Announcements
Topic: KDAGs New Adventure Game - Zogies Labyrinth
Replies: 20
Views: 59741

:(

Yeah the site is down. I sure hope it has nothing to do with the owner Jack, as he SELDOM even visits. I have a lot of Uploads there too!

Ted
by burger2227
Sun Sep 14, 2008 1:59 pm
Forum: News and Announcements
Topic: KDAGs New Adventure Game - Zogies Labyrinth
Replies: 20
Views: 59741

Is the single player option available at QbasicStation.com ?
by burger2227
Sat Sep 13, 2008 12:42 pm
Forum: News and Announcements
Topic: KDAGs New Adventure Game - Zogies Labyrinth
Replies: 20
Views: 59741

I'd say Lachie has as much class as the other FB community leaders. Absolutely NONE!

He probably just wants to copy your game for his site!
by burger2227
Wed Sep 10, 2008 8:55 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Quick Question on -put-xor-or-and-pset.....
Replies: 3
Views: 9571

Try using WAIT or page flipping in Screens 7 or 9. Don't use CLS!

Screen 13 can use the screen buffer directly from a BSAVE file.

Ted
by burger2227
Tue Sep 09, 2008 10:40 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Graphics question
Replies: 16
Views: 30736

There may be help on the NET. You have to verify if some of XP's files for NTVDM are installed correctly. I have the info somewhere if I can find it.

One thing you can try is to make a shortcut to QB.EXE. Then XP may recognize it better. For some reason, it worked for me.

Ted
by burger2227
Mon Sep 08, 2008 3:45 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Graphics question
Replies: 16
Views: 30736

SURE it's better in XP

But 64 bit XP machines cannot display graphic modes. TheBob has one of those monsters and has to use DosBox. I have rarely even tested it, but it does have settings you can change permanently or in the command line.

Stick with XP if it works well. 64 bit machines can only display Screen 0!

Ted
by burger2227
Mon Sep 08, 2008 3:37 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Printer Problems
Replies: 11
Views: 23616

True Moneo, but the BAS file needs to be saved as Text Readable in the QB Save dialogue box. Otherwise you end up with machine code in Notepad which is useless!

Ted
by burger2227
Mon Sep 08, 2008 11:31 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Graphics question
Replies: 16
Views: 30736

Speed?

DosBox can be configured to run faster! Read the documentation!

Ted
by burger2227
Mon Sep 08, 2008 11:27 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Printer Problems
Replies: 11
Views: 23616

XP?

What is Windows EP? The printers must be connected to LPT1 to use LPRINT. Some may still not work correctly. Qbasic cannot use the USB ports directly! There are some other programs that can help for USB printers. Most are not free! Try creating text files with PRINT # and opening them in Notepad fro...
by burger2227
Tue Sep 02, 2008 10:01 pm
Forum: News and Announcements
Topic: Hello All - and my SADG Demo
Replies: 6
Views: 21762

How about a TIMER delay?

If your program runs different on every machine, perhaps you should try using a delay from the PC clock or TIMER. It returns actual fractions of seconds. In QB the highest speed measured is .05 seconds, but good enough for most programs. You can make one SUB program for delays and just send the valu...
by burger2227
Sun Aug 31, 2008 1:54 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Need help jpeg files open read ect.
Replies: 3
Views: 7621

A word of advise

Please don't place files on your root C drive! Qbasic may overwrite Windows files without warning! Use a folder for QB and it's files.

Ted