Search found 266 matches

by bongomeno
Tue Jan 12, 2010 9:58 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Turn off computer
Replies: 29
Views: 70313

thank you. Ill go check this out.
by bongomeno
Tue Jan 12, 2010 9:43 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: New to the forum
Replies: 5
Views: 13204

Re: New to the forum

AdamGrenway wrote:What's up everyone?
He did have a question! :lol:
by bongomeno
Fri Jan 08, 2010 12:00 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Organization
Replies: 16
Views: 35967

This is how I usually organize my graphics... EDIT: I forgot something in the code. imagedata: label REM Graphics data example by Bongomeno REM Create and load image... DIM image(10, 10) RESTORE imagedata FOR ry = 0 TO 9 FOR rx = 0 TO 9 READ image(rx, ry) NEXT rx NEXT ry REM Display image... LET xpo...
by bongomeno
Sun Jan 03, 2010 12:24 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Turn off computer
Replies: 29
Views: 70313

ummm.... Im sorry, but your site is HARD TO READ! I have seen it before and gave up on it really fast.

My advice would be to change the colors to something more eye friendly.

The background and text should always be light on dark or dark on light.
by bongomeno
Fri Jan 01, 2010 4:09 pm
Forum: General Discussion
Topic: DREAM16 OS - The new GUI in town! =] (UPDATE!!!)
Replies: 5
Views: 15033

hmmm, i kinda like that. I might have to try that if its not too complex.

Also, UPDATE!!

Version 4
(I put all 4 versions in this)

*** note: READ THE README FILE ***

geekbasic.webs.com/DREAM16.zip
by bongomeno
Thu Dec 31, 2009 5:26 pm
Forum: General Discussion
Topic: DREAM16 OS - The new GUI in town! =] (UPDATE!!!)
Replies: 5
Views: 15033

Here is a screenshot of version 3:
Image

I should be releasing version 4 later today...
by bongomeno
Thu Dec 31, 2009 2:47 am
Forum: General Discussion
Topic: DREAM16 OS - The new GUI in town! =] (UPDATE!!!)
Replies: 5
Views: 15033

I have just COMPLETELY rewrote DREAM16 OS for the better! It features all of, but no only the following: - moveable and closeable multi-size windows - moveable desktop icons - desktop icons can do a number of tasks including running apps - password (optional) - several applications including a TINY ...
by bongomeno
Thu Dec 31, 2009 2:32 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Turn off computer
Replies: 29
Views: 70313

i lolled. :D
Thanks for the post anyways! I will use this if it works with true dos, otherwise I will have to write my own routine.
by bongomeno
Tue Dec 29, 2009 10:49 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Turn off computer
Replies: 29
Views: 70313

Wel, I am creating this mainly for practice as well as for personal use. Also I am including a special exit option for Windows users that does not shut down the computer, but simply exits. It is coming along quite well (for my 1st OS). I just got done adding new features, like the ability to drag ic...
by bongomeno
Tue Dec 29, 2009 7:58 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Turn off computer
Replies: 29
Views: 70313

My GUI is meant to run on a DOS machine or a 95 in DOS mode. This code will be placed at the part of the gui that saves its user made settings and shuts down. As long as it works in true DOS, it is perfect. I will create a break key or something that shuts down the GUI for people trying it in Windows.
by bongomeno
Tue Dec 29, 2009 7:22 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Turn off computer
Replies: 29
Views: 70313

perfect! thanks. Now I just need to figure out how to turn off the computer... lol :lol:
by bongomeno
Tue Dec 29, 2009 6:26 pm
Forum: General Discussion
Topic: DREAM16 OS - The new GUI in town! =] (UPDATE!!!)
Replies: 5
Views: 15033

DREAM16 OS - The new GUI in town! =] (UPDATE!!!)

Hello my fellow geeks! I am here to show you my latest program. I was messing around with some Qbasic GUIs last night and it kind of inspired me. I have always been amazed by Qbasic GUIs, so I thought I would make one! I have never made a GUI in Qbasic before or even used the mouse in my programs so...
by bongomeno
Tue Dec 29, 2009 4:26 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Turn off computer
Replies: 29
Views: 70313

Also, is there a way that I can read how much memory my computer has left and how much it has total? I want to create like a meter or status bar
by bongomeno
Tue Dec 29, 2009 3:38 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Turn off computer
Replies: 29
Views: 70313

Turn off computer

Does anybody have any assembly code that can be used to shut down the computer?

I am creating a mouse driven GUI called DREAM16 OS (which I will post about later) that needs this for its turn off computer option.

I will compile the code and load it from a DATA statement.

thanks.
by bongomeno
Sun Dec 27, 2009 9:06 pm
Forum: General Discussion
Topic: New forum! Come join!
Replies: 7
Views: 20153

Just a reminder - ALL PEOPLE ARE WELCOME ON MY FORUM

For anybody passing by who feels the need to join a fresh and active forum about programming then come sign up!

www.geekbasic.webs.com
by bongomeno
Sun Dec 27, 2009 5:04 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: HELP, I accidentally deleted my post....
Replies: 6
Views: 17751

lol :lol:
by bongomeno
Sun Dec 27, 2009 2:45 am
Forum: General Discussion
Topic: AOTHER QB markup lang+browser!!!
Replies: 10
Views: 23337

I know that this thread is old, but I think I should say this.

My friend still had the program and gave it to me, so I posted it on my website. www.geekbasic.webs.com

I thought I should say this just in case someone passing by wanted to check it out.
by bongomeno
Sat Dec 26, 2009 10:02 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Newbie going nuts... help!
Replies: 12
Views: 21730

'ancient' Qb 1.1 should be just as capable of doing this as 4.5, but 4.5 has more features such as compiling programs and using the command line with them. Qb45 works fine for me under windows XP as I use it all the time for ompiling my code. I still prefer to do my coding in 11 because it is simple...
by bongomeno
Sat Dec 26, 2009 5:07 am
Forum: General Discussion
Topic: VERY cool flash program
Replies: 1
Views: 7827

VERY cool flash program

if you like making music, then CHECK THIS OUT:
http://inudge.net/inudge#/null

this cool lil program is addicting!
by bongomeno
Wed Dec 16, 2009 11:02 am
Forum: General Discussion
Topic: ASM PAINT!
Replies: 5
Views: 16145

Thanks!

I would actually prefer to be learning 6502 or z80 asm rather than x86, but it seems easier for now.