Floppy Posted February 1, 2009 Posted February 1, 2009 Hi, How can I delete ALL strings in a list-box?
Andreik Posted February 1, 2009 Posted February 1, 2009 Hi,How can I delete ALL strings in a list-box?GuiCtrlSetData($LIST,"")
jerem488 Posted February 1, 2009 Posted February 1, 2009 Use GUICtrlSetData() function $List = GUICtrlCreateList() GUICtrlSetData($List, "") Qui ose gagneWho Dares Win[left]CyberExploit[/left]
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