Posted 19 years ago
by Karl Grambow
I was wondering if it's possible to create an IntelliPrompt where the text in the IntelliPrompt contains a dot "." in it and the list is ordered by the text that comes after the dot. And anything that I type ignores the text that comes before the dot.
For example, in vb.net if you type in:The IntelliPrompt shows various options, all starting with DialogResult (e.g. DialogResult.Abort, DialogResult.Cancel, etc).
So when I type "C" the list goes to DialogResult.Cancel.
Thanks,
Karl
For example, in vb.net if you type in:
Me.DialogResult =
So when I type "C" the list goes to DialogResult.Cancel.
Thanks,
Karl