dazza Posted March 27, 2009 Posted March 27, 2009 I 'virtually' copied the code from:http://www.autoitscript.com/forum/index.ph...listview+imagesYet my listview shows no headers nor any data. I have Consolewrite stuff I'm passing in, and it exists. I have the required #includes. And I have not passed an empty string into it at the end.What fundamental thing am I ignorant about?Many thanks
dazza Posted March 27, 2009 Author Posted March 27, 2009 Aha! This doesnt work _GUICtrlListView_InsertColumn($hListView, 0, "Column 1", 100) But this does _GUICtrlListView_InsertColumn($hListView, "Column 1", 100) <shrug>
GaryFrost Posted March 27, 2009 Posted March 27, 2009 The code I posted works fine 3.3.0.0. The function call for Insert in that code is correct. 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