AutoCompletion Popup Listbox control
-
Hi, I was wondering if anyone out there knew of a place where I might either buy or obtain (open-source) a copy of an "intellisense" control, similar to that of Visual Studio? I am in the process of working on an editor and such a control would be awesome.
-
Hi, I was wondering if anyone out there knew of a place where I might either buy or obtain (open-source) a copy of an "intellisense" control, similar to that of Visual Studio? I am in the process of working on an editor and such a control would be awesome.
Didn't understand your post at all, lmao. But according to Subject, I see you want an Autocompletion.... The only thing.... Not ListBox, but ComboBox.. :) Well, look in MSDN for interface
IAutoComplete
Hope this is what you want :) Philip Patrick "Two beer or not two beer?" (Shakesbeer) Web-site: www.saintopatrick.com -
Didn't understand your post at all, lmao. But according to Subject, I see you want an Autocompletion.... The only thing.... Not ListBox, but ComboBox.. :) Well, look in MSDN for interface
IAutoComplete
Hope this is what you want :) Philip Patrick "Two beer or not two beer?" (Shakesbeer) Web-site: www.saintopatrick.comHi, thanks for replying, however, I was trying to ask whether a "popup intellisense menu" existed as separate control. You know how in MSVC, after you type a "." or a "->", all the class members of the object you are dealing with will be displayed? I would like to incorporate "intellisense" into my very own, homegrown editor.
-
Hi, thanks for replying, however, I was trying to ask whether a "popup intellisense menu" existed as separate control. You know how in MSVC, after you type a "." or a "->", all the class members of the object you are dealing with will be displayed? I would like to incorporate "intellisense" into my very own, homegrown editor.
Try this: http://www.ticz.com/homes/users/nlewis/index.html?target=intro LEt me know if you have any questions on usage.
-
Try this: http://www.ticz.com/homes/users/nlewis/index.html?target=intro LEt me know if you have any questions on usage.