Hola Oscar, I had to modify your code a bit to make it work the way I understand you want it to. The code below puts Form always on top whenever the Rapid-Q...
7152
trilport
trilport@...
Oct 1, 2001 8:36 pm
Hi all, 1. : I'm new to Rapid, and I can't find any doc/tut/nfo realted with network functions, not existing? coz of "multi-platforming "? 2. : I'd to make...
7153
rapidq@yahoogroups.com
Oct 1, 2001 10:45 pm
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 :...
7154
Adam Zey
adamzey@...
Oct 1, 2001 10:53 pm
Please, look it up yourself. Everything you've mentioned is covered in great detail in the docs. There are even examples for both networking and file access. ...
7155
Peter Degenhardt
peter.degenhardt@...
Oct 2, 2001 9:51 am
hello, I want to save a type to a file. But the type is an array. My code don't work. Could someone patch it? Greetings Peter $TYPECHECK ON $INCLUDE...
7156
teliah@...
Oct 2, 2001 10:31 am
Easy, try this : file.open("c:\dirtemp.bat", fmcreate) File.WriteUDT(farbe) file.close Cheers Peter ... don't...
7157
Peter Molloy
teliah@...
Oct 2, 2001 10:32 am
Easy, try this : file.open("c:\dirtemp.bat", fmcreate) File.WriteUDT(farbe) file.close Cheers Peter...
7158
Robin
gotchapin2002@...
Oct 2, 2001 4:37 pm
Anyone created an IDE in VB? ... __________________________________________________ Do You Yahoo!? Listen to your Yahoo! Mail messages from any phone. ...
7159
Aaron Morris
aaron_morris_2000@...
Oct 2, 2001 8:48 pm
If you want to create an IDE I suggest you get the free codemax AX control. It does all your syntax highlighting for you. If you want to create a Form deigner...
7160
Rob
mcrob@...
Oct 2, 2001 9:33 pm
Dear List, I would like to program using Gui instead of Console. Is there any samples of how to do this using input and print commands? Thanks, Rob Smile, God...
7161
Peter Degenhardt
peter.degenhardt@...
Oct 2, 2001 9:33 pm
Oh thank you, sometimes i don't see the easiest......
7162
Robin
gotchapin2002@...
Oct 2, 2001 10:16 pm
Hi Aaron: Send me offlist more info because I'm not quite sure about it , thanks., ... __________________________________________________ Do You Yahoo!? Listen...
7163
lkt153
lkt153@...
Oct 2, 2001 11:03 pm
Look the manual for QSOCKET for networking, and look under QFILESTREAM and QMEMORYSTREAM for file and memory i/o... Hey man, unless your looking for specific...
7164
lkt153
lkt153@...
Oct 2, 2001 11:09 pm
I don't have time to finish the hex editor now... so if anyone wants the code and is willing to finish it let me know... The code is well organized, so there...
7165
Peter Degenhardt
peter.degenhardt@...
Oct 3, 2001 11:36 am
hello, are there posibilities to use qfilestream similar to the normal basic file I/O ? I want do do something like that: open "farben.dat" for append as #1 ...
7166
Peter Molloy
teliah@...
Oct 3, 2001 2:24 pm
Hi Peter, I haven't tested it, but the following should do the trick: File.Open("farben.dat",fmOpenWrite) ' assumes 'farben.dat' already exists File.Position =...
7167
dakodamc@...
Oct 3, 2001 3:06 pm
... wants the code and is willing to finish it let me know... The code is well organized, so there shouldn't be a problem understanding it... Send a copy my...
7168
lkt153
lkt153@...
Oct 3, 2001 9:57 pm
There is no way to use input and print on Gui apps, only if with mix a console with a Gui you would be able to do that, but I don't think RapidQ does that, you...
7169
lkt153
lkt153@...
Oct 3, 2001 10:12 pm
The code and the icon are being sent along with this... Well the code is organized so I don't think you'll have much trouble getting it... but still there are...
7170
jp@...
Oct 4, 2001 12:34 am
... a ... RapidQ ... forms, so ... anything to ... nothing to ... else is ... Here:") THEN ... There is a QInputBox.rqb somewhere, you only need to include...
7171
Ramon Martinez
batkit@...
Oct 4, 2001 1:03 pm
Why when i make a program in notepad or something when i go to c:\rapidq92;rc myprogram.bas when execute it the antivirus give me an alert saying that the...
7172
dakodamc@...
Oct 4, 2001 2:13 pm
... Something in rapidq will make some virus scanners report a Celine virus. If I remember correctly there is something in the egroup files section that stops...
7173
dakodamc@...
Oct 4, 2001 2:42 pm
I'm getting an empty file when I download the attachment. The icon looks ok but the hexeditor.rq isn't working....
7174
dominique saussereau
d.saussereau@...
Oct 4, 2001 7:29 pm
Whah ! That it strange ! To help you, we must know what is your antivirus ! (probably a demo ;-D so you may need to change your antivirus) Maybe the way the...
7175
rapidq@yahoogroups.com
Oct 5, 2001 12:24 am
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 : /button bar.zip ...
7176
cincoclavos@...
Oct 5, 2001 12:35 am
Hi: Ramon, le escribo en castellano porque se que Ud entiende, vaya a la seccion files del grupo y baje las librerias de Rapidq que dicen que no contienen...
7177
rapidq@yahoogroups.com
Oct 5, 2001 1:14 am
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 : /Calculait...
7178
Eli Robinson
elirobinson@...
Oct 5, 2001 2:22 am
Well guys it has really been fun playing aorund with rapidq...but as so often happens my needs have changed and i need a language capable of a much broader...
7179
=)avid M. Leek
esmile@...
Oct 5, 2001 3:21 am
isn't that cool, rapid q is taking the place of qbasic as the trainer
laguage for others!! ... From: rapidq@yahoogroups.com Date: Thursday, October 04, 2001...
7180
fneale@...
Oct 5, 2001 3:51 am
Dumb question #453:- Does anyone know of a way to detect when a QEdit field has gained or lost focus, so that a subroutine can be invoked to do error checking ...