Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #44.2K
Ranked #3K
~1K People Reached
Favorite Forums

3 Posted Topics

Member Avatar for jemz

Hi, it highlights because the property of the listbox is set to true in the fullrowselect property. you can change it to true or false in the properties window in vb.

Member Avatar for Jx_Man
0
699
Member Avatar for deadelgabar

Hi there, Are you using Access VBA as your platform? or your just using access as your back-end and you have a form in VB6?

Member Avatar for deadelgabar
1
227
Member Avatar for Shodow

Hi, I am not familiar with DataGrid with vb, and i use ListView a lot of times. maybe you can adopt this code and can give you an idea how to delete selected record. sql "DELETE * FROM tblpwd where modusername = '" & lstUsers.SelectedItem.Text & "' " lstUsers.ListItems.Remove (lstUsers.SelectedItem.Index)

Member Avatar for neket
0
244

The End.