korsel_bujang @ 2008-1-28 7:52:48 AM "[rapidq] can we use rapidq to make search file program ?" <mid:fnkmng+ptfd@eGroups.com> ... Try the DIR$ command. -- ...
=== RapidQ List Guidelines === (Updated April 2, 2006) A. Use English, please. This list is an English list. Please try to use English when communicating on...
Hello, I used the following source published some time ago on the RapidQ group. It was originally written in VB, and I tried, unsuccessfully to translate it...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the rapidq group. File :...
rapidq@yahoogroups.com
Feb 6, 2008 5:54 pm
32529
Hi all, i've made and uploaded a litte program paket that allows to add up to 16 user-defined buttons to the standard Rapid-Q Compiler IDE. This may be helpful...
Hello, Michaud! You wrote to <rapidq@yahoogroups.com> on Tue, 05 Feb 2008 23:10:11 -0000: 1. Declare Function InternetReadFile Lib "wininet.dll" Alias...
Thank you Andrew, it works very fine now. I prefer to use InternetReadFile instead of URLDownloadToCacheFile (or URLDownloadToFile) because it does not wait an...
Michaud Frédéric wrote: Ca marche 'crevé bien' comme on dit dans nos faubourgs ! Translation : it works very well ! It already replaces my GetHttpFile...
... As i said in the past - i love 1-click-solutions ;-) Like all other programmers on world i search for an good framework for GUI programming. It should: -...
Hello! You wrote to <rapidq@yahoogroups.com> on Thu, 07 Feb 2008 13:36:25 +0100: [...] c> can have a Window with a lot of controls and is smaller than 250...
... With RQPC -once setup is done, not that difficult- , you can include fast Freebasic functions *code* in a RapidQ executable very easily and with no limit...
Hello, Jacques! You wrote to <rapidq@yahoogroups.com> on Thu, 07 Feb 2008 13:38:01 +0000: Great thing! Ohh, just need to begin to learn it!! .. just to...
... I think Rapid-Q is too unknown compared with Java, so no one wants to do this lot of work. At first, i was happy with FreeBasic but secondly it has no...
... to do ... secondly it ... very ... simply ... precompiler ... The major goal of FreeBasic was to be a QB clone for Win/Linux, and that it did very well....
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the rapidq group. File : /cuentas.rar ...
rapidq@yahoogroups.com
Feb 8, 2008 6:05 am
32542
I came across a rather bizarre flaw in RapidQ whilst writing an $Include to do rounding of numbers to a certain decimal point. I'll upload the $Include file to...
... . ... David When is 0.3 NOT 0.3????? Add this to the start... Print "My Value1: ";STRF$(Value1,2,18,18) Print "My Value2: ";STRF$(Value2,2,18,18) Print "My...
... subtrahend" ... result." ... Ok. My bad. Someone corrected me. I knew I was tired. But I guess I got too focused on the error, in the result, to notice the...
... David Sorry, wasn't have a go at you .. Have a look at 0.1, 0.2 .. 0.9 as doubles. At least it gets 0.5 right! There appears to be a pattern to this (new...
... Hiya Don, I totally agree that it's... close. But for a rounding function... close is not a good thing. :) It needs to be exact. :D David P.S. just to add...
... I don't believe this. Even though this doesn't solve the flaw that this threads about... when I started experimenting with the Format$ function... it looks...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the rapidq group. File : /examen.rar ...
rapidq@yahoogroups.com
Feb 9, 2008 2:53 am
32549
¿Alguien puede enviarme un código para hacer un tabcontrol mas elegante?. gracias. help, I need code tabcontrol more elegant. mmm... I do'nt know speak ...
Someone please tell me there's an easier and better way of scanning a QFileStream for the word "data", than what I came up with. I've tried several ways and...