Suman Posted October 31, 2006 Posted October 31, 2006 How do I use _ListView_FindItem(). Actually I am having trouble in filling the third parameter. can somebody please explain me with the help of example. Thanks Suman
GaryFrost Posted October 31, 2006 Posted October 31, 2006 How do I use _ListView_FindItem(). Actually I am having trouble in filling the third parameter. can somebody please explain me with the help of example.ThanksSumanWhere is this function from?there is a _GUICtrlListViewFindItem in the beta. SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
Suman Posted October 31, 2006 Author Posted October 31, 2006 This is function is from A3LListView.au3. I am not using Beta.. I have 3.2 version.
GaryFrost Posted October 31, 2006 Posted October 31, 2006 This is function is from A3LListView.au3. I am not using Beta.. I have 3.2 version.Being that's not a standard include file, next question where did that file come from? SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
Suman Posted November 1, 2006 Author Posted November 1, 2006 Downloaded from following locationhttp://www.autoitscript.com/forum/index.php?showtopic=33677
Suman Posted November 2, 2006 Author Posted November 2, 2006 Downloaded from following locationhttp://www.autoitscript.com/forum/index.php?showtopic=33677Can anyone please help me
PaulIA Posted November 4, 2006 Posted November 4, 2006 _ListView_FindItem is really meant to be used internally. If you want to find an item in the ListView, use _ListView_FindString. It does all the work of setting the LVFINDINFO structure for you. BTW, if you have further questions about Auto3Lib, please post them to the Auto3Lib thread. Auto3Lib: A library of over 1200 functions for AutoIt
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