tonycst Posted November 2, 2013 Posted November 2, 2013 Cant remember or find how to clear guictrlcreateinput Please remind me.
czardas Posted November 2, 2013 Posted November 2, 2013 (edited) If you want to delete the contents then use GUICtrlSetData($ControlID, "") which sets the input content to an empty string. If you want to delete a control from your GUI then use GUICtrlDelete($ControlID) Edited November 2, 2013 by czardas operator64 ArrayWorkshop
tonycst Posted November 2, 2013 Author Posted November 2, 2013 Thank you. My problem was that i didnt place it in the right line. Sorry. Should have looked at where it does it, rather then how it does it.
czardas Posted November 2, 2013 Posted November 2, 2013 We've all done things like that at one time or another. operator64 ArrayWorkshop
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