Samantha
February 21st, 2000, 01:57 PM
A colleague of mine is experiencing some problems with the IntelliSense in VB 6.0. Here is the scenario...
He creates a class module. The class module has public properties and procedures...
From an existing class module, he declares and instantiates the new class. No evident spelling errors. The new class object is instantiated in the Class Initialize event of the existing class and declared at module level. This should allow the developer to view any public properties or procedures residing in the new class...This is not the case. For some reason the IntelliSense does not work.
My question is...
Has anyone else experienced this type of reaction from the VB IntelliSense before?????? Any ideas of what to do.
Thanks,
Sam
He creates a class module. The class module has public properties and procedures...
From an existing class module, he declares and instantiates the new class. No evident spelling errors. The new class object is instantiated in the Class Initialize event of the existing class and declared at module level. This should allow the developer to view any public properties or procedures residing in the new class...This is not the case. For some reason the IntelliSense does not work.
My question is...
Has anyone else experienced this type of reaction from the VB IntelliSense before?????? Any ideas of what to do.
Thanks,
Sam