I'd also build up a variable and send that, rather than each bit at a time, and also you don't need some of the Ctrl's, just cleaning up the code a bit ie, ...
... This worked but pops a black box: EnvSet("OBJ11","type=label|text=Created with AutoIt3: www.hiddensoft.com|x=130|y=245|run=" & @comspec & " /c start ...
How about, to be more sure that things will always work, replace the following line: Run("C:\Program Files\Microsoft Office\Office\OUTLOOK.EXE") With this: ...
true. i thought this script was a one-off. but if you want to use it for multiple machines, there's probably a reg value that says where office is installed,...
... @SW_HIDE try using RegRead on the HKEY_Classes_root entry for htmlfile $runme = RegRead("HKEY_CLASSES_ROOT\htmlfile\shell\open\command","") $runme = $runme...
Thanks Everyone for the help, I will test the changes everyone suggested this afternoon. Anthony ... a reg ... than ... the ... always be ... script. ... at a ...
Here's a UDF (below) to return the cmd gotten from the registry & the URL so that it can be directly substituted into the EnvSet() cmd. Regards Brian Keene In...
Rick, That hta has a tail. Kindly Armando from Brasil finished it at all. Now you can read/write ALL FIELDS from/to the INI store. One thought is from my. You...
The WebHead says Love ya mannnnnnnnnnnnnnnnn Rick ... needed ... inserted as ... ====================================================================== ... ...
... Rick: Did you notice that the cmds that are stated below are for the Au3GUI cmd & NOT for Au3? What you give above is absolutely correct for Au3. But the...
... I plugged it into the gui, and the Function is working like a charm =) As an addition, I was using: Local $URL_autoit = GetURLRunCmd( "www.hiddensoft.com"...
nevermind Finally figured it out Rick ... to write to the file if the line does not exist, but I keep getting repeats fo the whole file Thanks Rick ... ...
Ok, so I've got this great GUI with a bunch of variables that are being shown as text=label items. Is below the best logic to use to be having the GUI check...
Rick: Could it be that your HUMUNGOUS set of "If" statements are checking repeatedly for all of the patterns instead of once it finds a pattern that it should...
Dave: Try the included script instead. You won't have to run multiple copies of Au3GUIXP & it updates much faster. I don't know whether you can use multiple ...
Thank you for your help Brian But I use Yahoo Group now so the file did not stick. I'd love to see the code, much cleaner than mine I'm sure I did find the...
... <snip> ... A couple questions: - If you have OBJ1 and OBJ2 like above, how do you define which control is getting the SetText. Is the Static1 a control...
... The "Static1" is the name of the control/classname. All I did was 1st create the gui & then use au3_spy to see what the classname was of the control I ...
... How do I send the code to you since Yahoo! doesn't seem to accept attachments? I don't want to put it in the files section. That just clutters it up & ...
... A-HA! au3_spy...didn't know about that one...sheesh, me look in the Autoit3 install directory why would I do that???? ;P Nifty little fella! ... This was...
I wouldn't recommend embedding "Static1" in your script and always assuming it will reference the correct control. The correlation between controls and ...
David: I was curious about what your doing so I downloaded the 2 files & looked at them. I have some ideas about how you might streamline your code a bit. If...
Valik: This is a very interesting idea. At 1st look I started writing a UDF that would do what you describe. But on some further reflection I don't know that...