Search found 107 matches

by RayBritton
Sat Dec 09, 2006 7:22 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Reading from Files?
Replies: 7
Views: 16608

fb is the modern version of qb, there are almost no differences
by RayBritton
Sat Dec 09, 2006 3:18 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Reading from Files?
Replies: 7
Views: 16608

It is possible to create two files, and compile them together, but it is complicated, a much easier way is to change to FreeBasic
by RayBritton
Wed Nov 01, 2006 5:05 am
Forum: Freebasic Questions & Answers
Topic: freebasic compiling problems
Replies: 7
Views: 24180

Well I had a look and removed a few of the errors, try going to www.freebasic.net/forum to get help with fb

http://fileanchor.com/75857-d
by RayBritton
Sun Oct 29, 2006 2:59 am
Forum: Pete's QB Site News
Topic: Rest in Peace QB Express!! :(
Replies: 14
Views: 64248

Quote: Oh, it's too late for that... I still hate you... Oh come on. I didn't mean it that way. You over reacted. You think I was trying to be an ass, when I was actualy trying to be the exact opposite. I was expressing sadness because I thought that QB Express was gone, and now I've learned that i...
by RayBritton
Wed Oct 25, 2006 5:36 am
Forum: Pete's QB Site News
Topic: Rest in Peace QB Express!! :(
Replies: 14
Views: 64248

I don't think this the end, just that Pete is extremely busy currently.
by RayBritton
Tue Oct 24, 2006 6:02 am
Forum: Freebasic Questions & Answers
Topic: freebasic compiling problems
Replies: 7
Views: 24180

generally implict variable allocation means that you haven't dimed you varibles, but for the undefined labels, i would have to see the whole code
by RayBritton
Sat Aug 26, 2006 6:03 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Encrypting a Text File?
Replies: 4
Views: 10445

save the file as binary
by RayBritton
Wed Aug 16, 2006 12:28 am
Forum: QBASIC and QB64 Questions & Answers
Topic: qbasic
Replies: 2
Views: 8014

do you mean games that are 3D or have high quality graphics, if so qb is terrible, but its replacement(or upgrade),freeBASIC, can do 3D and high quality graphics, large screen resolutions with the need for libraries.
by RayBritton
Tue Aug 01, 2006 8:55 pm
Forum: News and Announcements
Topic: big problem!!!!!
Replies: 16
Views: 41862

with fb i found that the program would close instantly unless i set a screen size, and if you don't put a sleep at the end of the program it will close instantly as well
by RayBritton
Sat Jul 15, 2006 5:14 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Line Input Limitation?
Replies: 6
Views: 12574

can you post your code please
by RayBritton
Wed Jul 12, 2006 5:12 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Need help with openin a file on the interwebs
Replies: 19
Views: 32206

as far as i know, qb can't use the internet, or networks unless in pure dos
by RayBritton
Sat Jul 08, 2006 2:15 am
Forum: QBASIC and QB64 Questions & Answers
Topic: .exe file to appear in start menu
Replies: 2
Views: 7667

using fb you could make your own
by RayBritton
Wed May 24, 2006 1:10 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Copy files from a: to c: drive using qbasic
Replies: 7
Views: 14319

I thought so, but I was in a good mood.
by RayBritton
Wed May 24, 2006 3:40 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Copy files from a: to c: drive using qbasic
Replies: 7
Views: 14319

If you use the function SHELL and COPY eg

Code: Select all

SHELL "COPY A:\file.fil C:\"
for more information, use DosBox or command prompt and type COPY /?
by RayBritton
Tue May 23, 2006 2:42 am
Forum: QBASIC and QB64 Questions & Answers
Topic: How do I get data from a web site into my program?
Replies: 12
Views: 26846

I don't think you can access any part of a website directly from QBASIC. Others may correct me if I am wrong, but I'm pretty sure I'm right.
They was once a QB web browser (it ran from DOS i think), it text only and didn't work with most sites
by RayBritton
Mon May 08, 2006 6:46 am
Forum: QBASIC and QB64 Questions & Answers
Topic: print an image file
Replies: 4
Views: 9818

no but if you are in dos mode, you can display the picture on the screen and press Prt Scrn
by RayBritton
Thu May 04, 2006 1:03 pm
Forum: General Discussion
Topic: Need advice from Squaresoft fans...
Replies: 18
Views: 46260

yeh sorry, on ff9 you can revisit anywhere until disk 4, then something happens and you can't return some places
by RayBritton
Thu May 04, 2006 9:39 am
Forum: General Discussion
Topic: Need advice from Squaresoft fans...
Replies: 18
Views: 46260

Although this is the wrong forum to be asking a question like that on, i would argee FF7 is the best, i would recommened 9 next.
by RayBritton
Thu May 04, 2006 5:02 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Array question
Replies: 3
Views: 8434

I think you have have to declare type, including string length
by RayBritton
Thu Apr 06, 2006 11:30 am
Forum: QBASIC and QB64 Questions & Answers
Topic: MMORPG in QBASIC?
Replies: 15
Views: 50234

you could also try FreeBASIC, someone is making a MMORPG (fieldview - thats the name i think) in it