ajit Posted July 16, 2009 Posted July 16, 2009 Hi I am trying to use controlclick on listview column header. Although I can use Controlclick($winhandle, "", "[CLASS:SysHeader32; INSTANCE:1]") I cannot know whether column is in ascending or descending order. Is it possible to get that (direction of arrow from column header) information. Please help me out. Thanks in advance. Ajit
evilertoaster Posted July 16, 2009 Posted July 16, 2009 Can you get the first two items (by index) and compare them to find out the sort order? In .net there's a .SortOrder property for listview...
ajit Posted July 16, 2009 Author Posted July 16, 2009 Can you get the first two items (by index) and compare them to find out the sort order?In .net there's a .SortOrder property for listview...@evilertoasterThanks for your help. One more question, how can I campare the values if they are not numbers; only alphabets.Thanks againAjit
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