Search found 110 matches

by izidor
Thu Jul 09, 2009 2:12 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Color system
Replies: 10
Views: 13072

Oh, then I will try something else.
Don't get me wrong but i am not good with graphics and toes things like GET and PUT. I am using QB64 so i will yous load an image.
by izidor
Thu Jul 09, 2009 12:52 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Color system
Replies: 10
Views: 13072

Yes that's great but can you give an example?
by izidor
Thu Jul 09, 2009 10:11 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Arrow menues
Replies: 7
Views: 12018

locate 1,4 print "goo" locate 2,4 print "goo" locate 1,1 print ">" do K$ = INKEY$ if K$ = chr$(0) + chr$(72) then cursor = 1 if K$ = chr$(0) + chr$(80) then cursor = 2 if cursor = 1 then locate 1,1 print ">" locate 2,1 print " " elseif cursor = 2 th...
by izidor
Thu Jul 09, 2009 8:09 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Color system
Replies: 10
Views: 13072

I know how to use LINE statement, i want to have two texts with different backgrounds and foregrounds. So if it isn't trouble can you post the code?
by izidor
Thu Jul 09, 2009 3:02 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Color system
Replies: 10
Views: 13072

I want to do this:

Image
by izidor
Wed Jul 08, 2009 3:44 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Color system
Replies: 10
Views: 13072

Color system

___________________________________________________ |__COLOR GRAY/DARK GREY ___________________________| | | | | | COLOR RED/BLUE | | | | | | | | (SCREEN 9) | | | | | | | |___________________________________________________| Is it possible to do this in the same time? And if it is how to do it?
by izidor
Thu Jul 02, 2009 12:05 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Default font
Replies: 3
Views: 8787

Default font

What is the default QB/Qbasic font?
by izidor
Wed Jul 01, 2009 2:55 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Arrow menues
Replies: 7
Views: 12018

Yes! That's exactly what I wanted!
Thanks!

And btw Q-Basics is great!
by izidor
Wed Jul 01, 2009 11:57 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Arrow menues
Replies: 7
Views: 12018

Arrow menues

Why sometimes one key press isn't enough? locate 1,4 print "goo" locate 2,4 print "goo" locate 1,1 print ">" do if INKEY$ = chr$(0) + chr$(72) then cursor = 1 if INKEY$ = chr$(0) + chr$(80) then cursor = 2 if cursor = 1 then locate 1,1 print ">" locate 2,1 pri...
by izidor
Wed Jul 01, 2009 11:54 am
Forum: QBASIC and QB64 Questions & Answers
Topic: BMP and font
Replies: 6
Views: 10703

Thanks!
by izidor
Tue Jun 30, 2009 12:59 pm
Forum: General Discussion
Topic: For all of you who didn't know
Replies: 3
Views: 8817

I am sorry but do i need to quote my self?
You get this error when you have a shortcut of QB4.5 made by right click on QB4.5.exe, shortcut is created by itself.
If you delete that shortcut everything will work.
How would I know it if I didn't try it by myself?
by izidor
Tue Jun 30, 2009 12:06 pm
Forum: General Discussion
Topic: For all of you who didn't know
Replies: 3
Views: 8817

For all of you who didn't know

This is the most stupid thing that I discovered in my life. There are my people on internet who say that they cant open QB4.5 because of this error: http://img189.imageshack.us/img189/3103/piferror.th.png And I found a solution! You get this error when you have a shortcut of QB4.5 made by right clic...
by izidor
Tue Jun 30, 2009 7:36 am
Forum: QBASIC and QB64 Questions & Answers
Topic: BMP and font
Replies: 6
Views: 10703

Thanks for reply but do you know any font example.
Thanks

Izidor
by izidor
Mon Jun 29, 2009 1:58 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: BMP and font
Replies: 6
Views: 10703

Maybe example, please.
by izidor
Mon Jun 29, 2009 9:57 am
Forum: QBASIC and QB64 Questions & Answers
Topic: BMP and font
Replies: 6
Views: 10703

BMP and font

First how to open bmp in QBasic?

Second how to use fonts?
by izidor
Wed Jun 17, 2009 1:23 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Menu
Replies: 4
Views: 8401

I am using QB64. Did anybody ever put that manual on internet?
by izidor
Wed Jun 17, 2009 11:33 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Menu
Replies: 4
Views: 8401

yes
by izidor
Mon Jun 15, 2009 10:29 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Menu
Replies: 4
Views: 8401

Menu

How to create a menu like when you are saving file in qbasic.
by izidor
Fri Jun 05, 2009 4:47 am
Forum: QBASIC and QB64 Questions & Answers
Topic: QBL
Replies: 2
Views: 6399

Thanks :D
by izidor
Thu Jun 04, 2009 12:29 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: QBL
Replies: 2
Views: 6399

QBL

Is there any tutorial for QBasic libraries (for QBasci 4.5)?