qmark Posted March 14, 2005 Posted March 14, 2005 1.) how can I read only a part of ListViewItem? I mean for example the entry of the second column of one item 2.) is it possible to load a list from a file like .xls or tab separated into ListView thanx for assistance
GaryFrost Posted March 14, 2005 Posted March 14, 2005 use the ControlListView in the Controls under Windows Management in the help file You'll need to do something like the following for a selected item: ControlListView ( "Window Title", "Window Text", "control id", "GetText", ControlListView ( "Window Title", "Window Text", "control id", "GetSelected"), "SubItem #" ) not sure if this will help on your 1st question or not. 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