JuanFelipe Posted July 16, 2018 Posted July 16, 2018 (edited) Cambiar a español Hello friends, I need help with a problem I have, I want to know if there is any way to update a GUI already running, that is I have a GUI of a certain size and with a button I would like to enlarge it: example: $ form1 = GUICreate ("", 200,100,0,0) When you press the button, the gui increases its size, and actuates the new size. Edited July 16, 2018 by Melba23 Font reset to normal size
Subz Posted July 16, 2018 Posted July 16, 2018 Look at https://www.autoitscript.com/autoit3/docs/functions/AutoItSetOption.htm GUIResizeMode or GuiCtrlSetResizing function.
JuanFelipe Posted July 16, 2018 Author Posted July 16, 2018 1 hour ago, AutoBert said: 4 hours ago, Subz said: Look at https://www.autoitscript.com/autoit3/docs/functions/AutoItSetOption.htm GUIResizeMode or GuiCtrlSetResizing function. Cambiar a español friends, I've already used those that tell me, but I increase the hemp of the GUI with everything inside, what I want is that you can increase the width example, and when increase include other buttons and controls, something like adding spaces to the GUI
AutoBert Posted July 16, 2018 Posted July 16, 2018 As i see you have forgotten what i said, so once again: Quote WinMove Moves and/or resizes a window. it's from the helpfile, and i know it works. You can test this with the example in helpfile.
careca Posted July 16, 2018 Posted July 16, 2018 I think the op wants to stretch the contents of the gui along with the gui itself. Spoiler Renamer - Rename files and folders, remove portions of text from the filename etc. GPO Tool - Export/Import Group policy settings. MirrorDir - Synchronize/Backup/Mirror Folders BeatsPlayer - Music player. Params Tool - Right click an exe to see it's parameters or execute them. String Trigger - Triggers pasting text or applications or internet links on specific strings. Inconspicuous - Hide files in plain sight, not fully encrypted. Regedit Control - Registry browsing history, quickly jump into any saved key. Time4Shutdown - Write the time for shutdown in minutes. Power Profiles Tool - Set a profile as active, delete, duplicate, export and import. Finished Task Shutdown - Shuts down pc when specified window/Wndl/process closes. NetworkSpeedShutdown - Shuts down pc if download speed goes under "X" Kb/s. IUIAutomation - Topic with framework and examples Au3Record.exe
JuanFelipe Posted July 17, 2018 Author Posted July 17, 2018 Thanks, I solved it using GUICtrlSetResizing() and ControMove() or WinMove().
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now