lyledg Posted October 13, 2005 Posted October 13, 2005 Guys I am trying to write some code that will simply add data from an input box into a Listview control.. Can anyone give a gentle shove in the right direction on how to do this please? Many thanks
GaryFrost Posted October 13, 2005 Posted October 13, 2005 nudge: $inputb = GUICtrlCreateInput("some input", 20, 40, 250, 20) GuiCtrlCreateListViewItem(GuiCtrlRead($inputb"),$listview) SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
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