G
Geoff Jones
Hi
I'm trying to use a class that I've written in a form. Unfortunately, when I
write something like:
Public x As New myClass
I get the compile time error: "Type Expected". Indeed, the "squiggly" blue
line does appear under myClass so I half expeced it. However, I had written
Imports myClass
in the form so I thought it would work.
Can anybody help? I'm obviously missing something obvious.
Geoff
I'm trying to use a class that I've written in a form. Unfortunately, when I
write something like:
Public x As New myClass
I get the compile time error: "Type Expected". Indeed, the "squiggly" blue
line does appear under myClass so I half expeced it. However, I had written
Imports myClass
in the form so I thought it would work.
Can anybody help? I'm obviously missing something obvious.
Geoff
i.e. I typed myClass in the hope of simplifying