cppman Posted February 19, 2006 Posted February 19, 2006 Okay, i have a question about deleting data from a control. like you can use GUICtrlSetData($ctrl, $data) is their anyway to delete data? how would I delete the selected data from a control. When u use GUICtrlRead($Control) and that control is a list, it will return the data that is selected. Im trying to remove the data that is selected... any way to do that? Miva OS Project
GaryFrost Posted February 19, 2006 Posted February 19, 2006 you can either do it the hard way, guictrlsetdata, less the item selected or look at the UDF's in the beta there is a GuiList Management, with-in that there is _GUICtrlListDeleteItem SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
cppman Posted February 19, 2006 Author Posted February 19, 2006 thanks. ur always answering my questions lol. yeah, i was thinking that GuiCtrlSetData was not the way i had to go. cuz i need to do that with alot of controls. thanks again! Miva OS Project
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