Search found 266 matches

by bongomeno
Tue May 05, 2009 7:25 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: OS
Replies: 10
Views: 18387

Forget the money for a minute. Some programmers do it only for FUN as a HOBBY. 90-98% of programs written in QB probably hav not made any money at all, but people still use it because it is fun. I would consider a hacker to be more successful because he is the BEST at what he does! Me and my other '...
by bongomeno
Tue May 05, 2009 3:24 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: OS
Replies: 10
Views: 18387

I wonder why so many beginners want to make an OS, while they can barely program anything? #1 Its good experience and you can learn alot in the process. #2 It is good to challenge a programmer to become better instead of telling them that they cant do it. # 3There is no room for improvement if a pr...
by bongomeno
Mon May 04, 2009 3:37 pm
Forum: General Discussion
Topic: SGOS Worth it?
Replies: 6
Views: 11230

Do it!

Who cares if 16 bit is almost dead? Unless he is making it so he can get big bucks, it should not matter. This may actually be very cool for old computer lovers like me! Atari computers are almost dead, but people still develop stuff for them. Not for the money, but because it is fun! Plus this woul...
by bongomeno
Fri May 01, 2009 10:52 pm
Forum: General Discussion
Topic: AOTHER QB markup lang+browser!!!
Replies: 10
Views: 22595

ive actually put my networking projects on the side for a few days because of school and my learning ASM. I will definitly work on it more soon. =]
by bongomeno
Fri May 01, 2009 4:16 pm
Forum: General Discussion
Topic: SGOS Worth it?
Replies: 6
Views: 11230

good idea

Do you plan writing your own kernal? In Qbasic? I have been told that it is HARD to make a Qbasic OS. If you are doing it in Qbasic, then you are going to have to use asm. I would recommend that you write some special king of game programming language just for your OS (and maby others). A good examp...
by bongomeno
Mon Apr 27, 2009 8:34 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: run another program within qbasic
Replies: 9
Views: 16706

asm os

thanx 4 the tips. im gonna try to make an os in asm now. :shock: 254534534 problems.... - I dont know alot of asm - can I use interrupts if i make my own kernal (no MSDOS) - i need some routines for text output and input and file managment and alot more :cry: (if i cant use int w/o msdos) any help f...
by bongomeno
Sun Apr 26, 2009 2:19 am
Forum: QBASIC and QB64 Questions & Answers
Topic: mouse in qbasic with asm...
Replies: 3
Views: 8695

ahhhh

