For info... Zip file has been uploaded to the rapid-q group files section. Contains exe only ATT (no source) plus a screenshot and some general notes. Rgds Don...
Hello! I try $define MsgBox Showmessage DIM ScriptingObject AS QOLEOBJECT ScriptingObject.CreateObject("VBScript.RegExp") ' works dim TempStr as string dim...
My newest application saves his datas with a OnClose-Sub which works fine when closing the app with ALT-F4 or by clicking on the [X]. But when the user shuts...
Hello! You wrote to <rapidq@yahoogroups.com> on Tue, 01 Jan 2008 19:44:04 -0000: Also I implements similar step-by step debugger in my RQ Debugger IDE - ...
... Hi Andrew, :) I modified your code and found out that ScriptingObject is not being created. (and I'm not sure why) (because the example at the bottom...
... Hi Andrew, :D I found a workaround to the problem of creating a QOleObject for VBScript. It's not elegant but it works. Once again... there's two source...
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 : /vbs.zip ...
rapidq@yahoogroups.com
Jan 5, 2008 4:47 pm
32437
Hello, David! You wrote to <rapidq@yahoogroups.com> on Fri, 04 Jan 2008 11:41:27 -0000: [..] b> I modified your code and found out that b> ScriptingObject is...
Hello, David! You wrote to <rapidq@yahoogroups.com> on Fri, 04 Jan 2008 15:24:08 -0000: I upload file - example How to write script and run it from RapidQ ...
... MSScriptControl.ScriptControl. ... Hi Andrew, :) I got the code that's on the vb-helper link to work except for... the AddObject. It has something to do...
Hello, David! You wrote to <rapidq@yahoogroups.com> on Mon, 07 Jan 2008 10:43:56 -0000: b> 'Start of Code b> $AppType GUI b> $Option EXPLICIT b> $Include...
I just uploaded a file (calendar.bas) which produces a TAB element, a Tab per month with a button for each day and labels for the day of the week and the week...
... Hi Andrew, :) It's great that you are happy. :D But for me... I'm still trying to figure out either... WHY the AddObject does not work... or... HOW to get...
Hello, David! You wrote to <rapidq@yahoogroups.com> on Wed, 09 Jan 2008 22:58:59 -0000: b> Hi Andrew, :) b> It's great that you are happy. :D Thanks ;-) b>...
Has anyone done any research into capturing dv from a mini dv camcorder and converting it to mpeg on the fly? I have a couple of utilities that will do it plus...
... Whoa... you get extra points for enthusiasm with RapidQ. That kind of capture , compression, and reformating is largely dumped off to the hardware and is...
is there a way for console events to be shown in a windows form? For example, using the 'print' and 'shell' commands bring up a dos console. Can that be sent...
Yes you are right. I found a program called Windv that takes DV in and converts to AVI 2 on the fly. So how will have to be a mystery to me. At least I can...
... It is indeed a daunting task. If you think the BabyGrid code is intimidating, you should see the code for Power Grid. It's quite a bit more complicated...
... VDO, Some ideas just came up. At least I see two (2) options here- FIRST: as an event-driven language, you can trap the close event (by clicking 'X' or...
... I'm not sure if this is what you were asking, but this is how I position my termination code for saving things on exiting my programs...... ... $TYPECHECK...
... Thank you for your ideas ! Your example works fine on normal end of the program but not when shutting down windows while running the program (at least at...