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 ...
I don't know about vbscript, but in jscript, when you create a file A.sj (your class) and you want to use it in file B.sj you need to put "//USEUNIT A" on the first line of the file