KaneNZ Posted April 16, 2013 Posted April 16, 2013 Hi I trying to found out how to make a GUI with a macro program an I was referred to you guys by the CodeCall Forums, Now what Im trying to make is a GUI for some macro's I have. Basic Out Line GUI needs Username Editor Password Editor File Path Editor <Needs to have a exe file here an not everyone installs files in the directery so they have to be able to browse there C Drive etc to find the exe> First Run Wizard < This is to run a Macro that changings all the settings for the Game in question so it can be customized for the macro's keys > Options Windows Here there will be between 10 an 15 different setting options for the In-game Running of the macro And then the main macro that does all the work which has to run no matter what an if disconnection happens has to be able to know that an re-log an start over again. There are lot of macro's out there for the game in question but none are as refined an the need alot of settings added to make sure it all works the right where without gettn killed. Its alot like WoW but is fully automated so you can go away an just leave it an it does everything for you So my question is can I make a GUI in autoit that fits everything I need and can turn it all into a exe file for others to install, also needs to have a lisence code for those that want the full version.
water Posted April 16, 2013 Posted April 16, 2013 Welcome to AutoIt and the forum! Please make sure to read the forum rules. Especially the part about game automation! Link can be found in the lower right corner of each page. My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
Moderators Melba23 Posted April 16, 2013 Moderators Posted April 16, 2013 KaneNZ,water is quite right - please read the Forum rules (the link is also at bottom right of each page) - particularly the bit about not discussing game automation - before you post again. Thread locked. But welcome to the AutoIt forum - and see you soon with a legitimate question I hope. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
Recommended Posts