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...
... 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....
... 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...
... 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@...
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,...
... 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...
DIM Text$ as string * 800 ( Text$ input from file 800 car ) ok ( control LENText$ = 800 ) ok SendMessageByString ( RichEditHandle, WM_SETTEXT, 0 ,Text$ &...
Try this: DECLARE FUNCTION SendMessageR LIB "user32" ALIAS "SendMessageA" (hwnd AS LONG, wMsg AS LONG, wParam AS LONG, BYREF lParam AS LONG) AS LONG...
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...
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...
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...
... add ... file ... your ... instal ... complicated ... I am working on a project that would have to track information many different departments. (ie:...
Use either the SHELL() or RUN() built-in functions. ====<==============Original message text==========>==== ... ====<===========End of original message...
... From: Job van Broekhuijze <129228jb@...> To: <confirm-s2-ZKW0gUVf33c1gWpThrZEX1oXOzM-129228jb=student.eur.nl@yahoogroups. com> Sent: Monday,...
Job van Broekhuijze
129228jb@...
Mar 3, 2003 11:09 am
17265
You are a god send, if you were here id kiss you (ps i am female :-)) ... ====================================================================== ... FileDate,...
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...
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@...
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 .....
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...
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...