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
2 Posted Topics
One of the easiest example of Validation. Just takes a minute to implement. Thanks buddy for this nice snippet.
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.