ListView Selected Item Move to Another Control
C#
1
Posts
1
Posters
0
Views
1
Watching
-
When I select an item in the list view I'm using the SelectedIndexChanged procedure to run some code. At the end of the code I would like the cursor to be be put in TextBox TB1. When I use TB1.Focus() the system still keeps the items in the ListView Selected to have the focus. If through the code I change the selecteditem everything works. The problem is when the user clicks the item. Thanks for everyones assistance. Tom