Friend btn_SomeButton as System.Windows.Forms.Button 'Code a bunch of btn_SomeButton event handlers.And then in a different form:Me.Controls.Add Form1.btn_SomeButtonAnd all the Event handlers would fire as expected, although the button was clicked on an entirely different Form. There's no...