... Hash: SHA1 === RapidQ List Guidelines === (Updated April 2, 2006) A. Use English, please. This list is an English list. Please try to use English when ...
... http://groups.yahoo.com/group/rapidq/files/Works%20In%20Progress%20%28projects%29/HiLite.zip ... of code! ... converter by ... replaced by ... Thank you...
... hilite all ... Hi Andrew, I would have to agree with you 100% that highlighting a file that's 9000+ lines, would take "way" too long to highlight with my...
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
May 1, 2006 11:41 am
29024
... It supposed to be like this: myPic.LoadFromResource( RESOURCE(thisResource) ) The method was at first considering posibility to extract resource that...
... as ... Q ... how ... use ... Don, you call "QPicture2.inc" did I miss an update, if so where might I find it? What I have is: QPicture.inc Project Name :...
... Yeah Mike, thats the same one. I'm still keeping the old code too in the same place. So, QPicture2.inc is actually the QPicture version 2 code as published...
... install) for administration of personal finance (non limited count of households, accounts, categories, subcategories, persons). Supported language: czech,...
... English version is into the programme (together with slovak and czech language). Just unzip and run program... If you download source code files, see...
Hi! I update RQ Debugger IDE b.500 http://mira.xeno.ru/rqide.htm - bug with deleting empty windows from windows menu + section list + util string2 char * lang...
... czech ... Hi.. I downloaded the source zipped archive. Some files are reported as corrupted - CRC errors- by my unzip utility -winrar-. By example:...
I'd like to reduce the number of radio butons and hence choices to 20. I have no problem changing those parts of the code which will do just that, but have had...
... Hey Paul, Here's the code to have 2 choices per question. Hang on to the code for 3 choices per question, in case you it sometime in the future. You'll...
For those who are following my progress... I just uploaded the latest version to the link below. (Date: 2006/05/07 - Time: 05:00pm) I "believe" I've got the...
Hi! dim z as double z=0.123456789123456789 print z or Label.Caption = str$ (z) returns only 8-9 digits How can I get more digits in string representation of...
... Hi Andrew, The closest I can get is... zStr = Format$("%.17f", z) Why only 17 decimal places in beyond me. *shrugs* I tried 18 but the last number in the...
Does anyone know how to determine if a "style" was selected from a QFontDialog? I tried this... ' Start Of Code Snippet Dim FntDlg As QFontDialog Dim MyFont As...
... Hash: SHA1 Mike @ 5/07/2006 9:25:02 PM "[rapidq] Application Icon" <mid:e3ma5u+q8j1@eGroups.com> ... Just include a $OPTION ICON "path the icon file" line...
... the ... I must have been asleep these last few years, I never realized $OPTION ICON included into the EXE like a Resource. Thanks for the wakeup ;) Mike...
... Thank you, David! How many decimal digits provides double precizion? (Dummy question ;) Another words - How many decimal digits compiler "eats"? ...