I have used VB5 for many years and have always found it adequate. Now I want to write something for the internet, and I downloaded a copy of VB Express 2008. But when I try to convert my program using the upgrade wizard, I get two error messages like this :-

Error 1 Argument not specified for parameter 'e' of 'Private Sub form1_initialize_Load(sender As Object, e As System.EventArgs)'.
C:\Program Files\Microsoft Visual Studio 9.0\golfbook\golfbook\Form1.vb 22 9 golfbook

The second message is identical, except that it refers to parameter ‘sender’. Can anyone tell me what they mean? How do I specify <sender> and <e>?