I need to add IntelliSense(http://en.wikipedia.org/wiki/IntelliSens... functionality to a customized (SyntaxRichTextBox class that inherits the System.Windows.Forms.RichTextBox object) it handles syntax highlighting.
I am populating a list of records/fields from access database into a string array. With the following format,
F1040
F1040.TpSsn
F1040.FName
F1040.Schedule2.TpSsn
etc...
I want my IntelliSense functionality to parse this string array, and behave naturally as possilbe, in the same way that IntelliSense works with Visual Studio.NET....
Advise in process and development is appreciated as well.
Examples of code, etc...
C#.NET IntelliSense?
This may help you get started:
http://www.codeproject.com/KB/cs/diy-int...
Reply:I could be wrong, but I don't think you can use Intellisense for what you are trying to do.
http://msdn2.microsoft.com/en-us/library...
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment