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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 22998 - 23027 of 35526   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
22998
hello, I have a problem with a GUI program I make when I use windows XP. Some time, random, the compiled program it freeze. there is someone who can help me ? ...
grfr58
Offline Send Email
Jul 1, 2004
1:54 pm
22999
Yes, possible.I thought I would add that the DDRAW include file that I posted on Guidance site is only for DirectX version 4!!! Very old indeed. I was looking...
johnk20042001
Offline Send Email
Jul 1, 2004
4:18 pm
23000
Where can i find the MSIE file, the one that makes Rapidq behave like Internet explorer...
rapidq11
Offline Send Email
Jul 2, 2004
3:10 am
23001
... I am using RapidQ on WinXP with success, without problems. If you can send me your source code, I test it and mayby tell (write) to you, where is problem...
Slavomir Svetlik
ovalx
Offline Send Email
Jul 2, 2004
4:05 am
23002
I am using the MSHTML as a Qolecontainer and I get Runtime error 216 EVERYTIME and NO i dont have anty viruses, whats the problem, It is use in codix explorer...
rapidq11
Offline Send Email
Jul 2, 2004
11:11 am
23003
I have the following Lines to use MSHTML: Create MSHTML as QOLEContainer CreateObject("Shell.Explorer.2") 'version 2 of IE align=centre Height=form.width ...
rapidq11
Offline Send Email
Jul 2, 2004
11:15 am
23004
... 216 ... ========= What OS? and could we see some code example you are trying to run. Mike...
Mike
mrmikevet
Offline Send Email
Jul 2, 2004
11:17 am
23005
... The error with your code here (WIN98 :) is "Cant Focus a Disabled or an Invisible Window" BTW = align=centre ... center is not known I guess ! This Works...
Jacques Philippe
erdemaal
Offline Send Email
Jul 2, 2004
1:15 pm
23006
Okay i put visible = 1 under the Create of my form, and put Visible = 0 jest before the END CREATE of my form and now i get "cannot make a visible window...
rapidq11
Offline Send Email
Jul 2, 2004
1:40 pm
23007
i just put it before all he menu calls, and now I can see the MSHTML but still get the runtime 216 error, I put visible =1 JUSt before it and Visible = 0 JUST...
rapidq11
Offline Send Email
Jul 2, 2004
1:41 pm
23008
Maybe it's because you don't use MSHTML.Free before you close the form, or maybe because your code looks strange. For example there's no property value called...
Dreadsoft® Corpor...
trenchtownman
Offline Send Email
Jul 2, 2004
2:08 pm
23009
... you can ... that. ... longer ... Sorry for the delay in acknowledging replies, but I have limited web access (max. 1/2 times a week at my son's) and the...
steve_smy
Offline Send Email
Jul 2, 2004
4:07 pm
23010
does anyone know off hand the api to dock a form window, the way systray docks to the screen? you don't have to post the whole code if it's faster....
mrspy1001
Online Now Send Email
Jul 2, 2004
4:46 pm
23011
... Then put myFrom.Visible = 0 ' false Just before your myForm.showmodal Jacques...
Jacques Philippe
erdemaal
Offline Send Email
Jul 2, 2004
5:25 pm
23012
... There is a QDockForm thazt sound to work pretty well. It's at Guidance, search the web with "RapidQ QDockForm" Jacques...
Jacques Philippe
erdemaal
Offline Send Email
Jul 2, 2004
5:28 pm
23013
I'm making an FTP Client, and I want multiple file uploads. But the QOPENDIALOG doesn't have this feature yet, is there anyway to get multiple file selection...
viitaldragon
Offline Send Email
Jul 2, 2004
7:51 pm
23014
OK, i think you all have saw the outlook of microsoft... ok it send a login name and a password to a server at the web that you set... ok then it reseive some...
leoxp2001
Offline Send Email
Jul 2, 2004
9:04 pm
23015
... I wrote a DLL that include CallAddress and CallPointer functions ; these functions are aimed to solve the COM Calling a Pointer and argument passing...
Jacques Philippe
erdemaal
Offline Send Email
Jul 2, 2004
10:02 pm
23016
... This is the right address ; http://erdemal.webhop.org/RapidQ/RqUtilsBETA.zip...
Jacques Philippe
erdemaal
Offline Send Email
Jul 2, 2004
10:04 pm
23017
... a ... ========== I`m not at all clear on what you want, maybe someone else is. Are you looking for something like this: $ESCAPECHARS on $INCLUDE...
Mike
mrmikevet
Offline Send Email
Jul 2, 2004
10:22 pm
23018
... these ... argument ... they ... somewhere ... this zip ... Thanks very much for the file! Clever scheme to pass parameters! Actually I did not see the ASM...
johnk20042001
Offline Send Email
Jul 2, 2004
11:47 pm
23019
DECLARE SUB mnunewwindow_Click (Sender as QMENUITEM) DECLARE SUB mnuedit_Click (Sender as QMENUITEM) DECLARE SUB mnusave_Click (Sender as QMENUITEM) DECLARE...
rapidq11
Offline Send Email
Jul 3, 2004
2:23 am
23020
This email message is a notification to let you know that a file has been uploaded to the Files area of the Rapid-Q group. Description : RichEdit 2.0 component...
Andrew Shelkovenko
diakin2002
Offline Send Email
Jul 3, 2004
4:54 am
23021
I fixed the runtime 216 error, now I get "cannot make visbile window modal" <--- what the heck does this mean?...
rapidq11
Offline Send Email
Jul 3, 2004
6:47 am
23022
... I FORGOT to include the ASM source ... no secret :) http://erdemal.webhop.org/RapidQ/RqUtilsBETA.zip ... It works with callback functions, I used CodePtr...
Jacques Philippe
erdemaal
Offline Send Email
Jul 3, 2004
9:52 am
23023
... SOME HINTS ... - Always use $typecheck on at the top of your programs (solves a lot of problems) - Line 228 (BMPhandle=run) is dangerous since RUN is a ...
Dreadsoft® Corpor...
trenchtownman
Offline Send Email
Jul 3, 2004
10:30 am
23024
johnk20042001 wrote : This code show that CodePtr work and can be called from a DLL ' --------------------------- ' Demo : CodePtr Works when called from a...
Jacques Philippe
erdemaal
Offline Send Email
Jul 3, 2004
11:01 am
23025
Hi! also can help Application.terminate SUB Form_close ' This removes Access violation when you close the program MSHTML.Free Application.terminate END SUB ...
Andrew Shelkovenko
diakin2002
Offline Send Email
Jul 3, 2004
11:40 am
23026
Where did my buttons go?...
rapidq11
Offline Send Email
Jul 3, 2004
1:24 pm
23027
I need 2 download rapidq somewhere! any1 no where i can get it? thx...
nathant93
Offline Send Email
Jul 3, 2004
2:42 pm
Messages 22998 - 23027 of 35526   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