Forum Discussion

pballard's avatar
pballard
New Contributor
12 years ago

How can I get the properties/methods for a class I created to display in intellisense?

Using vbscript, I created a class with several properties/methods.  When creating an object of that class, I would like to see my properties/methods available in the intellisense.  At the moment, all ...