Guest Py7|-|[]/\/ Posted December 9, 2004 Posted December 9, 2004 I am making another GUI program. One problem is that my input boxes are not coming out the way I want. They have the up and down scroll arrows in them, yuck. Please tell me what I can do so that it has no up, down, or side to side arrows, thanks. $a = GUICtrlCreateInput("Enter the value for 'a'", 160, 120, 100, 30, 0x00200000); a's value (user imput)
Josbe Posted December 9, 2004 Posted December 9, 2004 Probably, the style used (0x00200000)? AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta
Guest Py7|-|[]/\/ Posted December 9, 2004 Posted December 9, 2004 Thanks... Didn't even know it was there... LoL. I was copying and pasting it from my last sleepless night's script.
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