Okay, I give up. I did the infamous “Hello World” app here at work and then sent it home. I have VB.net 2003 (standard edition) installed on a W2K machine here and an XP machine at home. Here, this command works:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
At home, the “Handles Button1.Click” errors out and I can’t debug as I can’t build the darn thing. So am I missing something or is my machine at home really the evil twin I think it is?