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 31752 - 31782 of 35536   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
31752
... <stuff deleted> While I can take credit for updating RapidQ2, I don't own it as it is open source. But if there is a lot of support for this I can easily...
johnk20042001
Offline Send Email
Jul 1, 2007
9:47 pm
31753
What's up all? Has anyone been able to create a program and then use "Open With" or File Association? I've been using RapidQ for years, and have yet to have...
badrabid
Offline Send Email
Jul 1, 2007
11:00 pm
31754
... File Association? Yes, RQ has this function (it calls Command$), just see old messages with number 16714 or 25764, or look into the documentation (section ...
Slavomir Svetlik
ovalx
Offline Send Email
Jul 2, 2007
4:27 am
31755
... or ... one ... to ... program. ... make ... Hi Keith, Jacques has made a QfileAssociation component. You can find it here: ...
midiprog2000
Offline Send Email
Jul 2, 2007
7:30 am
31756
... Here is the function you may have to select a better ?ROOT KEY DIRECTORY?: Const SFAF_HKEY_CLASSES_ROOT = &H80000000 '...
Jacques
erdemaal
Offline Send Email
Jul 2, 2007
9:17 am
31757
... or ... Command$() That was it. All this time it was under my nose. Everyone else, thanks for the other advise, that would have been next. Thanks! Keith...
badrabid
Offline Send Email
Jul 2, 2007
9:20 pm
31758
Hi Guys. Has anyone actually used RQ with, say, directShow to display DVD movies? Big subject, I know, but I'd be interested to know if it's possible....
cran0g
Offline Send Email
Jul 2, 2007
9:46 pm
31759
... Hash: SHA1 midiprog2000 @ 2007-7-02 3:30:41 AM "[rapidq] Re: File Association" <mid:f6a9j1+967f@eGroups.com> ... Obligatory MSDN links! Introduction to...
Chris W.
c45207
Offline Send Email
Jul 2, 2007
11:41 pm
31760
=== 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...
Chris W.
c45207
Offline Send Email
Jul 2, 2007
11:42 pm
31762
... Thanks for the input John, I'll check out how to test the stack. I did the programming in Vista, I'll wait for my laptop to come back from the shop to work...
standstiladdie
Offline Send Email
Jul 3, 2007
1:14 am
31763
... display ... Not natively, you can try the Win MM API (see QVideo.inc), or try RUN XXX.vob if the user's computer has that file already associated with an...
johnk20042001
Offline Send Email
Jul 3, 2007
4:16 am
31764
Thanks Andrew, I will start working on the new version, I will post results. Terry...
Terry
terry_prism
Offline Send Email
Jul 3, 2007
5:48 am
31765
... There is a working example at: http://www.rapidq.phatcode.net/samples/directshow_example_bas.html it requires Ole.Inc at: ...
Jacques
erdemaal
Offline Send Email
Jul 3, 2007
9:22 am
31766
... Geezz, I am losing my memory. I set up the web site, spent hours porting the code from a PowerBasic sample using Don's help on IPicture & COM interfaces....
johnk20042001
Offline Send Email
Jul 4, 2007
3:14 am
31767
... "Al WHO?" ... "Alzeimer" You're not the only one, dont worry! ... I discovered it last may when someone asked me in PM about OLE/COM, and find it...
Jacques
erdemaal
Offline Send Email
Jul 4, 2007
8:35 am
31768
As a newbie I find it rather difficult to use Rapid-Q, and I hope that somebody out there can help me. Having programmed in Q-basic for many years, I find the...
steffen_kelstrup
steffen_kels...
Offline Send Email
Jul 5, 2007
1:15 pm
31769
... Printer.BeginDoc For i = 0 to nrofcolumns h=i*columnwidth For J = 0 to nrofrows v = j*rowheight Printer.TextOut(h,v,Grid.Cell(I, J), 0, -1) Next J Next i ...
Ad Lockhorst
beardyphish
Offline Send Email
Jul 5, 2007
9:43 pm
31770
... with the appropriate values, rowheight too with a value depending on the font you are using and the printer resolution and columnwidth with an appropriate...
steffen_kelstrup
steffen_kels...
Offline Send Email
Jul 7, 2007
5:01 pm
31771
steffen_kelstrup @ 2007-7-07 1:01:22 PM "[rapidq] Re: Beginners' printing problems" <mid:f6ogt2+krqh@eGroups.com> ... fc% is the Foreground Color. bc% is the...
Chris W.
c45207
Offline Send Email
Jul 7, 2007
7:53 pm
31772
Hi all! is there anybody that compile rq programs with Win Xp in PowerUser mode? When I try to compile an RQ Prg in Power User mode I get an RC.EXE error. Is...
mr_onionx
Offline Send Email
Jul 7, 2007
8:41 pm
31773
Does rapidq support network commands like the ability to access a network PC and so on...?...
rapidq11
Offline Send Email
Jul 7, 2007
8:58 pm
31774
... A Network PC is accessed exactly the same way a internet computer is accessed. There is a tool named QFPTCLIENT that can be used to read/write/copy ......
Jacques
erdemaal
Offline Send Email
Jul 7, 2007
9:50 pm
31775
Jacques @ 2007-7-07 5:50:52 PM "[rapidq] Network support" <mid:46900ABC.2060609@...> ... You can also rely on the OS. QFILESTREAM uses the OS to...
Chris W.
c45207
Offline Send Email
Jul 7, 2007
10:03 pm
31776
mr_onionx @ 2007-7-07 4:41:23 PM "[rapidq] xp & rapidq" <mid:f6otpj+r79i@eGroups.com> ... I found that sometime I could compile as a power user, but, more...
Chris W.
c45207
Offline Send Email
Jul 7, 2007
10:03 pm
31777
... Eh... I would like to understand why I get error in PoweUser mode......
mr_onionx
Offline Send Email
Jul 7, 2007
10:30 pm
31778
mr_onionx @ 2007-7-07 6:30:46 PM "[rapidq] Re: xp & rapidq" <mid:f6p46m+8lnc@eGroups.com> ... I can't help you there. I'm using Vista now. -- Chris A Friendly...
Chris W.
c45207
Offline Send Email
Jul 8, 2007
2:28 am
31779
... mode? ... I will show my ignorance once more but for the benefit of us less fortunate sole XP users. "What's Power Mode" and if it is readily available how...
Terry
terry_prism
Offline Send Email
Jul 8, 2007
4:05 am
31780
... I am only guessing here. There are a lot of API calls including oleInitialize, so the OS might think you are trying to back-door install an Active-X...
johnk20042001
Offline Send Email
Jul 8, 2007
5:12 am
31781
... I'm a bit curious about Vista too. I have heard from "some" (not all) that Vista is plagued with an assortment of problems. Has anybody, who is using...
burkleyd
Offline Send Email
Jul 8, 2007
12:11 pm
31782
I've been developing a program for quite some time now. Over the years, it has gotten bigger and bigger. It appears that I've reached a point where I have to...
badrabid
Offline Send Email
Jul 8, 2007
6:34 pm
Messages 31752 - 31782 of 35536   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