Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
vs.
Private Sub Form1_Load(sender As Object, e As EventArgs)
How does this happen?
Did I accidentally delete it? Doubt it.
I deleted the entire procedure and tried to regenerate the sub event template by 2x clicking the form
but then it would not generate anything. Cursor just shows at bottom of code window.
vs.
Private Sub Form1_Load(sender As Object, e As EventArgs)
How does this happen?
Did I accidentally delete it? Doubt it.
I deleted the entire procedure and tried to regenerate the sub event template by 2x clicking the form
but then it would not generate anything. Cursor just shows at bottom of code window.