Hello, rimbaudpl! You wrote to <rapidq@yahoogroups.com> on Fri, 01 Jul 2005 06:56:26 -0000: r> Hello everybody! r> Sean, thanks for the solution! r> Could...
Thanks very much, but explorer still doesn't open. Without URL - pid=shell("c:\Program Files\Internet Explorer\iexplore.exe",1 ) - explorer opens but when I...
Hello, Bartek! You wrote to <rapidq@yahoogroups.com> on Fri, 1 Jul 2005 11:03:49 +0200: BD> Thanks very much, but explorer still doesn't open. BD> Without URL...
... & , 1) ... url. ... Hi, You forgot to insert a space char between the iexplorer path\name and the url$ Try: pid=shell("c:\Program Files\Internet...
... Thanks very, very much, Alain! ShellExecute API works great! So.. My php page opens in explorer, with entered "user"&"pasword". Now I would like my code to...
Jacques, thanks very much for your code. I think you know much more than I do about these things and I really want to know how it works in detail. But I did...
... Hash: SHA1 rimbaudpl @ 2005-Jul-1 9:20:33 AM "[rapidq] Re: shell" <mid:da3fv1+vmll@eGroups.com> ... As in, to browse for a file for upload? Or so the user...
... Bof :) ... Yes, you're right, it works as well ! I was obsessed by that CodePtr limitation issue. ' ---- RQ CODE ---- $ESCAPECHARS ON $TYPECHECK ON ...
... I want my code to browse a local file for upload. Now, when I'm working using that php "admin panel" I must select every single file for upload, then...
... Hey Ron, I'm running Win98 SE too. I took the code that Tom Slonaker suggested and made a small example. It seems to work just fine on my computer. Try it...
In a message dated 7/2/05 6:52:32 P.M. Eastern Daylight Time, burkleyd@... writes: I'm running Win98 SE too. I took the code that Tom Slonaker suggested...
... Almost sounds like maybe you installed and/or ran some software that altered/replaced some key system file(s)... since the time when you re-installed...
In a message dated 7/2/05 8:57:27 P.M. Eastern Daylight Time, burkleyd@... writes: Almost sounds like maybe you installed and/or ran some software that...
... Hash: SHA1 rapidq11 @ 2005-Jul-5 9:10:30 AM "[rapidq] terminating services" <mid:dae0s6+gefi@eGroups.com> ... There may be some API to do it, but I have...
I am currently working on a major project. I can't use MDI in rq(maybe I can, but the head ache wouldn't be worth it). It will use no less than 18 seperate...
... (maybe ... like a ... Hi, It depends on what kind of program you want to write and how you want to organize it. If there are many different screens, I...
... (maybe ... less ... a ... poll, ... like a ... I would add that if you need more than one WndProc -- say because you need to wait for a connect message...
Hey all, what a way to start the weekend here :) I find myself stumped yet again this week. I need to copy some HTML to the clipboard. Here's what I have so...
... Hash: SHA1 strchyldone @ 2005-Jul-7 10:24:53 PM "[rapidq] Copy HTML to clipboard" <mid:dako5l+rdp4@eGroups.com> ... First, you are trying to pass in a...
First of all, thanks to Alain and JohnK for there responces. :) Fortunatly, the project is still in the planning stages. However, I can't keep it there for...
I know this has been asked a lot (probably), but I just found in the help file QFORMmdi and I have a question. From what I can tell, you can only add one...
Check the Links section of the RapidQ group to find Micro$oft Programming Freeware. Just be sure to check the System Requirements link to see if you can...
... by ... Wouldn't the Internal Variables be easier? '-- Sample Start DEFINT X, Y X = Screen.Width Y = Screen.Height '-- Sample End Just wondering. :) signed,...