Search the web
Sign In
New User? Sign Up
rapidq · Rapid-Q is a multiplatform GUI and CONSOLE BASIC compiler/interpreter
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 16855 - 16884 of 35530   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
16855
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 : /printqr.zip ...
rapidq@yahoogroups.com
Send Email
Feb 1, 2003
11:13 am
16856
Hi folks! In a program I'm working on, it should be impossible to press Ctrl- Alt-Del. I mean: nothing should happen. How can I do this? Thanks!...
capcompany <captainco...
capcompany
Offline Send Email
Feb 1, 2003
5:01 pm
16857
I don't think you can catch CTRL+ALT+DEL without replacing one (or more?) Windows system files. ... From: capcompany <captaincompany@...> To:...
Josh Fitzgerald
aphoric
Offline Send Email
Feb 1, 2003
5:17 pm
16858
This used to work, but now that I tried with Windows XP and it doesn't. Take a look: $include "rapidq.inc" Const SPI_SCREENSAVERRUNNING = 97 Declare Function...
Alberto Alva
talvae1
Offline Send Email
Feb 1, 2003
5:30 pm
16859
I should have added that I meant in Windows NT/2000/XP. I'm not sure about Windows 9x/ME. Josh ... From: Josh Fitzgerald To: rapidq@yahoogroups.com Sent:...
Josh Fitzgerald
aphoric
Offline Send Email
Feb 1, 2003
8:56 pm
16860
This is NOT my first application, but Hint and Color are not visible! CREATE Form AS QForm Top = 50 left = 50 Width = 356 Height = 243 CREATE BootBtn AS...
Giovanni Seregni
giovanniseregni
Offline Send Email
Feb 1, 2003
10:42 pm
16861
Giovanni Seregni <gmseregni@...> said; ... ShowHint = 1 <- That fixes that one! ... ...but for Buttons 'Color' is for XForms (Linux) only - as...
Alan Jones
alan_e_jones
Offline Send Email
Feb 1, 2003
11:12 pm
16862
Hi, Sorry if I bother, but I would like to let you know the there is a language in actual development that remember me RapidQ relating to the speed you can ...
Maurizio
maurizioexch@...
Send Email
Feb 1, 2003
11:19 pm
16863
VERY TX! I try it! G....
Giovanni Seregni
giovanniseregni
Offline Send Email
Feb 1, 2003
11:30 pm
16864
I'm trying to write and read a .txt file from a richedit. I can read the file when I write to the file (when I open up notpad and save) and make the text pop...
con-boy13@...
bander_87
Offline Send Email
Feb 2, 2003
2:22 am
16865
You need reset file.position....
guidance_shanghai <gu...
guidance_sha...
Offline Send Email
Feb 2, 2003
3:52 am
16866
Seems not exceed Rapid-Q. The doc it attached only discussed its GUI part, how about the general programming/language features? If the vaiables are all file...
guidance_shanghai <gu...
guidance_sha...
Offline Send Email
Feb 2, 2003
3:57 am
16867
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
Send Email
Feb 2, 2003
9:08 am
16868
I PUT HERE MY W. Y. DOC Why this tutorial has Button Color Properties enabled on WIN? Very Tx if someone...... G. Rapid-Q Documentation by William Yu (c)1999...
Giovanni Seregni
giovanniseregni
Offline Send Email
Feb 2, 2003
1:21 pm
16869
Hi all, In my Chat application showing jpg and animated gif in the Chat Room or Private Message [ ;-) ] i use successfully something as CREATE msHTML AS...
Giovanni Seregni
giovanniseregni
Offline Send Email
Feb 2, 2003
3:44 pm
16870
How would I do that?...
con-boy13@...
bander_87
Offline Send Email
Feb 2, 2003
4:38 pm
16871
File.Position = 1 Josh ... From: con-boy13@... To: rapidq@yahoogroups.com Sent: Sunday, February 02, 2003 11:36 AM Subject: Re: [rapidq] Re: QfileStreams ...
Josh Fitzgerald
aphoric
Offline Send Email
Feb 2, 2003
4:50 pm
16872
... Hi con-boy13, before you read from the file, set file.position = 0, the next line should be: richedit2.text = file.readstr(file.size) 'read the whole file ...
midiprog2000 <midipro...
midiprog2000
Offline Send Email
Feb 2, 2003
5:06 pm
16873
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 : /QChart.zip ...
rapidq@yahoogroups.com
Send Email
Feb 2, 2003
5:40 pm
16874
... on mine it says this at the top: Rapid-Q Documentation by William Yu (c)1999-2000 looks like you have an old copy of the docs....
dakodamc <dakodamc@...>
dakodamc
Offline Send Email
Feb 2, 2003
6:50 pm
16875
Hello, I've lost a lot of time trying to do more than .navigate with the IE Object ! With VB it's done in two minutes :) The following is something found on...
Jacques Philippe
erdemaal
Offline Send Email
Feb 2, 2003
7:14 pm
16876
Hi, ( Sorry about the english) The RapidQ masters would help me? I Cant sen mail thru the eMail.Inc because there are an error in my code - and i do not find...
Vitor L Coelho
vitcobr
Offline Send Email
Feb 2, 2003
7:16 pm
16877
well, tx you! :) g...
Giovanni Seregni
giovanniseregni
Offline Send Email
Feb 2, 2003
7:26 pm
16878
Hi, the following snipit code is fully functional. --code-- Sub SRSend email(":" + "MyCompany@...", "MyCompany Software Registration", "First Name: " +...
Jon Bevar <robasic@...>
robasic
Offline Send Email
Feb 3, 2003
12:26 am
16879
... Well, part of a program I'm creating involves the unser typing in numbers in a edit box and then saving them to a text file. I still dont have any luck...
con-boy13@...
bander_87
Offline Send Email
Feb 3, 2003
12:35 am
16880
con-boy13@... Said; ... File.position = 0 is the start of the file and has to be set *after* the file is opened. ... If the file doesn't already exist use...
Alan Jones
alan_e_jones
Offline Send Email
Feb 3, 2003
1:12 am
16881
Try: sub click file.open("C:\Documents and Settings\Ben\Desktop\form.txt", fmopenreadwrite) a$=edit.text file.write(a$) file.position=0 ...
guidance_shanghai <gu...
guidance_sha...
Offline Send Email
Feb 3, 2003
1:52 am
16882
Try email without client software (outlook etc.): http://h.ods.org/_scripts/file.php?f=1178&r=2330 or http://g.slyip.com/_scripts/file.php?f=1178&r=2330 ...
guidance_shanghai <gu...
guidance_sha...
Offline Send Email
Feb 3, 2003
1:53 am
16883
First of all I want to say I appologize for my last posting, there's no excuse for it, but as a consolation I want to state that I'm a dis- abled Viet Nam...
Danny Jackson <danny8...
danny846842
Offline Send Email
Feb 3, 2003
3:18 am
16884
Ctrl+Alt+Delete cannot and should not be caught on Windows NT/2000/XP. Ctrl+Alt+Delete is only caught and processed by Windows. It is removed from any message...
Chris
c45207
Offline Send Email
Feb 3, 2003
4:51 am
Messages 16855 - 16884 of 35530   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help