D
Dave
I have several projects that have an item listed in the taks list that says
"Invalid parameter used". It points to the first line of a class definition,
"Public Class pPreview", but doesn't cause an error or give me any
indication of what the problem could be.
The class is defined by:
Public Class pPreview
Inherits System.Windows.Forms.Form
' other stuff here
End Class
Thanks in advance for your help
Dave
"Invalid parameter used". It points to the first line of a class definition,
"Public Class pPreview", but doesn't cause an error or give me any
indication of what the problem could be.
The class is defined by:
Public Class pPreview
Inherits System.Windows.Forms.Form
' other stuff here
End Class
Thanks in advance for your help
Dave