I have a trial version and we are getting ready to purchase it...
But, I am trying to get a list of the members that popup in the Intelliprompt displayed list. (That is working correctly).
But, the list I am trying to loop through is not populated. I have tried putting the code in the editor Loaded event and that didn't work either. When is the Intelliprompt memberlist populated, or how can i obtain a list of all the members in code (without showing the Intelliprompt list)? BTW... I am using the DotNet Addon.
For Each mem As ActiproSoftware.SyntaxEditor.IntelliPromptMemberListItem In CodeEditor.IntelliPrompt.MemberList
ListMembers.Items.Add(mem.Text)
Next
Thanks-
But, I am trying to get a list of the members that popup in the Intelliprompt displayed list. (That is working correctly).
But, the list I am trying to loop through is not populated. I have tried putting the code in the editor Loaded event and that didn't work either. When is the Intelliprompt memberlist populated, or how can i obtain a list of all the members in code (without showing the Intelliprompt list)? BTW... I am using the DotNet Addon.
For Each mem As ActiproSoftware.SyntaxEditor.IntelliPromptMemberListItem In CodeEditor.IntelliPrompt.MemberList
ListMembers.Items.Add(mem.Text)
Next
Thanks-