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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 32964 - 32993 of 37737   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
32964 chrbest@...
chrbest2 Offline Send Email
May 2, 2008
10:16 pm
Hi, i want to write a rotating cube by using the QD3D-objects in RapidQ with different textures on each side, but i found no sample how to place different...
32965 johnk20042001 Offline Send Email May 3, 2008
9:05 pm
... RapidQ with ... place ... In your example you have just one Mesh (which is just a collection of 3D vertices, and corresponding texture coordinates). The...
32966 Slavomir
ovalx Offline Send Email
May 4, 2008
11:25 am
Hi all! Please, can someone help me with number format? If I compare Windows system number format with RapidQ function Format$(), there are differences between...
32967 burkleyd Offline Send Email May 4, 2008
1:25 pm
... I'm 100% sure this will work for what you are trying to do but try... ' Start Of Code ' (works in... Win98 or WinXP) ' (unknown in... Vista) Const...
32968 Slavomir
ovalx Offline Send Email
May 4, 2008
2:12 pm
... Thanks, David, you are right. It works on my WinXP great, but I use Registry.ReadString("sDecimal") with ReplaceSubStr$() on the number rather, it is...
32969 chrbest@...
chrbest2 Offline Send Email
May 4, 2008
2:37 pm
... Well, i want easy make a dice. So i have a "1.bmp", "2.bmp" ... "6.bmp" for each side. I see 2 ways to do the job: 1. wrap a big BMP, which contains all...
32970 Adrian
beardyphish Offline Send Email
May 4, 2008
3:53 pm
I generate a file name and IF the file exists I want to add to it, otherwise I need to build a new file. Having a file name in F$ what do I do? I did consider...
32971 chrbest@...
chrbest2 Offline Send Email
May 4, 2008
4:11 pm
... Hm, maybe something like this: $include "rapidq2.inc" dim file as qfilestream . . . if FILEEXISTS(F$) <> 0 then file.open(f$,fmCreate) else ...
32972 old bob
bbferrier Offline Send Email
May 4, 2008
5:52 pm
... From: Adrian <beardyphish@...> Subject: [rapidq] file existance checking To: rapidq@yahoogroups.com Date: Sunday, May 4, 2008, 8:53 AM I generate a...
32973 johnk20042001 Offline Send Email May 4, 2008
7:21 pm
... a "1.bmp", "2.bmp" ... "6.bmp" ... demos ... If I had time I would make you one, maybe tonight? For example, if you comment 0,1,0 with "the ... the ... ...
32974 chrbest@...
chrbest2 Offline Send Email
May 5, 2008
5:09 pm
... Uff. Can you give me a figure or picture which shows this examples? I think there is a very useful function missing in Rapid-Q. So, it's easy to understand...
32975 lenzpaul Offline Send Email May 5, 2008
5:10 pm
I implemented a web browser in a QOLECONTAINER. This works already very well. But now I want to get the source code of the web page which is currently...
32976 rapidq@yahoogroups.com Send Email May 6, 2008
1:20 am
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 : /Web.Objects/Get...
32977 badrabid Offline Send Email May 6, 2008
1:22 am
... Paul, I've uploaded a file that may help. http://tech.groups.yahoo.com/group/rapidq/files/Web.Objects/ Keith...
32978 badrabid Offline Send Email May 6, 2008
1:23 am
... Sorry, it's called "Get Web Page Source Code.bas" http://tech.groups.yahoo.com/group/rapidq/files/Web.Objects/ Keith...
32979 rapidq@yahoogroups.com Send Email May 6, 2008
1:40 am
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 :...
32980 badrabid Offline Send Email May 6, 2008
1:42 am
... OK, last one, I promise. I've put the function into an include file along with an example program. Should make it easier to use with any program. ...
32981 lenzpaul Offline Send Email May 6, 2008
3:36 am
... Thankyou very much! This works very well. Paul...
32982 burkleyd Offline Send Email May 6, 2008
9:16 am
I've updated my web site today. You may (or may not) need to update your bookmarks. If you bookmarked individual pages within my site... you "definitely" will...
32983 Terry
terry_prism Offline Send Email
May 6, 2008
12:57 pm
Hi David. I have your site in my wigit, One click and I am there. Love the background takes me back to my electronics days. I am busy with getting forms to...
32984 burkleyd Offline Send Email May 6, 2008
10:25 pm
... Thanks Terry. I'm sure Chris is appreciating the fact that I... "finally" got rid of those frames. LOL Some of my favorite sites to investigate when...
32985 stevestark5000 Offline Send Email May 7, 2008
2:42 am
anyone know a link to freeware smilies for my chat program? humm, most smilies i searched for seem to be used only for a program unless i misunderstand. for...
32986 johnk20042001 Offline Send Email May 7, 2008
3:32 am
... it's ... 1 / ... a ... microsoft used to have a tutorial on texture wrapping, they removed it! you can try this ...
32987 Terry
terry_prism Offline Send Email
May 7, 2008
8:14 am
Hi. If you want I can assist with a survey form for your site I am getting good at that. Some of the replys are a bit lewed I find but that can be edited. You...
32988 rapidq@yahoogroups.com Send Email May 7, 2008
9:03 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 : /Temp/20 Icon...
32989 badrabid Offline Send Email May 7, 2008
9:04 pm
... I put a zip file with 20 smilies here. http://tech.groups.yahoo.com/group/rapidq/files/Temp/ They came from on old asp forum file I once used. These are...
32990 rapidq11 Offline Send Email May 7, 2008
9:32 pm
I got a small problem, when I write data to a test file with a chr$(13) at the end, and open the file up in notepad its one BIG line, and I need each block of...
32991 Giovanni M. Seregni
giovanniseregni Offline Send Email
May 7, 2008
11:12 pm
leadood@... wrote ... mmmmm in this way I get two lines... dim myf as Qfilestream myf.Open("$$.txt",65535) ...
32992 midiprog2000 Offline Send Email May 8, 2008
1:11 am
... chr$(13) ... I ... same ... as ... Datablock1|Datablock2|Datablock3|Datablock4|Datablock1|Datablock2|Dat abl ... ...
32993 rapidq11 Offline Send Email May 8, 2008
1:49 am
You sir are the best thing since sliced bread, it worked, thank you sooooooooooo much ... save ... ...
Messages 32964 - 32993 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