Jammer 0 Posted March 3, 2005 Hello, how to make a editbox witch would be disabbled (could not be edited) this does not work... GUISetState($edit1 ,$GUI_DISABLE + $GUI_INDETERMINATE) GUISetState($edit2 ,$GUI_DISABLE + $GUI_INDETERMINATE) Share this post Link to post Share on other sites
zcoacoaz 0 Posted March 3, 2005 (edited) GUICtrlSetState($edit1 ,$GUI_DISABLE + $GUI_INDETERMINATE) GUICtrlSetState($edit2 ,$GUI_DISABLE + $GUI_INDETERMINATE) Edited March 3, 2005 by Xenogis [font="Times"] If anyone remembers me, I am back. Maybe to stay, maybe not.----------------------------------------------------------------------------------------------------------[/font][font="Times"]Things I am proud of: Pong! in AutoIt | SearchbarMy website: F.R.I.E.S.A little website that is trying to get started: http://thepiratelounge.net/ (not mine)[/font][font="Times"] ----------------------------------------------------------------------------------------------------------[/font][font="Arial"]The newbies need to stop stealing avatars!!! It is confusing!![/font] Share this post Link to post Share on other sites