Search the web
Sign In
New User? Sign Up
xbasic
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 16979 - 17019 of 17854   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
16979
... From: "Steve Gunhouse" <svgunhouse@...> To: <xbasic@yahoogroups.com> Sent: Friday, December 29, 2006 1:30 AM Subject: Re: [xbasic] Re: Holiday...
Vic Drastik
vicdrastik
Offline Send Email
Jan 1, 2007
8:38 am
16980
... I think most people would refer to that as an overflow regardless. You could fix it by adding a GIANT() to one of the variables on the right, of course....
Steve Gunhouse
sgunhouse
Offline Send Email
Jan 1, 2007
5:19 pm
16981
Thank you Steve, Fortunately there are other ways to achieve my goal. I used the Qbasic program as an example only. Regards Vincent...
Vincent Gardiner
gardinervincent
Offline Send Email
Jan 1, 2007
10:00 pm
16982
You can approach the port by using porthandler = OPEN ("LPT1:",$$RW), but what exact possibilities you have with that option is not completely known. But a lot...
Vincent Voois
vvacme
Offline Send Email
Jan 1, 2007
10:26 pm
16983
you might want to right-click on My Computer, pick properties, Hardware tab, Device Manager, Ports, find your printer port, right click and pick Properties,...
Jim Michaels
jmichae3
Offline Send Email
Jan 1, 2007
11:38 pm
16984
Hello Vince, The biggest problem I found with a Win XP computer was that the out pins were live, which is not what I wanted. I have an automated observatory...
Vincent Gardiner
gardinervincent
Offline Send Email
Jan 2, 2007
12:23 am
16985
... From: "Steve Gunhouse" <svgunhouse@...> To: <xbasic@yahoogroups.com> Sent: Tuesday, January 02, 2007 4:18 AM Subject: Re: [xbasic] Re: Holiday...
Vic Drastik
vicdrastik
Offline Send Email
Jan 2, 2007
5:54 am
16986
... XBasic has no need to stack any of the numbers until it actually uses them in that expression, in real terms the whole expression is performed ...
Steve Gunhouse
sgunhouse
Offline Send Email
Jan 2, 2007
7:15 am
16987
... Have you ever considered to try your Qbasic exe under DosBox? http://dosbox.sourceforge.net/news.php?show_news=1 Although it seems in some cases it has...
Vincent Voois
vvacme
Offline Send Email
Jan 2, 2007
7:44 am
16988
Have a look at WinIO from http://www.internals.com/, it allows direct port access under WinNT and family. ... From: xbasic@yahoogroups.com on behalf of Vincent...
Michael McElligott
mapei_mapei
Offline Send Email
Jan 2, 2007
9:49 am
16989
Does it have to be under XP? You could just use an old DOS boot disk and boot your computer under DOS. I used to be able to boot Win98 under 16-bit DOS by...
etfan2121
Offline Send Email
Jan 2, 2007
3:17 pm
16990
... No this won't work under XP, there was a trick in Windows Me where you can still apply that and you can still do the DOS trick under Win98 but as soon as...
Vincent Voois
vvacme
Offline Send Email
Jan 2, 2007
4:37 pm
16991
Many thanks to you all for your input. I will look into Dogbox, but I am pretty sure that I wont be using a Win XP computer. Because the out pins are active,...
Vincent Gardiner
gardinervincent
Offline Send Email
Jan 2, 2007
10:05 pm
16992
... Hmmz, we have called devices that are called an Uninterruptable Power Supply which catches powersurges and spikes and complete outage. Even with a...
Vincent Voois
vvacme
Offline Send Email
Jan 2, 2007
10:44 pm
16993
A power outage with the DOS machine would not be such a problem because the data pins are low. How to get the XP machine data pins low at start up is the...
Vincent Gardiner
gardinervincent
Offline Send Email
Jan 2, 2007
11:35 pm
16997
Hi, Is there a function that affects the text color in the console window? Thanks, John...
johnmatrix111
Offline Send Email
Jan 7, 2007
11:44 pm
16998
On Sun, 07 Jan 2007 18:37:33 -0500, johnmatrix111 ... Function? Not directly. If you want to control it from within a program, you'd need to use ...
Steve Gunhouse
sgunhouse
Offline Send Email
Jan 8, 2007
2:16 am
16999
Hi, It's the former that I'm interested in. I.e. how do I send the right message to the console from a progam? I tried XgrSetDefaultColor() and...
johnmatrix111
Offline Send Email
Jan 8, 2007
7:59 pm
17000
Use message functions. Use XuiSendStringMessage, as I doubt this is a program that you want to set up the full GUI in. Checking the help file for messages...
Steve Gunhouse
sgunhouse
Offline Send Email
Jan 9, 2007
3:33 am
17001
Thanks, that's a lot of useful information! John ... course. Then ... kid, ... is the ... The ... parameter. And ... I see ... the grid ... RedrawGrid ... use ...
johnmatrix111
Offline Send Email
Jan 10, 2007
3:11 am
17007
Hi, just a few ideas/questions about XB(2) .. - I think we could also use it as an educational tool. But, it is easier to write programs using basic elements...
eperbab
Offline Send Email
Jan 11, 2007
5:59 pm
17008
... Most likely because there is no XB2 out there in the real world yet. Folks can't support anything that they can't judge by experience....
Vincent Voois
vvacme
Offline Send Email
Jan 11, 2007
6:49 pm
17009
Hi, eperbab. When I was 14 I planned a similar basic=>localized language, too. I finally aplied it to one of my first GWBASIC programs when I was 18 (my...
José Gabriel Moya...
jose_m0ya
Offline Send Email
Jan 11, 2007
9:03 pm
17010
... I'd just use #TextReplace for that ... -- Steve Gunhouse...
Steve Gunhouse
sgunhouse
Offline Send Email
Jan 12, 2007
1:05 pm
17014
**** XtoEXE Programming Environment **** This system gives you a very convenient programming setup for XBasic. It has been tested under Windows 98 and Windows...
etfan2121
Offline Send Email
Jan 13, 2007
3:59 am
17015
... LOL...
Vincent Voois
vvacme
Offline Send Email
Jan 13, 2007
10:27 am
17016
... Yeah, it is pretty funny. [:D] Hey, at least I proved it CAN be done! I've been corresponding with a c++ programmer with a Phd in Computer Science. I...
etfan2121
Offline Send Email
Jan 13, 2007
3:49 pm
17017
I realize this is an XBasic forum. but it sounds like maybe a solution could be designed in hardware. have you considered PIC processors ("the BASIC stamp")...
jmichae3
Offline Send Email
Jan 14, 2007
6:15 am
17018
Please Notice: 1) Some Win98 users have WSH (VB Script) disabled to make virus distribution a bit more difficult. 2) The ideal solution would be using XB...
José Gabriel Moya...
jose_m0ya
Offline Send Email
Jan 14, 2007
12:45 pm
17019
... distribution a bit more difficult. ... It is uneasy (you can't reach the same job-ending control that batch file gets) but it would be more elegant. How...
etfan2121
Offline Send Email
Jan 14, 2007
4:25 pm
Messages 16979 - 17019 of 17854   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help