Re: Simple AutoIt Intro, ... try it before I continue
"valery_vi" <[email protected]> Tue, 24 Jul 2007 06:03:13 -0000
| Newsgroups | gmane.comp.windows.autoit.user |
|---|---|
| Message-ID | <[email protected]> |
Larry on AutoItScript forum wrote: http://www.autoitscript.com/forum/index.php?showtopic=50025 ".. any redeeming value here? It supports "English Only" ... sorry ... run it (with autoit installed, or compiled) and comment... .." Maybe it will be more useful to use form "[CLASS:<WindowClassName>]" in Win.. func calls instead of simple WinTitle. By doing it your script will be valid and ready for localization. I see the following replacements (Russian XP Pro): "Run" => "[CLASS:#32770]" "Untitled - Notepad" => "[CLASS:Notepad]" "Calculator" => "[CLASS:SciCalc]" Valery