Hello
In VB3 (yes I'm that old) if you wanted to create a new event on a form, for example, all you had to do was click a combo at the top of the code window and choose your event. You were presented with the relevant 'Private Sub .....' etc and it gave you the correct signature.
In .net if I double click the form I get the Load event by default. I can select the necessary event from the dropdown when I change '.Load' following 'Handles myForm' but it doesn't automatically update the signature. I then get an error, no surprise, telling me that it can't handle this event because it doesn't have the same signature.
This seems like a backwards step to me so I guess I'm missing something obvious.
Any tips or advice please ?????
Thanks in advance
Keith In case I forget to say "Thank you" I'll say it now - thank you for your help !!!
In VB3 (yes I'm that old) if you wanted to create a new event on a form, for example, all you had to do was click a combo at the top of the code window and choose your event. You were presented with the relevant 'Private Sub .....' etc and it gave you the correct signature.
In .net if I double click the form I get the Load event by default. I can select the necessary event from the dropdown when I change '.Load' following 'Handles myForm' but it doesn't automatically update the signature. I then get an error, no surprise, telling me that it can't handle this event because it doesn't have the same signature.
This seems like a backwards step to me so I guess I'm missing something obvious.
Any tips or advice please ?????
Thanks in advance
Keith In case I forget to say "Thank you" I'll say it now - thank you for your help !!!