O
Omega Warrior
example:
Public Sub Form1_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
call NameOfTheFunction ' when i do this way i get an error: Argument is
not specified for a parametar?
And the Function is Public!
End Sub
Please help?
Public Sub Form1_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
call NameOfTheFunction ' when i do this way i get an error: Argument is
not specified for a parametar?
And the Function is Public!
End Sub
Please help?