Summary: I posted a message for help, but I didn't really get what I needed. I'm having a hard time explaining this, but thanks for the help. I need help with ...
Summary: I need help with writing a qbasic program for a home alarm system built off of qbasic. I need to setup that when the alarm is activated the computer a...
Summary: I am running an alarm system in my house off of an old pentium 1 computer. The alarm system runs through qbasic in windows 98. I have the computer hoo...
Summary: Hi Is there any sophisticated way of randomizing a number (possibly with a seed number) in Qbasic so that the same numbers don't appear every time? ...
Summary: Having trouble w/ sine function in qbasic program I wrote...not quite accurate for some reason. Please help... INPUT "x=?", x# b# = 0 FOR n = 1 TO 10...
Summary: I urgently need to run a Qbasic program that use the "SCREEN 9" command to make a graphic application, in a window of Windows NT and not in full scree...
Summary: I'm trying to write an time alarm program for windows in C++. The problem I've programmed in windows with JAVA but I'm new wit C++ in windows. I could...
Summary: At one time I could use qbasic fine on XP SP1. It's been several months since I used it, so I can't narrow down the change that might have caused it ...
Summary: problem w/ a qbasic program i'm working on...here's the code: DECLARE SUB terraindraw () CLS SCREEN 7 COLOR 2, 11 terraindraw LINE (100, 100)-(200, 10...
Summary: I am working over a Novell 4.2 network, with a Windows 2000 workstation. When I tried to print a report from a Qbasic program I get one line of a mult...
Summary: I am trying to use the randomize statment in qbasic. However if i try to use a seed number i get a different set of random numbers each time i run the...
Summary: Hey, I need help with the PAINT statement in Qbasic. Whenever I try to fill in an area, it fills up the whole screen! what should I do? Or where can ...
Summary: hi guys, c:\>type a.exe this command displays very less codes. but when i use c:\>edit a.exe it displays very long codes. but i want to append the fi...
Summary: I am trying to write a program in qbasic but i am not getting very far. I have 12 variables "A" though to "L". A=0 B=1 through to L=11 How can I get t...
Summary: I have a server that generates log files from Internet Information Server for website reporting purposes. These log files are saved in d:\logfiles\w3...
Summary: I have created a Qbasic program which contain 5 question for the user to answer! Now, the only problem I have is I want to make the program to have sc...
Summary: i need help when i use the lprint in qbasic it doesnt print any thing until i run a test print then it prints the lprint along with the test print? ...
Summary: qbasic 4.5...having trouble w/ PSET & LINE commands...just playing around w/ simple graphics, but an error message always comes up when i try to execu...
Summary: I am trying to write a program in qbasic but i am not getting very far. I have 12 variables "A" though to "L". A=0 B=1 through to L=11 How can I get t...
Summary: I'm not sure if I'm reading you correctly but if I am this is what you need to do: (this method is inefficient but simple) Convert the year month and...
Summary: Total newbie to programming & QBasic...stuck on a VERY simple program. Basically, I need to transfer data from a Notepad file into the program (as an...
Summary: In case I'm not the oldest person in the world (still using QBasic's ancient language)... I'm attempting to append text onto the end of an existing...
Summary: how can I compile my Qbasic programs into *.exe files? I made some programs and want to give to my friends, but I don't want to give out the source te...