Hey there, people.
I have two subs:
Code:
Private Sub BindingNavigatorAddNewItem_Click(sender As Object, e As EventArgs) Handles BindingNavigatorAddNewItem.Click
and

Code:
Private Sub _11registernew_Load(sender As Object, e As EventArgs) Handles MyBase.Load
and I need to run the BindingNavigatorAddNewItem_Click sub inside of the _11registernew_Load sub.
All help is appreciated.
Thanks!