Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #72.8K
~5K People Reached
Favorite Forums
3 Posted Topics
Re: One of the easiest example of Validation. Just takes a minute to implement. Thanks buddy for this nice snippet. | |
Re: Thanx for sharing. By, http://luckybhumkar.blogspot.com | |
Re: Thanks, it's working! [CODE] Dim founditem As ListViewItem = LV2.FindItemWithText(SID.Text, False, 0, False) If founditem IsNot Nothing Then LV2.TopItem = founditem founditem.Selected = True End If [/CODE] |
The End.