L
Larry
I have the following code:
Dim abc As New AboutBox.clsAbout
abc.ClientApp = System.Windows.Forms.Application
When it executes I get an error
"Application is a type in 'forms' and cannot be used as an expression"
I am completely stumped as to what this means.
Thanks in Advance,
Larry
Dim abc As New AboutBox.clsAbout
abc.ClientApp = System.Windows.Forms.Application
When it executes I get an error
"Application is a type in 'forms' and cannot be used as an expression"
I am completely stumped as to what this means.
Thanks in Advance,
Larry