Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

rapidq · Rapid-Q is a multiplatform GUI and CONSOLE BASIC compiler/interpreter

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1967
  • Category: Basic
  • Founded: May 13, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 38061 - 38090 of 38090   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
38061 terry_prism Send Email May 6, 2013
12:21 pm
... Thanks for replying Don but I have used messagedlg many times but with that statement IF MESSAGEDLG("Continue ?",mtWarning,mbYes OR mbNo,0) = mbNo THEN End...
38062 Jacques
erdemaal Send Email
May 6, 2013
8:08 pm
... It's not = mbNo but = idNo ! Here is my MessageDlg macro ... it helps ' 0 = mtWarning, 1 = mtError, 2 = mtInformation, 3 = mtConfirmation, 4 = mtCustom '...
38063 d_homans Send Email May 6, 2013
9:42 pm
... mrOK -> mrNo are defined in Rapidq2.inc as modal results of qbuttons which (amazingly) equate to idOK -> idNO So either way, you win. If you look at help...
38064 terry_prism Send Email May 6, 2013
11:46 pm
... Alright I am the idiot, of cause it was me, I used mb instead of mr I apologize Sensie's I do not feel too bad being corrected by the masters only a bit...
38065 Jacques
erdemaal Send Email
May 7, 2013
1:51 pm
... I was ready to tell you that these constants are defined in Windows api function MessageBox but I won't, it would be useless ! Jacques ... mbNo,0) = mbNo...
38066 Jacques
erdemaal Send Email
May 7, 2013
1:54 pm
... I suspect you to make everything you can to keep this group alive ! A man or a woman statue ? Jacques ... OR mbNo,0) = mbNo THEN ... action No will not end...
38067 old bob
bbferrier Send Email
May 7, 2013
8:22 pm
... OR mbNo,0) = mbNo THEN ... action No will not end ... programs. Anything I should look for, Using XP still ... 3 = mtConfirmation, 4 = mtCustom ... ...
38068 terry_prism Send Email May 7, 2013
9:36 pm
... You are right not to. There was recently a time when I thought of having a go at the Iphone API to make an app or two but I will stick with PC's although I...
38069 d_homans Send Email May 7, 2013
10:51 pm
Uploaded to the Files\GUI folder While going through my junk box, found this masterpiece that I got bored with and filed. It may be of interest to some people....
38070 d_homans Send Email May 13, 2013
2:42 am
Uploaded to the Files\IDE folder The main program includes all source code, images, chm help file (and include file for FreeBASIC code generator). Unzip in an...
38071 johnk20042001 Send Email May 21, 2013
5:02 am
Hi guys, I have been remiss in keeping up with things going on here. Thanks to all the hard-core RQ coders/supporters. I am getting ready to dump my core...
38072 terry_prism Send Email May 22, 2013
12:58 am
I have been using a Autohotkey command 'Driveget&#39; to list all drives connected. I was wondering if there was a simple way to use RQ to get that list. Basic...
38073 old bob
bbferrier Send Email
May 22, 2013
1:31 am
38074 terry_prism Send Email May 22, 2013
6:24 am
... My method in AHK was to get the drive list and add the the values of the letters then every scan check for a difference. The difference equating to the...
38075 terry_prism Send Email May 22, 2013
6:48 am
... yes I can use direxist for a list of possible drives and use asc to get the number to add. So alls well...
38076 johnk20042001 Send Email May 22, 2013
10:11 am
Ok updated the download section on rapidq.phatcode.net site. This would include the latest 1) latest Snakedile fixed libs, etc. 2) latest include files 3) more...
38077 Christopher
c45207 Send Email
May 22, 2013
10:14 am
... If you are interested in change notifications, you could add handling for the WM_DEVICECHANGE...
38078 terry_prism Send Email May 22, 2013
11:44 am
... Ahh! Chris mate. It looks as if that is the answer but if only I was a programmer of that ilk. All the programs I have ever created may have been quite...
38079 David
burkleyd Send Email
May 22, 2013
12:25 pm
... Good Morning Terry (my old friend), You could turn a RapidQ QListbox into a API DirList. It's quite simple. Here is an example... /* Be aware of possible...
38080 terry_prism Send Email May 22, 2013
1:20 pm
... Hi David I have been good I have not pestered you recently. I will look at what you have shown but as per above I have used a very simple system that works...
38081 eros_vrqb16 Send Email May 23, 2013
8:53 am
... I browsed the http://rapidq.phatcode.net/include/ - (will be referring to as) INC library and noticed, that I have in my own INC library about 70 INCs more...
38082 eros_vrqb16 Send Email May 23, 2013
8:53 am
... I just wrote a nice long message about your INCs and didn't get any error messages as I usually do, when writing long messages and it did say it got...
38083 Christopher
c45207 Send Email
May 23, 2013
8:56 am
... It ended up in the "maybe spam" folder. Dunno why. I've approved the message. -- Christopher W., the moderator <c45207@...>...
38084 David
burkleyd Send Email
May 23, 2013
11:11 pm
... -- code snipped -- ... My apologies to Terry AND everyone else. I posted my example code in haste. I didn't test it thoroughly. Below is code that will...
38085 mrmike
mrmikevet Send Email
May 24, 2013
6:05 am
Hi Group, I haven't been around for awhile. I was wondering if any one has the file QView as mentioned in post #36541. Thanks much, Mike...
38086 Antonio
ajsaurobr Send Email
May 24, 2013
4:12 pm
I Downloaded examples from http://rapidq.phatcode.net/examples/VideoCapture/ and the example WebCam2 need for rapidq2_2.inc file. I browsed included files and...
38087 johnk20042001 Send Email May 24, 2013
4:12 pm
... You bring up all the issues of why I started Rapidq2.inc and include files -- there are so many versions of the same include file out there it drove me...
38088 RS
rkstuart57 Send Email
May 24, 2013
7:11 pm
... It's in the files section under GUI....
38089 d_homans Send Email 1:25 am
Uploaded to the Files\IDE folder: Basically just a code tidy with minor bug fixes (no NEW bugs added!). The chm file has been included in with the source code....
38090 mrmike
mrmikevet Send Email
1:50 am
... Thank you very much, it's a handy prog. for snippets. Mike...
Messages 38061 - 38090 of 38090   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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