Search the web
Sign In
New User? Sign Up
rapidq · Rapid-Q is a multiplatform GUI and CONSOLE BASIC compiler/interpreter
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 17242 - 17271 of 35532   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
17242
This newsgroup is one of the best out there. So this is one free basic that has a lot of active developers. Does anyone know when the next release is due...
traenky <jtschuh@...>
traenky
Offline Send Email
Mar 1, 2003
1:20 pm
17243
... RapidQ is no longer under development. The author, William Yu, now works at RealBASIC (http://www.realbasic.com/). RealBASIC is a cross-platform GUI BASIC....
Chris
c45207
Offline Send Email
Mar 1, 2003
3:00 pm
17244
... editor ... program ... the ... Hi cklyons81520, If it's only a matter of readable code, and not ending up with messy .bas files, maybe you could make some...
midiprog2000 <midipro...
midiprog2000
Offline Send Email
Mar 1, 2003
3:00 pm
17245
Have you checked out KoolBASIC? It's not quite ready, but it's getting there. Find it at: http://www.koolbasic.com. Find the latest release at:...
Taj Morton
s2sfarm
Offline Send Email
Mar 1, 2003
3:37 pm
17246
... It's not. William Yu (the author of Rapid-Q) is now working for my company. We also now own the rights to Rapid-Q. We make a BASIC development environment...
Geoff Perlman
geoff@...
Send Email
Mar 1, 2003
4:21 pm
17247
Howdy!! Good background in several BASICs under several OS. New to rapidq and windows. I need to collect three numbers from the user: Auto Withdrawals,...
RAE ROLLINS
rae_rollins
Offline Send Email
Mar 1, 2003
11:17 pm
17248
... and windows. I need to collect three numbers from the user: Auto Withdrawals, Scheduled Withdrawals, and Checks Outstanding. I'd like to do this in one...
dakodamc <dakodamc@...>
dakodamc
Offline Send Email
Mar 2, 2003
12:50 am
17249
DIM Text$ as string * 800 ( Text$ input from file 800 car ) ok ( control LENText$ = 800 ) ok SendMessageByString ( RichEditHandle, WM_SETTEXT, 0 ,Text$ &...
Giovanni Seregni
giovanniseregni
Offline Send Email
Mar 2, 2003
2:21 am
17250
Try this: DECLARE FUNCTION SendMessageR LIB "user32" ALIAS "SendMessageA" (hwnd AS LONG, wMsg AS LONG, wParam AS LONG, BYREF lParam AS LONG) AS LONG...
Chris
c45207
Offline Send Email
Mar 2, 2003
2:31 am
17251
TX Cris, I see DECLARE FUNCTION SendMessageR LIB "user32" ALIAS "SendMessageA" (hwnd AS LONG, wMsg AS LONG, wParam AS LONG, BYREF lParam AS LONG) AS LONG...
Giovanni Seregni
giovanniseregni
Offline Send Email
Mar 2, 2003
3:20 am
17252
I BAG YOUR PARDON CHRIS! SendMessageR WORKS! IT DON'T WORK IF Text$ is DIM locally in the sub making the string in the main it works fine! TX TX G....
Giovanni Seregni
giovanniseregni
Offline Send Email
Mar 2, 2003
3:52 am
17253
How to compile my.lib into my program to make a stand-alone exe-file? Thx!...
nadesom <zipeco@...>
nadesom
Offline Send Email
Mar 2, 2003
4:41 am
17254
Can it be done with built-in RQ SendMessage statement? I mean >255 bytes? ... (hwnd AS LONG, wMsg AS LONG, wParam AS LONG, BYREF lParam AS LONG) AS LONG...
guidance_shanghai <gu...
guidance_sha...
Offline Send Email
Mar 2, 2003
4:50 am
17255
HI GUI, In my running code the built-in sendmessage>255 does not work BUT postmessage YES!!!! G....
Giovanni Seregni
giovanniseregni
Offline Send Email
Mar 2, 2003
5:06 am
17256
Hi all I have the following code do s.writeline(sn, "put c:\mp1.gif") richedit1.text=s.readline(sn) loop until isserverready(sn)=FLASE But when I run it it...
rapidq11 <learron_a@....
rapidq11
Offline Send Email
Mar 2, 2003
7:43 am
17257
Does these ftp examples help? http://h.ods.org/_scripts/file.php?f=1176&r=2330 or http://g.slyip.com/_scripts/file.php?f=1176&r=2330...
guidance_shanghai <gu...
guidance_sha...
Offline Send Email
Mar 2, 2003
1:04 pm
17258
I haven't tested this, but have you tried $INCLUDE "my.lib"? --Taj ... From: "nadesom <zipeco@...>" <zipeco@...> Date: Sun, 02 Mar 2003...
Taj Morton
s2sfarm
Offline Send Email
Mar 2, 2003
3:57 pm
17259
... add ... file ... your ... instal ... complicated ... I am working on a project that would have to track information many different departments. (ie:...
cklyons81520 <cklyons...
cklyons81520
Offline Send Email
Mar 2, 2003
6:58 pm
17260
No they dont because they do not demonstrate how to send file from my PC to a webserver...
rapidq11 <learron_a@....
rapidq11
Offline Send Email
Mar 2, 2003
9:38 pm
17261
Is there any way in rapidq to run the command line ftp so i can upload files to an FTP server?...
rapidq11 <learron_a@....
rapidq11
Offline Send Email
Mar 3, 2003
2:20 am
17262
Use either the SHELL() or RUN() built-in functions. ====<==============Original message text==========>==== ... ====<===========End of original message...
Chris
c45207
Offline Send Email
Mar 3, 2003
2:44 am
17263
Hello, Here is an COMPONENT allowing FTP connections to FTP SERVERS. Extract from the Documentation : ...
Jacques Philippe
erdemaal
Offline Send Email
Mar 3, 2003
10:09 am
17264
... From: Job van Broekhuijze <129228jb@...> To: <confirm-s2-ZKW0gUVf33c1gWpThrZEX1oXOzM-129228jb=student.eur.nl@yahoogroups. com> Sent: Monday,...
Job van Broekhuijze
129228jb@...
Send Email
Mar 3, 2003
11:09 am
17265
You are a god send, if you were here id kiss you (ps i am female :-)) ... ====================================================================== ... FileDate,...
rapidq11 <learron_a@....
rapidq11
Offline Send Email
Mar 3, 2003
2:31 pm
17266
Hi, I've created a user interface with multiple(3) checkboxes to run out- side exe files. Example: _ run1.exe _ run2.exe _ run3.exe The user can check any...
dear_no_body <rssd1@....
dear_no_body
Offline Send Email
Mar 3, 2003
4:08 pm
17267
... randon file ... #1,128 as ... Look in the documentation under Chapter 7, introduction to streams. The part on UDTs might be helpful also....
dakodamc <dakodamc@...>
dakodamc
Offline Send Email
Mar 3, 2003
4:48 pm
17268
That is simple RUN1 start:open a file "TEST", write 1 byte to that file CHAR(99) end open that file again write 1 byte CHAR(255) RUN3 open the...
Job van Broekhuijze
129228jb@...
Send Email
Mar 3, 2003
5:37 pm
17269
... You must be :) BTW, there is a 'little' known bug in QFTPCLIENT, the method GetFile always returns ZERO ! Even if the file has been download correctly .....
Jacques Philippe
erdemaal
Offline Send Email
Mar 3, 2003
6:15 pm
17270
Use the SHELL() function, not the RUN() function. SHELL() blocks your program until the program it spawned is done. However, your UI will NOT update during...
Chris
c45207
Offline Send Email
Mar 3, 2003
8:59 pm
17271
Hey group, I found a good site to count downloads of your programs when you put them on your web page or something. Although it dosnt acuatly count the real...
con-boy13@...
bander_87
Offline Send Email
Mar 3, 2003
9:53 pm
Messages 17242 - 17271 of 35532   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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