sensalim Posted January 30, 2008 Posted January 30, 2008 Hi, How do you clear edit control? GUICtrlSetData($Edit1, "") does not seem to work What I mean by edit control is: " $Edit1 = GUICtrlCreateEdit("", 8, 64, 281, 121) " Thanks.
Swift Posted January 30, 2008 Posted January 30, 2008 could do GUICtrlDelete() and GUICtrlCreateEdit("", 8, 64, 281, 121)
sensalim Posted January 30, 2008 Author Posted January 30, 2008 could doGUICtrlDelete()and GUICtrlCreateEdit("", 8, 64, 281, 121)Oops actually it does work... I was just using global variable I forgot to clear first hehe.Thanks anyway, your method works also .
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