Hey peepz,
I have a sizable window, and I have a resize sub:
Private Sub Form1_Resize(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Resize
lblCreated.Left = Form1.ActiveForm.ClientSize.Width - 198
End Sub
But when I start (F5) the app, it gives this error:
Additional information: Object reference not set to an instance of an object.
Does any of you can explain why this error is given?
grtz, Spyru