I am trying to run a sub procedure from within the form load event.

In VB6 I would have simply written the subs name and it would of executed and then come back to the next line in the form load event.

In .net I get a message saying use the raise events method, I have looked at the raise events method help and its not helpful.

How do I write the line of code?