L
Laurence
I am in Win XP Prog,
Using VB.2005, programming in VB.NET
I am getting:
Argument exception was unhandled.
Argument 'Length' must be greater or equal to zero.
The code:
Dim AboutBox As New UnexAbout.AboutBox
AboutBox.ShowAbout(Me)
It doesn't like the (Me).
This runs fine from other programs, just in this one program do I get
this error.
Thanks in Advance,
Laurence
Using VB.2005, programming in VB.NET
I am getting:
Argument exception was unhandled.
Argument 'Length' must be greater or equal to zero.
The code:
Dim AboutBox As New UnexAbout.AboutBox
AboutBox.ShowAbout(Me)
It doesn't like the (Me).
This runs fine from other programs, just in this one program do I get
this error.
Thanks in Advance,
Laurence