Posts
 
Reputation
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
Favorite Tags

3 Posted Topics

Member Avatar for kingsonprisonic

One of the easiest example of Validation. Just takes a minute to implement. Thanks buddy for this nice snippet.

Member Avatar for Iamateur
4
1K
Member Avatar for Mindazz
Member Avatar for Jake.20

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]

Member Avatar for LuckyBhumkar
0
205

The End.