Showing posts with label Autoit. Show all posts
Showing posts with label Autoit. Show all posts

Sunday 30 June 2013

AutoIt GUI Designer: Koda 1.7.3.0


When I know AutoIt programming language, I know that is not easy to design using script language but when follow on AutoIt forum was a development team:
Martin Woods (Lookfar)
Dmitry Yudin (Lazycat)
creating forms (GUIs) for AutoIt3 scripting language. Thats was wonderfull help me to design form GUI and small application.

Koda is a standalone application that was developed to help creating forms (GUIs) for AutoIt3 scripting language.

Features shortlist

visual designing forms
simultaneous multiple forms editing
generates new code or updates existing script
easy-to-use templates gallery for organizing your templates
import existing GUI scripts (even those not created by Koda)
customizable toolbars
multilingual

Latest versions

Example :


Thank You ^__^

Wednesday 29 May 2013

Combine MDMA Design with "AutoIt" Script


On Pass Tutorial I was share about >> Design your MDMA : mobile data monitoring application , Now I will show you How to Combine MDMA Design with "AutoIt" Script. Why I use AutoIt Script ?? Because it is simple way calling scipt and small project.

AutoIt >> posting

Index of /autoit3/docs/functions
https://www.autoitscript.com/autoit3/docs/functions/

Lest see what It can use,...

1. Design your mdma design and open with Resource Hacker

Sample design >> Download

2. Added some control with ID
- Right Click on Form - Insert Control / Ctrl + I
In here I added Control Button "Route" with ID : 5

3. Open mdma-AutoItScript.au3

mdma-AutoItScript.au3 >> Download

On that script I was give some information, remember to make the same ID.

4. Compile mdma-AutoItScript.au3



Thank You

mdma_project

Monday 28 January 2013

AutoIt


Autoit is old programming language and has many members on Forum who love this program language.
I am really love this program language, when I first tried it was a bit difficult, but after learning I began to understand. I think you can try this program language, because it's really nice to try ^_^ .

little review about AutoIt :

AutoIt is a freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting. It uses a combination of simulated keystrokes, mouse movement and window/control manipulation in order to automate tasks in a way not possible or reliable with other languages (e.g. VBScript and SendKeys). AutoIt is also very small, self-contained and will run on all versions of Windows out-of-the-box with no annoying “runtimes” required!

AutoIt was initially designed for PC “roll out” situations to reliably automate and configure thousands of PCs. Over time it has become a powerful language that supports complex expressions, user functions, loops and everything else that veteran scripters would expect.

Features:
  • Easy to learn BASIC-like syntax
  • Simulate keystrokes and mouse movements
  • Manipulate windows and processes
  • Interact with all standard windows controls
  • Scripts can be compiled into standalone executables
  • Create Graphical User Interfaces (GUIs)
  • COM support
  • Regular expressions
  • Directly call external DLL and Windows API functions
  • Scriptable RunAs functions
  • Detailed helpfile and large community-based support forums
  • Compatible with Windows XP / 2003 / Vista / 2008 / Windows 7 / 2008 R2 / Windows 8 / 2012 R2
  • Unicode and x64 support
  • Digitally signed for peace of mind
  • Works with Windows Vista’s User Account Control (UAC)

AutoIt has been designed to be as small as possible and stand-alone with no external .dll files or registry entries required making it safe to use on Servers. Scripts can be compiled into stand-alone executables with Aut2Exe.

Also supplied is a combined COM and DLL version of AutoIt called AutoItX that allows you to add the unique features of AutoIt to your own favourite scripting or programming languages!

Best of all, AutoIt continues to be FREE – but if you want to support the time, money and effort spent on the project and web hosting then you may donate.


Required
Official site Download : AutoIt Setup
AutoIt Setup

Official site Download : AutoIt Script Editor
AutoIt Script Editor

Thank You AutoIt << For more Information