61 Topics

Member Avatar for
Member Avatar for ojimo

I was wondering if anyone could aid me by telling me the code or an example of code, for making objects move when a user hits an arrow key or any key for that matter. I've been searching for days for a tutorial to aid me, but have come up …

Member Avatar for Real-tiner
0
115
Member Avatar for Tom Pilk

What do I need to do if I get an error in QBasic saying [CODE]call absolute[/CODE] and it doesn't work - or something like that. I don't have absolute to call?!? This is when I have been looking at other peoples code and then trying to run them. Help! Thanks, …

Member Avatar for Buff
0
251
Member Avatar for Tom Pilk

I am having trouble getting the right code to look at a .txt file and print a random word from a list, going down the .txt file. I can get it to open the file which i think is: [B]OPEN "whatever" FOR INPUT AS [/B] ? and then [B]print[/B] ? …

Member Avatar for Buff
0
109
Member Avatar for chuckles

Greetings......... I bought a basic application that doesn't print out a hard copy properly. The sellers of same can't figure out what the problem w/their code is. Would like to get a "bare bones" Qbasic app without mortgaging my very being. Am I asking too much, or is my need …

Member Avatar for khkwa
0
283
Member Avatar for concepts

concepts I am using the GOSUB statements and subroutines, I have completed the input statements it is a payroll program Input: employee number number of dependents hourly rate hours worked Ouput: employee number number of dependents hourly rate hours worked also the gross pay, and federal tax have to be …

Member Avatar for alc6379
0
72
Member Avatar for The Beholder

Hello I only know qbasic and some c++ and a little asm, I have never programmed for windows, I recently ordered a book on qbasic with an introduction to visual basic 5.0. What should I be prepared for? what is this about forms? and what does object oriented really mean? …

Member Avatar for Buff
0
129
Member Avatar for QB_Pete

OK, not the best title but in essence true. I have programmed in Quickbasic since 1995. I love the language, but changes in printers, the adddition of USB ports, and the change to DOS emulation on the 2000/NT/XP platforms indicate a need for another language. I wrote a VB.NET console …

Member Avatar for cypher
1
237
Member Avatar for Natso

I head about a qbasic program that could make files undeletable... it only worked on ME or something though. Anybody here happen to have that code:?:

Member Avatar for Natso
0
88
Member Avatar for Transworld

[color=black][font=Times New Roman]If anyone still knows Qbasic could you take a look at this code for me?[/font][/color] CLS READ nam$, addr$ DO UNTIL nam$ = "END OF DATA" PRINT nam$, addr$ READ nam$, addr$ LOOP DATA ANNE DOE, 1234 BAKER ST., BRUCE LEE, 457 HIGH ST. DATA HOPE SEW, 222 …

Member Avatar for Transworld
0
682
Member Avatar for scottjo

[size=+0]I'm helping a friend to finish her final programming assignment. One of the problems is that I can't get the Account number to output properly. I just get "Error" to output when it's suppose to compare the input Account$ from the third file to the AccountsTable$ in the second file …

0
64
Member Avatar for sajece

Hi all, I have a customer that has an application using the runtime BASRUN20. The data tables use the extension .D and .X They also have a utility to rebuild the files using a program called BUILDX.EXE. There is no source code. Does anyone have any suggestions on how to …

Member Avatar for Dani
0
136

The End.