Search found 7 matches
- Mon Jun 28, 2004 5:55 am
- Forum: QBasic / QuickBasic related
- Topic: GUI Window Handling Need some help.
- Replies: 4
- Views: 1018
Re: GUI Window Handling Need some help.
I can't use EMS or XMS to capture or put images because my system keeps freezing everytime I try. It used to work untill one incompatable PRINT Command was called instead of future.PRINT witch should of been used. Now the examples don't even work.
- Fri Jun 25, 2004 1:01 am
- Forum: QBasic / QuickBasic related
- Topic: OPEN command help
- Replies: 19
- Views: 2899
Re: OPEN command help
Hey I am 12 and I am making my own GUI. Plus I know RAPIDQ and C++.
- Wed Jun 23, 2004 9:16 pm
- Forum: QBasic / QuickBasic related
- Topic: Future Library stupid EMS graphics crap problem.
- Replies: 1
- Views: 624
Future Library stupid EMS graphics crap problem.
I used Future LIB and it worked perfectly untill I started to understand it. I wrote a line of wrong code. The computer froze. And everytime I try to use examples with EMS or XMS or something they freeze or are to slow or they just restart the dum computer. It first started when I wrote a line of in...
- Wed Jun 23, 2004 9:02 pm
- Forum: QBasic / QuickBasic related
- Topic: Windows with Qbasic is it possible?
- Replies: 4
- Views: 2681
Re: Windows with Qbasic is it possible?
A windows98 window. I am sure it is possible, but you would probably have to figure out a way to access the windows api. I think you need to use machine code in you QBasic program to accomplish this though.
- Tue Jun 22, 2004 11:13 pm
- Forum: QBasic / QuickBasic related
- Topic: GUI Window Handling Need some help.
- Replies: 4
- Views: 1018
Re: GUI Window Handling Need some help.
A 640 by 480 screen is a lot of pixels. Can I store that in an array.
- Mon Jun 21, 2004 9:59 pm
- Forum: QBasic / QuickBasic related
- Topic: GUI Window Handling Need some help.
- Replies: 4
- Views: 1018
GUI Window Handling Need some help.
I am making a GUI called GSHELL that DOES INCLUDE MULTITASKING THAT WORKS MR. I love to hack. I need help with the windowing system though. 1. I can't figure out how to make it so that it only activates the window with the highest Z - Order you clicked because if the mouse is in the area of a window...
- Mon Jun 21, 2004 9:52 pm
- Forum: QBasic / QuickBasic related
- Topic: bootable .exe files
- Replies: 15
- Views: 2728
Re: bootable .exe files
It darn well can include multitasking. Who ever gave you the idea it can't. If you say. (Well not simeltaniously) neither does wndows. It gives each app processer time and switches to the next application. That is what my GSHELL GUI is going to do. It already works cause I tested it.