... property ... message ... solves ... I have solved the problem with the dll (I hadn't realised previously it had to be such an old version of it) but I may...
... There is a ??bug in one of the RapidQx.Lib you use ! When only RapidQ32.lib and RapidQCC.lib are in the directory the executable is build with one of them...
... probabaly)). ... ' List snipped. Refer to message... ' http://tech.groups.yahoo.com/group/rapidq/message/29969 ... To both JohnK and Jacques... Thank You...
... Hi Paul, Took me a while to figure this one out. But here's some code that might be what you're looking for. David ' Start Of Code (be aware of possible...
... ' Code Snipped. Refer to message... http://tech.groups.yahoo.com/group/rapidq/message/29971 I had to come up with some "slightly" different code as an...
Thank you very much for your efforts. This works pretty well. But actually I don't want to create a *.chm file, I want to show a simple text in a new QFORM....
'For previous post regarding this matter please see... http://tech.groups.yahoo.com/group/rapidq/message/29972 ... Ah... but it too has a flaw. I forgot to...
... Hi Paul, You can show a non-blocking form by using form.show. You may keep the new window on top of the other by using form.formstyle = 3 (=fsStayOnTop)....
... Api FindWindow returns the Handle of a Window from it's ClassName and/or WindowName. Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal...
I found the mistake. This code is wrong: NameWnd = String$(GetWindowTextLength(HWnd) + 1, Chr$(65)) GetWindowText(HWnd, NameWnd, GetWindowTextLength(HWnd)) ...
I worked out some bugs in the zlib example, so now you can do fast compression and decompression with dynamic allocation of memory. No arrays to REDIM. Check...
Is there a realy workable example how to create, view and edit MDB- files. I tryed out a couple of examples, but almost always occured errors, specialy...
I have written qDataBase_v2.inc (content in the file rq_mb2.zip), departing from the original ODBC.inc. That is what you does not work in the examples? Can I...
do print screen.cursor loop This program prints always 0, whereever the mouse pointer is and whatevery it looks like. How can I find out whether the mouse...
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
Oct 5, 2006 6:39 pm
29988
... Hash: SHA1 lenzpaul @ 2006-10-05 7:50:30 AM "[rapidq] Screen.Cursor is always 0" <mid:eg2v2m+be8c@eGroups.com> ... Perhaps because that program is a...
... Nice code, nice game. Maybe you should add the rules of the game ! But maybe I am the only one not to know that game ? ' ----------- The rules of...
... I found this game on my Pocket PC (Acer n30) without any rules. It was not too hard to find out how it works. BTW: I wrote this program because my friends...
Hi, Fernando. This afternoon i tryed to discover where is the problem. First of all in 2-CreateTable.bas you wrote: db.CreateTable("Sample", _ "Dossier...
Hi, I tried few days ago the samples included in his ZIP files. All examples worked fine but you need to try them in the good sort (1,2,3,4, ...) Just to say...
... OK, so I did: declare sub show dim ztimer as qtimer ztimer.interval = 100 ztimer.ontimer = show ztimer.enabled = 1 create form as qform create label as...
... I could be wrong about this but... I believe the value of Screen.Cursor pertains "only" to your program that's running and not to other running programs. ...
... work fine. May i ask you something? When reading QDataBase-v2.inc i see that there is not code for memo and longbinary (Oleobject). It is posible to wrote...