Sunday, July 12, 2009

C#.NET IntelliSense?

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?
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...
Reply:This may help you get started:


http://www.codeproject.com/KB/cs/diy-int...


No comments:

Post a Comment