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 34041 - 34070 of 35534   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
34041
... <snip> ... That's a very good point and certainly worth thinking about. Beep is generated from a bit on a port, not some nice audio card. The fact that it...
paul ludgate
snakedile
Offline Send Email
Dec 1, 2008
9:37 am
34042
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
Dec 1, 2008
7:55 pm
34043
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 : /MenuColor.rar ...
rapidq@yahoogroups.com
Send Email
Dec 1, 2008
8:21 pm
34044
At the link below is a 'provisory' XP_Sound.Inc that works with Vista, XP, ... WIN98 http://www.teledisnet.be/web/jph01696/RapidQ/XP_Sound.zip it is fully...
Jacques
erdemaal
Offline Send Email
Dec 1, 2008
8:47 pm
34045
Nastase, Where can we get the include files you use for the new components you've posted lately? Thanks...
beachtiger102
Offline Send Email
Dec 1, 2008
9:35 pm
34046
... Hmmmm... nevermind :)...
beachtiger102
Offline Send Email
Dec 1, 2008
10:07 pm
34047
... Oh... Well, the Include files can be gotten from frmdsgnr11, but now we're missing alot of the bitmap resources. Where can we get those?...
beachtiger102
Offline Send Email
Dec 1, 2008
10:14 pm
34048
...   just replace them... From: beachtiger102 <b_j0@...> Subject: [rapidq] Re: RQWork - Include files for new components To: rapidq@yahoogroups.com ...
Nastasa Eodor
eodor_nastase
Offline Send Email
Dec 1, 2008
10:37 pm
34049
... Jacques ... any sound) ... at 2000 Hz) ... and ears ... Jacques ... and ears ... setting ... "RIFF" ... ' * Chunk Size @4 ... ' "WAVE" ... ' "fmt " ... '...
burkleyd
Offline Send Email
Dec 1, 2008
11:17 pm
34050
... ====================================================================== ... Global ... FBTORQINC. ... 2008 ... s ... system ... 2008 ... system ... ...
Mike
mrmikevet
Offline Send Email
Dec 2, 2008
12:35 am
34051
... I don't have XP SP3 :). Maybe XP SP 3 needs to be considered as Vista ? Does Api Function SND_Beep Lib "kernel32" Alias "Beep" _ (ByVal dwFreq As Long,...
Jacques
erdemaal
Offline Send Email
Dec 2, 2008
3:58 am
34052
... As Long ... Function ... PlaySound works fine on my computer and as far as I know... it works under all versions of Windows. There's an example on my...
burkleyd
Offline Send Email
Dec 2, 2008
10:02 pm
34053
... JohnK here to interject another esoteric rant... <xml = esoteric rant on> This doesn't surprise me, because "beep" is an old dos output to the piezo...
johnk20042001
Offline Send Email
Dec 3, 2008
4:39 am
34054
... Then simply comment the following lines in XP_Sound.Inc : Sub Sound___Ex (Freq As Long, Dura As Long) ' hz, 1/18.2 s = ~54.9 ms ' Select Case...
Jacques
erdemaal
Offline Send Email
Dec 3, 2008
7:25 am
34055
... ~54.9 ms ... Sound (**) ... VistaSoundFunction ... Unfortunately... the return value from Beep shows that it was successful, even if the tone is not heard....
burkleyd
Offline Send Email
Dec 3, 2008
10:15 am
34056
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 : /QSuperEdit.rar ...
rapidq@yahoogroups.com
Send Email
Dec 5, 2008
1:25 pm
34057
I did gave a look to[rapidq.phatcode.net]. It seems to me it is well maintained. Good work. Now: pHatcode..?! Manuel C....
msca53
Offline Send Email
Dec 5, 2008
2:48 pm
34058
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 : /QSuperEdit.rar ...
rapidq@yahoogroups.com
Send Email
Dec 5, 2008
5:50 pm
34059
... Phatcode is pronounced "Fat" code. They also host FreeBasic.net as well as other compiler sites. Alot faster than the guidance site!...
johnk20042001
Offline Send Email
Dec 6, 2008
12:32 am
34060
I've written a search program that can search for multiple Strings in Files. The program works fine but I noticed that the files and folders my program...
carlt_1
Offline Send Email
Dec 6, 2008
4:49 pm
34061
... I'm not clear what you are doing here. I guess the problem is that you can't read/access the file in your own RQ program, or another program until you...
johnk20042001
Offline Send Email
Dec 6, 2008
7:28 pm
34062
... No. My program reads the file just fine. The problem is that after I close the file (file.close) the files and folders seem to be still be accessed by my...
carlt_1
Offline Send Email
Dec 6, 2008
8:15 pm
34063
... You say here that you close the file and it is still available for access. You sure there are not another pointer that re opens it. ... You say then that...
Terry
terry_prism
Offline Send Email
Dec 6, 2008
8:48 pm
34064
... Hi, This can only be the result if the files are NOT being closed, iow. your application is still locking the files. You need to open and close every file...
midiprog2000
Offline Send Email
Dec 6, 2008
9:05 pm
34065
Hello! You wrote to <rapidq@yahoogroups.com> on Sat, 06 Dec 2008 16:49:42 -0000: c> I've written a search program that can search for multiple Strings in c>...
Andrew Shelkovenko
diakin2002
Offline Send Email
Dec 6, 2008
10:03 pm
34066
... As far as I can tell the files get closed within the loop. Here's the relevant part: ########################## dim file as qfilestream file.Open(files$,...
carlt_1
Offline Send Email
Dec 6, 2008
10:19 pm
34067
... As far as I can tell the files get closed within the loop. Here's the relevant part: ########################## dim file as qfilestream file.Open(files$,...
carlt_1
Offline Send Email
Dec 6, 2008
10:19 pm
34068 burkleyd
Offline Send Email
Dec 6, 2008
11:07 pm
34069
... There is the possibility that something between the file.open and the file.close is causing an error. If so... the file.close will never occur. I'll assume...
burkleyd
Offline Send Email
Dec 6, 2008
11:14 pm
34070
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 : /QSuperEdit.rar ...
rapidq@yahoogroups.com
Send Email
Dec 7, 2008
1:33 am
Messages 34041 - 34070 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