Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/19/2012 in all areas

  1. Create Free Style Text Anywhere... As many as you want! ...with Color and Animation! FreeText.au3 "Ver 2.5.2 " ; 11/26/2008, AutoIt Ver 3.2.12.0 Some of The Functions... Possibly The Best Example Yet ...eXPoSiTIoN... Demo Script... #include <FreeText.au3> ; ver 2.0.0 #include <Array.au3> ; FreeText.au3 - Demonstration Code - Horse Race HotKeySet("{ESC}", "Terminate") Func Terminate() Exit 0 EndFunc ;==>Terminate Dim $wait = 5 ; you can copy and paste the Functions _FreeText_Functions() ToolTip("Hit (ESC) to Exit", 1, 1, "FreeText", 1) ; $BGrnd = _FreeText_CreateBackGround("Random") Sleep($wait) $TextGUI = _FreeText_Create("Valuater") Sleep($wait) _FreeText_StairCase($TextGUI, -15) $GUI_Pos = _FreeText_GetPosition($TextGUI) _ArrayDisplay($GUI_Pos) Sleep($wait) $DPos = _FreeText_Scatter($TextGUI);, 200, 3, 100, 0) Sleep($wait) _FreeText_ColorStrobe($TextGUI) Sleep($wait) _FreeText_SetTrans($TextGUI, 20) Sleep($wait) _FreeText_SetPosition($TextGUI, $DPos) Sleep($wait) _FreeText_Move($TextGUI, 200, 200) Sleep($wait) _FreeText_Blink($TextGUI) Sleep($wait) _FreeText_SetTrans($TextGUI, 255) Sleep($wait) _FreeText_ColorStrobe($TextGUI) Sleep($wait) _FreeText_SetColor($TextGUI, "Red") Sleep($wait) _FreeText_StairCase($TextGUI) Sleep($wait) _FreeText_ShockWave($TextGUI) Sleep($wait) _FreeText_Bump($TextGUI) Sleep($wait) _FreeText_Move($TextGUI, 100, 100) Sleep($wait) $TextGUI2 = _FreeText_Create("Examiner", -1, -1, 30) Sleep($wait) _FreeText_Animate($TextGUI2, 2) Sleep($wait) _FreeText_Animate($TextGUI2, 7) Sleep($wait) _FreeText_ColorStrobe($TextGUI2) Sleep($wait) _FreeText_Animate($TextGUI2, 6) Sleep($wait) $thanks = _FreeText_Create("ENJOY! 8)", 300, -1, 30) Sleep($wait) _FreeText_ColorStrobe($thanks) Sleep($wait * 3)Tested Autoit ver 3.2.12.0 ENJOY!!! Valuater 8)
    1 point
  2. 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
  3. Most of the gratitude goes to Johnathan Clelland, the author of the base code of the AD UDF named adfunctions. I brushed it up a bit, extended and added some functions, added help file and examples and try to answer as many questions as possible. I'm glad this and some other UDFs are used by so many users!
    1 point
  4. +1 to waters UDF's. They are one of the single most productive UDF's for an enterprise (in my opinion) that exist for AutoIt. I rely on his AD functions daily.
    1 point
  5. Melba23

    Is this possible

    Zaming, Perhaps this thread might be useful. M23
    1 point
  6. EKY32, Perhaps this? #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #include <EditConstants.au3> $hGUI = GUICreate("Test", 500, 500) $cEdit = GUICtrlCreateEdit("", 10, 10, 480, 350, $GUI_SS_DEFAULT_EDIT, $WS_EX_LAYOUTRTL) GUISetState() While 1 Switch GUIGetMsg() Case $GUI_EVENT_CLOSE Exit EndSwitch WEnd M23
    1 point
  7. Sure. Please have a look at my Active Directory UDF (for download please see my signature). Use functions _AD_CreateOU and _AD_CreateGroup. The UDF provides an example for every function.
    1 point
  8. LISP is probably a great idea.
    1 point
×
×
  • Create New...