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 ...
34069
burkleyd
Dec 6, 2008 11:14 pm
... 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...
34068
burkleyd
Dec 6, 2008 11:07 pm
34067
carlt_1
Dec 6, 2008 10:19 pm
... 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$,...
34066
carlt_1
Dec 6, 2008 10:19 pm
... 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$,...
34065
Andrew Shelkovenko
diakin2002
Dec 6, 2008 10:03 pm
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>...
34064
midiprog2000
Dec 6, 2008 9:05 pm
... 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...
34063
Terry
terry_prism
Dec 6, 2008 8:48 pm
... 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...
34062
carlt_1
Dec 6, 2008 8:15 pm
... 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...
34061
johnk20042001
Dec 6, 2008 7:28 pm
... 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...
34060
carlt_1
Dec 6, 2008 4:49 pm
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...
34059
johnk20042001
Dec 6, 2008 12:32 am
... Phatcode is pronounced "Fat" code. They also host FreeBasic.net as well as other compiler sites. Alot faster than the guidance site!...
34058
rapidq@yahoogroups.com
Dec 5, 2008 5:50 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 : /QSuperEdit.rar ...
34057
msca53
Dec 5, 2008 2:48 pm
I did gave a look to[rapidq.phatcode.net]. It seems to me it is well maintained. Good work. Now: pHatcode..?! Manuel C....
34056
rapidq@yahoogroups.com
Dec 5, 2008 1:25 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 : /QSuperEdit.rar ...
34055
burkleyd
Dec 3, 2008 10:15 am
... ~54.9 ms ... Sound (**) ... VistaSoundFunction ... Unfortunately... the return value from Beep shows that it was successful, even if the tone is not heard....
34054
Jacques
erdemaal
Dec 3, 2008 7:25 am
... 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...
34053
johnk20042001
Dec 3, 2008 4:39 am
... 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...
34052
burkleyd
Dec 2, 2008 10:02 pm
... 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...
34051
Jacques
erdemaal
Dec 2, 2008 3:58 am
... 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,...
34050
Mike
mrmikevet
Dec 2, 2008 12:35 am
... ====================================================================== ... Global ... FBTORQINC. ... 2008 ... s ... system ... 2008 ... system ... ...
34049
burkleyd
Dec 1, 2008 11:17 pm
... Jacques ... any sound) ... at 2000 Hz) ... and ears ... Jacques ... and ears ... setting ... "RIFF" ... ' * Chunk Size @4 ... ' "WAVE" ... ' "fmt " ... '...
34048
Nastasa Eodor
eodor_nastase
Dec 1, 2008 10:37 pm
... Â just replace them... From: beachtiger102 <b_j0@...> Subject: [rapidq] Re: RQWork - Include files for new components To: rapidq@yahoogroups.com ...
34047
beachtiger102
Dec 1, 2008 10:14 pm
... 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?...
34046
beachtiger102
Dec 1, 2008 10:07 pm
... Hmmmm... nevermind :)...
34045
beachtiger102
Dec 1, 2008 9:35 pm
Nastase, Where can we get the include files you use for the new components you've posted lately? Thanks...
34044
Jacques
erdemaal
Dec 1, 2008 8:47 pm
At the link below is a 'provisory39; XP_Sound.Inc that works with Vista, XP, ... WIN98 http://www.teledisnet.be/web/jph01696/RapidQ/XP_Sound.zip it is fully...
34043
rapidq@yahoogroups.com
Dec 1, 2008 8:21 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 : /MenuColor.rar ...
34042
rapidq@yahoogroups.com
Dec 1, 2008 7:55 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 :...
34041
paul ludgate
snakedile
Dec 1, 2008 9:37 am
... <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...