Posted 18 years ago
by Danny Liberty
Hi,
I am using the Syntax Editor control to allowing displaying and editing VBScript. I want to be able to provide Intelliprompt functionality for custom defined COM objects.
I have been able to successfully do this by calling AddReflectionForTypeMembers for my type and displaying it using MemberList.Show().
But this solution does not suffice - I would like to display a different memberlist depending on the object specified to the left of the keypress trigger (for example, typing "obj1." would pop up an intelliprompt with obj1's members, and typing "obj2." would pop up a different intelliprompt list).
How can this be achieved?
Danny
[Modified at 11/13/2006 08:47 AM]
I am using the Syntax Editor control to allowing displaying and editing VBScript. I want to be able to provide Intelliprompt functionality for custom defined COM objects.
I have been able to successfully do this by calling AddReflectionForTypeMembers for my type and displaying it using MemberList.Show().
But this solution does not suffice - I would like to display a different memberlist depending on the object specified to the left of the keypress trigger (for example, typing "obj1." would pop up an intelliprompt with obj1's members, and typing "obj2." would pop up a different intelliprompt list).
How can this be achieved?
Danny
[Modified at 11/13/2006 08:47 AM]