Yes, I tried with
And everything is OK when I navigate with buttons from BindingNavigator (previous, next, first, last) but if I use this code:Code:Me.BindingSource.RemoveCurrent
Then, when I click on some item in ListBox, program navigates good, BUT when I click remove with code:Code:Me.BindingSource.Position = Me.BindingSource.Find("Column from DataBase", ListBox.SelectedItem)
Program removes first date. What's the problem?Code:Me.BindingSource.RemoveCurrent




Reply With Quote