Thread: Question Choose the right start?
View Single Post
  #5 (permalink)  
Old 07-10-2009, 8:00 AM
thek thek is offline
VB.NET Forum Newbie
.NET Framework: .NET 3.5 (VS 2008)
 
Join Date: May 2009
Posts: 22
Reputation: 12
thek is on a distinguished programming path ahead
Default

Quote:
I guess you mean the BindingNavigator?
Yes.

But there is no code behind the BindingNavigatorMoveNextItem_Click, it looks like this:

Code:
Private Sub BindingNavigatorMoveNextItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BindingNavigatorMoveNextItem.Click

    End Sub
Where can I see the code that move one record forward? (When I create database access via the wizard)

If I can see the code, then I can get rid of the navigationsbar that the wizard created, and make my own button, with the code from "BindingNavigatorMoveNextItem_Click" in it.
Reply With Quote