Skip to search.
rapidq · Rapid-Q is a multiplatform GUI and CONSOLE BASIC compiler/interpreter

Group Information

  • Members: 1559
  • 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

  Messages Help
Advanced
Messages 1429 - 1458 of 37737   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1429 Pavel Minayev
minayev@... Send Email
Sep 1, 2000
9:35 am
... your ... to pass ... code ... But you can have only one WndProc per form, and I might have several components working with the same form, so I can't use...
1430 Daniel Foote
d_foote@... Send Email
Sep 1, 2000
11:40 am
Hello! Sorry... always barking up the wrong tree, I am. Yes, moving it to the first property fixed it, thankyou. Thankyou, Daniel. ... explain... I ... it ... ...
1431 Brian
sonic@... Send Email
Sep 1, 2000
11:55 am
Hi guys I'm New to RapidQ , Does anyone know how to receive input from a webcam ,,,and also to send that input across the net ? Brian D...
1432 Christopher Bradford
csb@... Send Email
Sep 1, 2000
12:36 pm
I'm guessing this is for Windows? It would be fairly easy to do under linux... There are many ways to do this with windows... the easiest is probably ...
1433 Eddy Van Esch
eddy.van.esch@... Send Email
Sep 1, 2000
12:57 pm
Hi, I downloaded the 'august 29'-version of RQ and noticed that the help files were improved! Fantastic!! In appendix A where al the controls are explained, a...
1434 Gérôme GUILLE...
gguillemin@... Send Email
Sep 1, 2000
1:14 pm
Hi all, Here you'll find 2 samples for making a BC from as BAS file and turn a BC file into an EXE Simple and EZ :) Nota: thanks William for having corrected...
1435 rapidq@egroups.com Send Email Sep 1, 2000
1:20 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 : /RapidQ...
1436 Christopher Bradford
csb@... Send Email
Sep 1, 2000
5:18 pm
William and everyone -- I just noted some weird behavior between Qsocket and Real Player... Can anybody else re-create this problem so I don't seem crazy... ...
1437 Cameron Arnott
blue_steel@... Send Email
Sep 1, 2000
5:41 pm
what port are you using.. what port does real audio use.. it sounds like a conflict of ports .. But i'm not sure as i havn't used Qsocket Cameron Arnott ...
1438 Jaap Blenk
jblenk@... Send Email
Sep 1, 2000
5:42 pm
I've 2 separate QstringGrids, but want to start the Cell(col, row) of the second with the offset of the first one. For example: Stringgrid1 starts with...
1439 Cameron Arnott
blue_steel@... Send Email
Sep 1, 2000
5:43 pm
Your mailer doesn't appear to be working properly Cameron Arnott blue_steel@... ... To: <rapidq@egroups.com> Sent: Saturday, September 02,...
1440 Wilbert Brants
wbrants@... Send Email
Sep 1, 2000
5:56 pm
I found a way of using a string with HTML code instead of a file. The trick is to fool the object a bit. Not realy nice but it works (at least on my computer)....
1441 Christopher Bradford
csb@... Send Email
Sep 1, 2000
7:03 pm
What about my mailer doesn't appear to be working properly? It appears fine to me and everyone else... As for the telnet/real audio conflict, it has nothing...
1442 Christopher Bradford
csb@... Send Email
Sep 1, 2000
7:43 pm
I hope I'm not missing something obvious ;) Is there a way to stop CTRL-C from exiting a console app? I can't have the keystroke 100% disabled because my...
1443 Nathan Gundlach
dagchess@... Send Email
Sep 1, 2000
8:44 pm
... From: "William Yu" <voxel@...> To: <rapidq@egroups.com> Sent: Friday, September 01, 2000 1:06 AM Subject: Re: [rapidq] What ports are...
1444 Brian
sonic@... Send Email
Sep 1, 2000
9:46 pm
Hi Christopher could you "trap" or "scan" the keyboard for that particular key combination then use a "message box or notice box " to ask the user what they...
1445 c.bradford
csb@... Send Email
Sep 1, 2000
10:04 pm
Great idea Brian, except I'm dealing with a console app... the program is already in a loop scanning the keyboard for kepresses... CTRL-C causes an immediate...
1446 William Yu
voxel@... Send Email
Sep 1, 2000
10:57 pm
... This may not be the best solution, since it traps CTRL-C for all programs, but you can use the global hot keys example: ' Global hotkeys $TYPECHECK ON ...
1447 c.bradford
csb@... Send Email
Sep 1, 2000
11:40 pm
Sorry william.... great suggestion, however, as I've stated 1 million times already, THIS IS A CONSOLE APPLICATION. phew... now that I've got that out... API...
1448 William Yu
voxel@... Send Email
Sep 2, 2000
3:16 am
... I'm not sure what you mean, I guess some code will definitely help clarify things. ... If it's not too big < 5KB, just post it on the mailling list, if...
1449 William Yu
voxel@... Send Email
Sep 2, 2000
3:19 am
... Does Stringgrid1 overlap Stringgrid2? TopRow might help, depending on how you're setting this problem up. If the user is in control of scrolling, it's a...
1450 William Yu
voxel@... Send Email
Sep 2, 2000
3:27 am
... I forgot $APPTYPE CONSOLE, but the code should work as advertised, the form is never visible. ... Under Linux it's no big deal, but under Windows, I guess...
1451 Pavel Minayev
minayev@... Send Email
Sep 2, 2000
7:40 am
... but ... about You can get BeOS Personal Edition for free at http://free.be.com. ~40 Mb archive. There are also development tools - compiler & IDE with ...
1452 Pavel Minayev
minayev@... Send Email
Sep 2, 2000
8:03 am
... clarify ... CONST GWL_WNDPROC = -4 CONST WM_HOTKEY = &H312 DECLARE FUNCTION RegisterHotKey LIB "USER32" ALIAS "RegisterHotKey" (BYVAL hWnd AS LONG, BYVAL...
1453 Mesut Akcan
makcan@... Send Email
Sep 2, 2000
9:13 am
hello all, Anim gif, gif and jpg viewer. gifjpgview.bc 10 KB -- Mesut Akcan http://www.mesutakcan.com...
1454 DigitalD0g
digitald0g@... Send Email
Sep 2, 2000
2:16 pm
Hello, I have tried the -g command and the IDE with the latest version of Rapid-Q and cannot get the .exe file to accept an icon. The same icon for the form ...
1455 c.bradford
csb@... Send Email
Sep 2, 2000
2:38 pm
ahhh... I didn't know that I could create forms in a console app... at least now I know that I can make console apps that intercept wndproc... good deal! ...
1456 Hugh S. Steele
hugh_s_steele@... Send Email
Sep 2, 2000
2:54 pm
There is a problem with long file names and spaces, use the short (dos) name instead. I moved RapidQ from "D:\Program Files\RapidQ" to "D:\RapidQ" and most of...
1457 Jordi Ramos
correodejordi@... Send Email
Sep 2, 2000
5:41 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 : QMenu.zip ...
1458 Wilbert Brants
wbrants@... Send Email
Sep 2, 2000
5:44 pm
A few days ago I asked if someone knew a way of disabling the right click menu so the source code can not be viewed. I found a code which I think should do it...
Messages 1429 - 1458 of 37737   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