How to get text from ListView Control using SendMessage API
Hi, I have retrieved the text of textboxes and other controls but i am having some problem regarding getting the text of ListView using SendMessage API.
If anybody knows please help me.
Regards
Farhan Ali
shtech Monday, March 26, 2007 6:01 AM
To get text of a ListView you can try something like listView1.Items[0].Text
Zhi-Xin Ye Wednesday, March 28, 2007 5:05 AM
To get text of a ListView you can try something like listView1.Items[0].Text