ahhh thank you very much good sir! this should answer my question for now. ill test it as soon as i wake up. btw im not using shell or call absolute. using debug, i did this: DIM asm AS STRING LET asm = asm + CHR$(&HB8) + CHR$(&H0) + CHR$(&H0) LET asm = asm + CHR$(&HCD) + CHR$(&H...
by bongomeno
Sun Apr 26, 2009 12:16 am
Forum: QBASIC and QB64 Questions & Answers
Topic: mouse in qbasic with asm...
Replies: 3
Views: 8695

mouse in qbasic with asm...

I am trying to learn assembly language. I tried to make a mouse program that does the following: - check for mouse; if no mouse, wait for one - display mouse cursor - wait until until mouse is moved to 1,1 on the screen - end program My code doent work! Please help me fix it. lol here is my code: ;m...
by bongomeno
Sat Apr 25, 2009 11:41 am
Forum: QBASIC and QB64 Questions & Answers
Topic: run another program within qbasic
Replies: 9
Views: 16706

1337

i dont think shell will work for me because i am writing my own STAND ALONE operating system. i will run it from a flash drive or floppy disp probably. if shell requires nvtdm or windows, it will not work for me. i need code that loads the hex code from a file and executes it useng call absolute or ...
by bongomeno
Sat Apr 25, 2009 6:21 am
Forum: QBASIC and QB64 Questions & Answers
Topic: run another program within qbasic
Replies: 9
Views: 16706

the shell command executes a msdos command, and other programs
so it likey requires msdos
by bongomeno
Sat Apr 25, 2009 1:34 am
Forum: QBASIC and QB64 Questions & Answers
Topic: run another program within qbasic
Replies: 9
Views: 16706

run another program within qbasic

i have been working on writing my own qb os. 1 PROBLEM!!! how do i execute another executable program (.com, .exe) within my qb program????????? i tried to use CALL ABSOLUTE, but it just crashed qb..... does any1 have some code so i can load a program aand run it and return to my program? i would ap...
by bongomeno
Fri Apr 24, 2009 6:02 pm
Forum: General Discussion
Topic: AOTHER QB markup lang+browser!!!
Replies: 10
Views: 22595

cool!

Wow, dude thats nice!
Ill try to make a qml browser if i can as well as a qml page of my own
btw the -1 color causes it to flash random colors on the line as you scroll.
by bongomeno
Thu Apr 23, 2009 6:09 pm
Forum: General Discussion
Topic: AOTHER QB markup lang+browser!!!
Replies: 10
Views: 22595

woot

here is the link to download Win Browse. :P
extract the zip file and run wb.exe.
post here for help.

http://www.mediafire.com/?sharekey=2051 ... f6e8ebb871
by bongomeno
Wed Apr 22, 2009 6:52 pm
Forum: General Discussion
Topic: AOTHER QB markup lang+browser!!!
Replies: 10
Views: 22595

AOTHER QB markup lang+browser!!!

So i was looking at Pharos Qbrowse.... Its a very cool program. It inspired me to make my own browser and language. I already made a homepage (with a bunch of links to my other pages) in it and my friend is making one to. I call it 'Win Browse SML Viewer' (sml means small markup language) Win Browse...
by bongomeno
Fri Apr 17, 2009 10:52 am
Forum: General Discussion
Topic: A QB/FB Markup Language and Browser
Replies: 23
Views: 55839

aaahi see, thank you.
by bongomeno
Fri Apr 17, 2009 2:41 am
Forum: General Discussion
Topic: A QB/FB Markup Language and Browser
Replies: 23
Views: 55839

cool!!!

VERY NICE PROGRAM!!!!!!!!!!! how did you pull off the networking??? external librarie? i would be delighted and so would many other people here to see some of the code. especially the networking stuff. an example of how to network in qb would be appreciated. i would like to make my own chatroom or s...
by bongomeno
Mon Apr 13, 2009 11:11 pm
Forum: General Discussion
Topic: Floppies Banned from Program issue
Replies: 8
Views: 17422

viruses

a virus dosent have to be an .exe or .com file, but can be scripts such as vb or batch files or a adobie acrobat file. example: make a batch file that contains the command 'LOGOFF' and make it copy itself into your startup folder. (dont really do it. lol)i did this to my biology teacher =]> also, a ...
by bongomeno
Mon Apr 13, 2009 11:10 pm
Forum: General Discussion
Topic: Floppies Banned from Program issue
Replies: 8
Views: 17422

viruses

a virus dosent have to be an .exe or .com file, but can be scripts such as vb or batch files or a adobie acrobat file. example: make a batch file that contains the command 'LOGOFF' and make it copy itself into your startup folder. (dont really do it. lol)i did this to my biology teacher =]> also, a ...
by bongomeno
Thu Apr 09, 2009 3:31 pm
Forum: General Discussion
Topic: classic basic lovers!!!!
Replies: 7
Views: 20374

sorry man i just got it! but there are some good deals 4 them on ebay.

btw. where r all my classic basic programmers?
by bongomeno
Wed Apr 08, 2009 9:04 am
Forum: General Discussion
Topic: classic basic lovers!!!!
Replies: 7
Views: 20374

=]

that is the reason i posted it in general discusson
it would be easy to convert the programs to qb anyway
thats the beatuy of basic!