I hope I understood what you mean. You don't have to go to a line of code, it is enough to call for it.
VB Code:
  1. Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
  2.  
  3.        Form1_load(any,params,you,might,have)
  4.  
  5.     End Sub