... Hi Danny, I did release a freeware application a few months ago. First I was thinking about releasing it as shareware, but at the end I decided to make it...
Hello, beachtiger102! You wrote to <rapidq@yahoogroups.com> on Sat, 31 Mar 2007 23:09:18 -0000: http://www.miraxem.com/rqsv.htm RQ Search and View is a simple...
Hello Group :) I've written a little include file for FreeBASIC which tries to imitate QFileStream. This works with the developer/CVS version of freebasic,...
Hi. had time to try your program. ran it after unzipping there are a couple of errors undefined symbols and unknown identifier stopped at that point. maybe...
Hi, I found the following, undocumented, shortcuts helpfull and decided to share the knowledge :) dim a as integer a=10 a++ print a result: 11 (same as...
Um... hey, don't worry about it too much. Let's see... I downloaded the component as well and had to just change the '$Include "RapidQ.inc"' line to '$Include...
Ok, thanks for the heads up, thats it, nice program. A true analog bargraph would be a good replacement to the gauge object. Something to look at. I may do you...
Just curious here... Has anyone ever made a card game in RQ using CARDS.DLL? I was wondering this since I got some VB code for making card games & wonder if it...
... I made a start on a version of a two player klaverjas game (don't ask!) and simply made the program draw cards onscreen using my own method. That way you...
... Hash: SHA1 Ron @ 2007-4-06 8:46:31 PM "[rapidq] Card Games in RQ" <mid:ev6t5n+a2gp@eGroups.com> ... I just searched my Vista machine. There's no cards.dll...
... Efficientcy has always been important to me with coding; however, code efficiency has become hind teat with so much cheap memory available nowdays. ...
Chris, Notice the bogus posters that seem to be using fair dinkum member's signatures. They must be really desperate to waste their miserable lives getting ...
... Hash: SHA1 Terry @ 2007-4-07 9:55:07 PM "[rapidq] Bogus posters" <mid:ev9lib+6859@eGroups.com> ... I know. I'm working on a BS in Computer Science at the...
... To all Just uploaded a cards.bas file to the Miscellaneous section. A bit "rough" but it serves as a starter! As far as Vista is concerned .. anyone who...
... Hash: SHA1 d_homans @ 2007-4-08 3:25:25 AM "[rapidq] Re: Card Games in RQ" <mid:eva8tl+2vde@eGroups.com> ... But the included card games look very good....
... "The obvious mathematical breakthrough [to break modern encryption] would be development of an easy way to factor large prime numbers." /-Bill Gates from...
... There are some good correspondence courses that teach well. They don't offer "college degrees" but do provide proctored exams and worthwile certificates. ...
Hello... Is there some way to move mouse pointer on qcanvas on selected position? I have problem with fine pointing with mouse and decide ti try to do fine...
... To all cards.bas .. I did say it was a "roughie" - 1. The code (as is) does NOT work on WinME. I set '$DEFINE __DISTRO' and created the exe with the XP dll...
... Nop... As far I know that's work under WinXp. But the software target is WIn98. But there should be some way to move that pounter. Maybe some API call...
I have user-defined type: type entry id as string * 16 idval as integer adr as integer kind as integer tipe as integer end type dim table as entry I also have...
... The fixed length of the definition causes the string to be padded with spaces if Len(Str)of the assigned value is less than 16. Haven't the time to look...
... Hash: SHA1 ed_davis2 @ 2007-4-11 3:45:39 PM "[rapidq] A question about strings" <mid:evjhdj+d6av@eGroups.com> ... <SNIP> ... No. Structures must be a fixed...