Have a great New-Year everyone! ===== Exo-Teacher, Ex-Base, and Quote Master 2000 are copyright 1999-2000 Michael Boarder President Exosoft (Central) The...
3097
Txeg
txeg@...
Jan 1, 2001 6:57 pm
Everyone i wish you the best that anyone can wish you and a happy 2001 :) Xtentic (reader only) ... From: "Micahel Boarder" <merlinx_1998@...> To:...
3098
christer@...
Jan 2, 2001 9:32 pm
Hi If William would have been around to fix the remaining faults to the RapidQ environment i think he might have been the "Linus Torvalds (Linux)" of/in...
3099
John.Lerwill@...
Jan 2, 2001 10:13 pm
Couldn't agree with you more, Christer :-) ..I've been working with BASICA/GWBASIC/QBASIC for over 20 years now, and Rapid-Q seems just like a natural...
3100
Jacques Philippe
jphilip@...
Jan 3, 2001 12:48 am
Hello, I am a new rapidQ user ! I am also very impressed by it. Not only by the compiler possibilities, but also by the quality of documentation. The 100 HTML...
3101
thecomputerdude@...
Jan 3, 2001 4:29 am
Hey guys, I used web stripper on the RQ site and discovered in the downloaded site the comm libraries for RQ, If anyone wants to mess around with them I have...
3102
thecomputerdude@...
Jan 3, 2001 4:33 am
Hey guys nevermind here is the link to get them. http://www.basicguru.com/abc/rapidq/comlib.zip...
Ummm...sorry for the typo...that's supposed to be FTP .<g> -Ceg ... From: C.E.Guldenschuh, Ph.D. <ceg@...> To: rapidq@egroups.com...
3105
C.E.Guldenschuh, Ph.D.
ceg@...
Jan 3, 2001 4:26 pm
With the ice storm and then the snow storm we had here in Oklahoma...and another storm on it's way...our comms here have been pretty lousy lately. If you try...
3106
John Graves
laddie@...
Jan 4, 2001 12:20 am
I was just trying com applications last night, and couldn't get them to work because of missing library links. Boy I want them bad. I'ld like to make a ...
3107
brynm
brynm@...
Jan 4, 2001 4:12 am
If you start using API functions under windows, you'll need to use some different functions for NT/2000 and 95/98/Millenium. The NT/2000 functions require...
3108
childish4god@...
Jan 4, 2001 5:26 am
Yeah, just to mention, Rapid-Q isn't 100% compatible with NTFS (NT file system). I tried to run a CGI program made in Rapid-Q in IIS on Windows 2000...
3109
polariscorp@...
Jan 4, 2001 9:02 am
I have a simple question, but i do not understand how to do it: I have two Qedit and a button, i'd like that when i click on the button the firt Qedit transmit...
3110
Anti Teepere
anti@...
Jan 4, 2001 9:38 am
... I hope that I understood your problem correctly Try this SUB: SUB modifyprice (Sender AS QBUTTON) price=Val(Edit2.Text) Edit2.text=str$ (price+60) END SUB ...
3111
Anti Teepere
anti@...
Jan 4, 2001 9:44 am
... Sorry, I have a little mistake in my previous letter. Try this: SUB modifyprice (Sender AS QBUTTON) price=Val(Edit1.Text) Edit2.text=str$ (price+60) END...
3112
Sebastien MAURICE
sebmaurice@...
Jan 4, 2001 10:11 am
This code (I have tested) is correct ! DECLARE SUB modifyprice (Sender AS QBUTTON) DIM price as long DIM secondprice as long CREATE Form AS QFORM Caption =...
3113
Jacques Philippe
jphilip@...
Jan 4, 2001 10:19 am
... Of course, nowhere you set the value for the variable "price" then price = 0...
3114
wasaywasay
wasaywasay@...
Jan 4, 2001 11:05 am
Your code fixes the value to be transmitted with this line: Edit2.text=str$ (price+60), where price is currently 0. So no matter what you input, Edit1 will...
3115
Gerome GUILLEMIN
gguillemin@...
Jan 4, 2001 1:21 pm
Hi all, I want to translate this code (i've typed in C) into RapidQ... Anyone can help me please ? /////////////// My C Code : this code has to Load a DLL,...
3116
cooldaddyk7@...
Jan 4, 2001 4:23 pm
Does anyone know how I can read a file like random access files in Qbasic?...
3117
cabarbaye.francois
CABARBAYE.FRANCOIS@...
Jan 4, 2001 8:06 pm
Et NEWTON RECEVANT UNE POMME SOUS SON ARBRE? ... From: Gerome GUILLEMIN <gguillemin@...> To: <rapidq@egroups.com> Sent: Thursday, January 04, 2001 2:23 PM...
3118
cabarbaye.francois
CABARBAYE.FRANCOIS@...
Jan 4, 2001 8:19 pm
It'seems me, look at QBasic Helpfile in MS-DOS -6.22, something as OPEN file$ FOR RANDOM AS #1 LEN=x FIELD #1, x AS A$ GET x PRINT A$ or perhaps something...
3119
Gerome GUILLEMIN
gguillemin@...
Jan 4, 2001 8:21 pm
Dear all, Here it is ! This is a REAL FREE D++ compiler which makes real EXE files + source code included !! All this project is made in VB 6.0 A simple EXE...
3120
John.Lerwill@...
Jan 4, 2001 9:16 pm
Gerome surely needs a big pat on the back for his effort in D++......but, sorry, as soon as I saw that I need VB runtime files, my blood ran cold !!!! I tell...
3121
Gerome GUILLEMIN
gguillemin@...
Jan 4, 2001 9:26 pm
Bonjour John, I agree with you, BUT it was only a simple way to watch over this wonderful code as we are not as GURUs as Mr Yu :) Just a way to study 'how to'...
3122
Micahel Boarder
merlinx_1998@...
Jan 4, 2001 9:45 pm
Rapid-Q will always be great. It is the best free interpreter there is. For utilities and stuff it's great, what someone needs to do, is mask the Rapid-Q ...
3123
Steve Ferrell
sferrell@...
Jan 5, 2001 2:55 am
Cool. I like the name. Lets add the word "Visual" to D++. Then we can be VD developers and generate programs called STDs. Just kidding!!!!!!!!!!!! ... From:...
3124
Steve Ferrell
sferrell@...
Jan 5, 2001 3:04 am
D++ looks and acts great. Do you have any source code examples that will show us how to access the GUI? Keep up the good work Gerome. ... From: "Steve...