Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/06/2014 in all areas

  1. Hi! Today I want to show you my current AutoIt project: The ISN AutoIt Studio. The ISN AutoIt Studio is a complete IDE made with AutoIt, for AutoIt! It includes a GUI designer, a code editor (with syntax highlighting, auto complete & intelisense), a file viewer, a backup system, trophies and a lot more features!! Here are some screenshots: Here some higlights: -> easy to create/manage/public your AutoIt-projects! ->integrated GUI-Editor (ISN Form Studio 2) ->integrated - file & projectmanager ->auto backupfunction for your Projects ->extendable with plugins! ->available in several languages ->trophies ->Syntax highlighting /Autocomplete / Intelisense ->Dynamic Script ->detailed overview of the project (total working hours, total size...) And much more!!! -> -> Click here to download ISN AutoIt Studio <- <- Here is the link to the german autoit forum where I posted ISN AutoIt Studio the first time: http://autoit.de/index.php?page=Thread&threadID=29742&pageNo=1 For more information visit my Homepage: https://www.isnetwork.at So….have fun with ISN AutoIt Studio! PS: Sorry for my bad English! ^^
    1 point
  2. It was a gray, cold, foggy December day. Since you can either be gloomy or do something totally crazy. I preferred the second. I wanted to see if you can get #include files from a server during compile time. And yes, it works. Here's the proof: ; Get include file from HTTP server. ; first press F5. Error message: Can't open include file ; then press F7 to download include file, compile script and run script. ; then press F5 again. Error message again. ; delete local include file #AutoIt3Wrapper_Run_Before="%scitedir%\..\autoit3.exe" /AutoIt3ExecuteLine FileDelete('_MyInclude.au3') ; download new include file #AutoIt3Wrapper_Run_Before="%scitedir%\..\autoit3.exe" /AutoIt3ExecuteLine InetGet('http://autoit.oo3.co/user/autoit/UDF/_MyInclude.au3','_MyInclude.au3',1) ; run the compiled exe #AutoIt3Wrapper_Run_After=start %out% ; comment next line to keep the include file #AutoIt3Wrapper_Run_After="%scitedir%\..\autoit3.exe" /AutoIt3ExecuteLine FileDelete('_MyInclude.au3') #include "_MyInclude.au3" ; http://autoit.oo3.co/user/autoit/UDF/_MyInclude.au3 Enjoy
    1 point
  3. You can _IEAttach by hwnd, so yes. Edit: But from experience, running two instances isn't going to always give the results you're hoping for.
    1 point
  4. Or Return StringSplit("4,1,2,3,4", ",", 2)
    1 point
  5. Hello ALL!. Today I want share a useful tip for fixing right click contextMenu command AutoIT on Windows x64bit How to use? ------------ Very simple, double click on file .reg that you download at the attachment file select YES if have notify windows Download .REG file at Here http://ge.tt/6VYiIF62/v/0 or: Add_RightClick_ContextMenu_AutoIT-Command_MeoIT.zip HAVE FUN! Thanks: AskVG. ^^
    1 point
  6. 2013-Oct-18, Changelog 1.1 > 1.3 Compatibility for Win8.1 Added option to change the sound device “invisible” (on a separate Desktop) Source and Executable are available at http://www.funk.eu Best Regards Updated first Post... Enjoy ...
    1 point
×
×
  • Create New...