Search found 155 matches

by Sinuvoid
Thu Aug 23, 2007 9:11 am
Forum: QBASIC and QB64 Questions & Answers
Topic: How-to create a autotyper that types in OTHER programs
Replies: 5
Views: 7125

How-to create a autotyper that types in OTHER programs

How-to create a autotyper that types in OTHER programs and not in the qb window
by Sinuvoid
Wed Aug 22, 2007 6:36 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: IMPORTANT QUESTION
Replies: 7
Views: 9532

Ok got the vid and URL

http://www.youtube.com/watch?v=o6B1scKtPZQ

and the tutorial is the very first one in the assembly catagory

so follow alone where my mouse is
by Sinuvoid
Wed Aug 22, 2007 5:38 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: IMPORTANT QUESTION
Replies: 7
Views: 9532

just learning it now......when i follow alone with the tutorial
(http://www.petesqbsite.com/sections/tut ... ls/asm.txt)
Its differnent than what im doing

to see what i mean ill post a video on youtube k
by Sinuvoid
Wed Aug 22, 2007 5:12 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: IMPORTANT QUESTION
Replies: 7
Views: 9532

ASM eh....hm well ill try it, if theres anything easier than let me know.

(Dam, now i have to learn ASM) *back to the drawing board*
by Sinuvoid
Wed Aug 22, 2007 5:11 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Program Pipes
Replies: 2
Views: 4918

um, you'll probably have to use the SHELL command
just put both of the files in the same directory and type in the command prompt

Code: Select all

SHELL "START notepad (example)" 'START starts any program as long as that program is in that directory (I'm VERY good with command prompt)
by Sinuvoid
Wed Aug 22, 2007 1:12 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: IMPORTANT QUESTION
Replies: 7
Views: 9532

IMPORTANT QUESTION

How do you open/use ports in QB? So like if you had a game and you wanted a world wide high score it could be displayed on the internet or oyu could access MSN from QB... Ill give you the MSN port if you like and try to think up something with that. MSN port number = ok actually theres like 9 or som...
by Sinuvoid
Wed Aug 22, 2007 1:05 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: INPUT and 255
Replies: 7
Views: 11187

I dont understand you question that well but.... here might be the code you're looking for... CLS OPEN "test.txt" FOR APPEND AS #1 ' this does it so it doesnt overwrite text already in it... WRITE #1, test$ 'this records the variable in the text file CLOSE #1 'this closes it or OPEN "...
by Sinuvoid
Sat Aug 18, 2007 8:05 am
Forum: QBASIC and QB64 Questions & Answers
Topic: How to make a programing language....
Replies: 17
Views: 23608

I think ill go with E.K's suggestion :D
Itll be a library ..but how do you create libraries?and run them?
by Sinuvoid
Sat Aug 18, 2007 6:54 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Possible to make a auto clicker???
Replies: 4
Views: 8082

In VB you say.....ill take a look.

Stoves:
Yah for websites or anything really.
by Sinuvoid
Thu Aug 16, 2007 11:19 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Possible to make a auto clicker???
Replies: 4
Views: 8082

Possible to make a auto clicker???

Is it some how possible???
by Sinuvoid
Thu Aug 16, 2007 11:09 am
Forum: QBASIC and QB64 Questions & Answers
Topic: How to make a programing language....
Replies: 17
Views: 23608

I would like to try but im guessing i would have to use some kind editor and understand hex etc....
by Sinuvoid
Fri Aug 10, 2007 1:02 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: How to make a programing language....
Replies: 17
Views: 23608

Ok this is getting to complicated already :?
I think ill just go with something easier than this hehe but maybe YOU can make it? It would be a good project for you...
by Sinuvoid
Fri Aug 10, 2007 12:28 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: How to make a programing language....
Replies: 17
Views: 23608

I need help on how to start it...can you help??
by Sinuvoid
Fri Aug 10, 2007 12:15 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: How to make a programing language....
Replies: 17
Views: 23608

YES STOVES!!!!!!!!!!YOU'RE A GENIUS!!!!!!!!!
by Sinuvoid
Fri Aug 10, 2007 11:44 am
Forum: QBASIC and QB64 Questions & Answers
Topic: How to make a programing language....
Replies: 17
Views: 23608

Ok first mystik. 1. dont know what those are....but i think a compiler makes the exe file of the language. 2. More of a BASIC language....but I want to make a language SIMPLER than this for my brother and other people. 3. I want it to be used for i guess what ever QBASIC is used for(WINDOWS) Now Sto...
by Sinuvoid
Mon Aug 06, 2007 4:13 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: PLEASE ANSWER ASAP!!!!!!!
Replies: 6
Views: 8782

Sorry but not that stoves :?
I mean when you have choice's and then you go to a sub but then i need to get back to the choice's.
by Sinuvoid
Mon Aug 06, 2007 11:39 am
Forum: QBASIC and QB64 Questions & Answers
Topic: PLEASE ANSWER ASAP!!!!!!!
Replies: 6
Views: 8782

PLEASE ANSWER ASAP!!!!!!!

how do you go back to the main moduel thing or the starting of the program after youre in a SUB??
by Sinuvoid
Sun Aug 05, 2007 3:07 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: How to make a programing language....
Replies: 17
Views: 23608

How to make a programing language....

Thats my queston...(Title)