... Hash: SHA1 === RapidQ List Guidelines === A. Use English, please. This list is an English list. Please try to use English when communicating on this list....
... I'd be willing to host it. Shoot me an email if you're still looking.... AIR. -- "Programming is like Poetry. Sometimes the words just escape you..." -me,...
Hi all, Still messing about with the Qsocket stuff. I want to send a file to a server that is expecting the file. Both client and server use qsocket. I'm...
Dustin Watts <dustin_watts@...> wrote: Hi all, Still messing about with the Qsocket stuff. I want to send a file to a server that is expecting the file. ...
Hi Folks! I found an little Error in Rapidq2.inc: IF OSV.dwMajorVersion > 5 THEN RESULT = "Newer than XP" IF (OSV.dwMajorVersion = 5 AND OSV.dwMinorVersion = 2...
Hi all, I want to know if it is possible to convert a String that contains a value to an integer. So if s$ contains "123456" how can a make I contain the value...
... Thanks Jacques and Chris! I'm still (more then two weeks now, lol) trying to send a file (a picture) by using QSocket. The file has a variable number of...
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 : /designgrid.bas ...
rapidq@yahoogroups.com
Dec 4, 2005 5:32 pm
27886
Hello, All! You wrote to <rapidq@yahoogroups.com> on 4 Dec 2005 17:32:30 -0000: r> File : /designgrid.bas As I see, there are problem if...
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 : /flashgames.bas ...
Hi Dustin I replied to one of your earlier post with a server and client example for file transfer (message ref id 27807), did you see that reply? Rob.......
Hello, I have discover that a webcam dll is available for RapidQ. Coll ! I would like to create a motion detection program. 1) Do you know if such a code...
Hello, ... Excellent! Don't take offense, i've found your idea excellent, so i've ported your idea into Fbsl to expose an embedded COM object into a classical ...
... Here is a RQ code that compares two BMPs of the same size and quality. First it displays some of the BMP *FILE* header, then it computes a file difference...
when I type the following into the command prompt I get a file called mac.txt with the Ipconfig info, but thwn i go run("ipconfig /all > c:\vlcchk\mac.txt") if...
... Hash: SHA1 rapidq11 @ 12/05/2005 4:14:43 PM "[rapidq] what the h^$^%$&$" <mid:dn2e4j+csbt@eGroups.com> ... If you have $ESCAPECHARS ON, you must escape...
... I've got it on my site, for those that are interested.... AIR. -- "Programming is like Poetry. Sometimes the words just escape you..." -me, to my manager. ...
... photoshop) ... Other than Jacques code, there is no motion detection code in RQ that I know. But you can do alot with RQ, even in real-time analysis. ...
Thanks a lot. I'm trying it. I'll read the RapidQ2 Doc. I have seen Frame_Grab in WebCam.dll. May be using this function it could work. Here is the code I'm...
... That just grabs a frame an places it on the parent form - can't get the bitmap bits from that. Try to use this: Alias "WEBCAM_CanItOverlay" () As Long ... ...
... My previous post had a too large overhead :) The core of it is an assembler function (re)named CompareBitmap which returns a integer, the greate this...