Jump to content

Recommended Posts

Posted (edited)

Is it possible to make the GUI color background change?

And is it possible to change the Autoit logo on the GUI

Thank you for helping me

Edited by IcantCodeHelp
Posted (edited)
  On 12/31/2020 at 6:47 PM, IcantCodeHelp said:

And is it possible to change the Autoit logo on the GUI

Expand  

You should add your own ICON to the EXE file.
I do this in this way:

#AutoIt3Wrapper_Icon=z:\!!!_SVN_AU3\ICONS\work_magneta2.ico
Edited by mLipok

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted

Is it possible to Input text on the GUI input bar and have it change whats in the code

for example sleep("1000")  Then i would be able to change the value (aka 1000) by writing in input bar 
input bar as in text when you type it into a bar

 

  • Moderators
Posted (edited)

Yes, look in the help file for inputbox, try something on your own and then post here if you get stuck.

Edited 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!

  • Moderators
Posted
  On 12/31/2020 at 8:19 PM, IcantCodeHelp said:

thanks what do i look up to get straight to it

Expand  

Exactly what I said - InputBox. The example shows you how to capture the string returned

"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!

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...