08-18-2009, 05:43 PM
Awesome Screenshot. This is how you have to supplement and it will help anyone.
shinji458 -
Anyways, that said, i am not going to say that the below is the solution. I have used my imagination to derieve this code and i hope this will help us to atleast move forward. Lets start and then we will tackle the rest,
Let me know what this returns ?? I have just written it based on the spyshot you sent. I hope we make some progress if we havent made already.
shinji458 -
Anyways, that said, i am not going to say that the below is the solution. I have used my imagination to derieve this code and i hope this will help us to atleast move forward. Lets start and then we will tackle the rest,
Code:
firstitemcount = WpfList().Object.Items.Count
msgbox firstitemcount 'This should return 10...
seconditemcount = WpfList().Object.Items.Item(1).SubItems.Count
msgbox seconditemcount ' This should give you the total columns count
FrstcolItem = wpfList().Object.Items.Item(1).SubItems.Item(1).Text
msgbox FrstcolItem
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.