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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 32520 - 32550 of 35534   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
32520
Seems to send all the same compiling errors. Thanks for the help though. I am going to see if there is an easier way to convert these hash links....
Pud'n tane
mrspy1001
Offline Send Email
Feb 1, 2008
5:11 pm
32521
ByVal, ByRef, I see I missed that, thanks....
Pud'n tane
mrspy1001
Offline Send Email
Feb 1, 2008
5:13 pm
32522
korsel_bujang @ 2008-1-28 7:52:48 AM "[rapidq] can we use rapidq to make search file program ?" <mid:fnkmng+ptfd@eGroups.com> ... Try the DIR$ command. -- ...
Christopher W.
c45207
Offline Send Email
Feb 1, 2008
8:20 pm
32523
=== RapidQ List Guidelines === (Updated April 2, 2006) A. Use English, please. This list is an English list. Please try to use English when communicating on...
Christopher W.
c45207
Offline Send Email
Feb 1, 2008
8:20 pm
32525
can someone please provide a clip of code to disp;lay current screen resolution thanks in advance...
rapidq11
Offline Send Email
Feb 2, 2008
6:57 pm
32526
rapidq11 @ 2008-2-02 12:57:33 PM "[rapidq] display settings" <mid:fo2eet+ec42@eGroups.com> ... Screen.Width Screen.Height -- Christopher A Friendly List...
Christopher W.
c45207
Offline Send Email
Feb 3, 2008
12:11 am
32527
Hello, I used the following source published some time ago on the RapidQ group. It was originally written in VB, and I tried, unsuccessfully to translate it...
Michaud Frédé...
geneamichaud
Offline Send Email
Feb 5, 2008
11:10 pm
32528
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 6, 2008
5:54 pm
32529
Hi all, i've made and uploaded a litte program paket that allows to add up to 16 user-defined buttons to the standard Rapid-Q Compiler IDE. This may be helpful...
chrbest@...
chrbest2
Offline Send Email
Feb 6, 2008
6:13 pm
32530
Hello, Michaud! You wrote to <rapidq@yahoogroups.com> on Tue, 05 Feb 2008 23:10:11 -0000: 1. Declare Function InternetReadFile Lib "wininet.dll" Alias...
Andrew Shelkovenko
diakin2002
Offline Send Email
Feb 6, 2008
8:01 pm
32531
Thank you Andrew, it works very fine now. I prefer to use InternetReadFile instead of URLDownloadToCacheFile (or URLDownloadToFile) because it does not wait an...
Michaud Frédé...
geneamichaud
Offline Send Email
Feb 6, 2008
9:16 pm
32532
With the help of Andrew, here is the code of a full functionning InternetReadFile. '============================================= ' START OF CODE ...
Michaud Frédé...
geneamichaud
Offline Send Email
Feb 6, 2008
11:21 pm
32533
Michaud Frédéric wrote: Ca marche 'crevé bien' comme on dit dans nos faubourgs ! Translation : it works very well ! It already replaces my GetHttpFile...
Jacques
erdemaal
Offline Send Email
Feb 6, 2008
11:57 pm
32534
... Glad to see a new user/lover of tiny executables. Jacques...
Jacques
erdemaal
Offline Send Email
Feb 7, 2008
12:07 am
32535
... As i said in the past - i love 1-click-solutions ;-) Like all other programmers on world i search for an good framework for GUI programming. It should: -...
chrbest@...
chrbest2
Offline Send Email
Feb 7, 2008
12:37 pm
32536
Hello! You wrote to <rapidq@yahoogroups.com> on Thu, 07 Feb 2008 13:36:25 +0100: [...] c> can have a Window with a lot of controls and is smaller than 250...
Andrew Shelkovenko
diakin2002
Offline Send Email
Feb 7, 2008
1:02 pm
32537
... With RQPC -once setup is done, not that difficult- , you can include fast Freebasic functions *code* in a RapidQ executable very easily and with no limit...
Jacques
erdemaal
Offline Send Email
Feb 7, 2008
1:37 pm
32538
Hello, Jacques! You wrote to <rapidq@yahoogroups.com> on Thu, 07 Feb 2008 13:38:01 +0000: Great thing! Ohh, just need to begin to learn it!! .. just to...
Andrew Shelkovenko
diakin2002
Offline Send Email
Feb 7, 2008
2:16 pm
32539
... I think Rapid-Q is too unknown compared with Java, so no one wants to do this lot of work. At first, i was happy with FreeBasic but secondly it has no...
chrbest@...
chrbest2
Offline Send Email
Feb 7, 2008
3:55 pm
32540
... to do ... secondly it ... very ... simply ... precompiler ... The major goal of FreeBasic was to be a QB clone for Win/Linux, and that it did very well....
johnk20042001
Offline Send Email
Feb 8, 2008
5:04 am
32541
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 : /cuentas.rar ...
rapidq@yahoogroups.com
Send Email
Feb 8, 2008
6:05 am
32542
I came across a rather bizarre flaw in RapidQ whilst writing an $Include to do rounding of numbers to a certain decimal point. I'll upload the $Include file to...
burkleyd
Offline Send Email
Feb 8, 2008
5:55 pm
32543
... . ... David When is 0.3 NOT 0.3????? Add this to the start... Print "My Value1: ";STRF$(Value1,2,18,18) Print "My Value2: ";STRF$(Value2,2,18,18) Print "My...
d_homans
Offline Send Email
Feb 8, 2008
8:05 pm
32544
... subtrahend" ... result." ... Ok. My bad. Someone corrected me. I knew I was tired. But I guess I got too focused on the error, in the result, to notice the...
burkleyd
Offline Send Email
Feb 8, 2008
8:36 pm
32545
... David Sorry, wasn't have a go at you .. Have a look at 0.1, 0.2 .. 0.9 as doubles. At least it gets 0.5 right! There appears to be a pattern to this (new...
d_homans
Offline Send Email
Feb 8, 2008
8:45 pm
32546
... Hiya Don, I totally agree that it's... close. But for a rounding function... close is not a good thing. :) It needs to be exact. :D David P.S. just to add...
burkleyd
Offline Send Email
Feb 8, 2008
8:51 pm
32547
... I don't believe this. Even though this doesn't solve the flaw that this threads about... when I started experimenting with the Format$ function... it looks...
burkleyd
Offline Send Email
Feb 9, 2008
1:01 am
32548
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 : /examen.rar ...
rapidq@yahoogroups.com
Send Email
Feb 9, 2008
2:53 am
32549
¿Alguien puede enviarme un código para hacer un tabcontrol mas elegante?. gracias. help, I need code tabcontrol more elegant. mmm... I do'nt know speak ...
fierroant
Offline Send Email
Feb 9, 2008
4:06 pm
32550
Someone please tell me there's an easier and better way of scanning a QFileStream for the word "data", than what I came up with. I've tried several ways and...
burkleyd
Offline Send Email
Feb 10, 2008
2:54 am
Messages 32520 - 32550 of 35534   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