kira1414 Posted September 17, 2018 Share Posted September 17, 2018 Hi everyone! Nice to meet you all. I am beginner of autoit. I need to make a copy of this GUI. All i know about it is width: 530 and height :152 (when GUI open- its set on top and active) Who can help me with code. Thank you. I love you all))) Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted September 17, 2018 Moderators Share Posted September 17, 2018 kira1414, Welcome to the AutoIt forums. However, we do not just produce code for you - we help you get your code working correctly. Think of the old saying: "Give a man a fish, you feed him for a day; give a man a net and you feed him forever". We try to be net makers and repairers, not fishmongers. I suggest looking in the help file for the examples for GUICreate, GUICtrlCreateInput, GUICtrlCreateIcon, GUICtrlCreateLabel & GUICtrlCreateButton. Try and code something yourself and then, even if it does not work, post your code (see here how to do it) so we can see where you have gone wrong. M23 JLogan3o13 1 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 Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted September 17, 2018 Moderators Share Posted September 17, 2018 (edited) @kira1414 You can begin by looking at GUICreate in the help file; there is a nice example to get you started. Once you have the blank GUI, you can look at the following pages in the help file, judging by your screenshot: GUICtrlCreateIcon GUICtrlCreateLabel GUICtrlCreateInput GUICtrlCreateButton Once you have read through these pages, and have tried something on your own, please feel free to post the code here if you run into troubles. Edit: D'oh, too slow Edited September 17, 2018 by JLogan3o13 "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
Zedna Posted September 17, 2018 Share Posted September 17, 2018 (edited) I strongly recommend to use GUI visual editor Koda which will generate AU3 code for you: It's part of "full Scite editor" Scite4AutoIt3 install package. https://www.autoitscript.com/site/autoit-script-editor/ https://www.autoitscript.com/site/autoit-script-editor/downloads/ Edited September 17, 2018 by Zedna Resources UDF ResourcesEx UDF AutoIt Forum Search Link to comment Share on other sites More sharing options...
jguinch Posted September 17, 2018 Share Posted September 17, 2018 You want to create a copy of a GUI asking for a password ? suspicious no ? Fin 1 Spoiler Network configuration UDF, _DirGetSizeByExtension, _UninstallList Firefox ConfigurationArray multi-dimensions, Printer Management UDF Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted September 17, 2018 Moderators Share Posted September 17, 2018 jguinch, Now you mention it - quite so! But please use the "Report" button in future rather then depend on a Mod reading your post. kira1414, Just why do you want to copy this GUI? Everyone bar kira1414, This is the Mod team determining the legality of the thread, so please keep out. 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 Link to comment Share on other sites More sharing options...
kira1414 Posted September 17, 2018 Author Share Posted September 17, 2018 Melba23 -i just want make the same , For get fun on my work))). Maby there is any way to copy it by script? I also can run this gui. Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted September 17, 2018 Moderators Share Posted September 17, 2018 kira1414, Quote i just want make the same , For get fun on my work I suggest you read the Forum rules before you post again: Quote Do not ask for help with AutoIt scripts, post links to, or start discussion topics on the following subjects: Malware of any form - trojan, virus, keylogger, spam tool, "joke/spoof" script Thread locked. 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 Link to comment Share on other sites More sharing options...
Recommended Posts