I take it that you prefer a VB example since you have been cross-posting to VB newsgroups. You use the following code to add an event handler i VB.net (this example uses the Click event of the Button control):
AddHandler Button1.Click, New EventHandler(AddressOf Button1_Click)