Spyder25000 Posted March 26, 2007 Posted March 26, 2007 Okay i want to make a button on my GUI which will write it and show it on the GUI not as a msgbox how do i set a picture as backround the picture is in sytem32 of the computers
therks Posted March 26, 2007 Posted March 26, 2007 What have you tried so far? My AutoIt Stuff | My Github
EndFunc Posted March 29, 2007 Posted March 29, 2007 (edited) Okay i want to make a button on my GUI which will write it and show it on the GUI not as a msgboxhow do i set a picture as backround the picture is in sytem32 of the computersYou can create a button to perform an action when pressed then output it to an edit box, input, label. Look at some of those. If you have code or working on something post it if you need help.Look at GuiCtrlCreatePic and see if that helps do what you want. Edited March 29, 2007 by EndFunc EndFuncAutoIt is the shiznit. I love it.
tAKTelapis Posted March 29, 2007 Posted March 29, 2007 Also look at GUICtrlSetData , if you have a label on your GUI, you can use GUICtrlSetData to change what that label says.
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