Windows Develop Bookmark and Share   
 index > Windows Forms Sample Applications > Showing C# Intellisense in TextBox
 

Showing C# Intellisense in TextBox

Hi All..

I want to provide C# intellisense inside the TextBox / RichTextBox on windows Form (just like "Quick Watch" window).. Also, I want LINQ intellisense support with that.
Is there any way to proceed?
AtulKatare  Wednesday, April 01, 2009 12:40 PM
Sorry for misunderstanding.

You can vist this site, this will give you some hint.
http://www.codeproject.com/KB/cs/diy-intellisense.aspx

Please remember to click “Mark as Answer�on the post that helps you, and to click “Unmark as Answer�if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Ling Wang  Friday, April 10, 2009 8:38 AM

Hi AtulKatare,

What do you want to Quick Watch? Do you mean something like this:

string[] str = { "12345", "23456", "34567" };

textBox1.AutoCompleteCustomSource.AddRange(str);

textBox1.AutoCompleteSource = AutoCompleteSource.CustomSource;

textBox1.AutoCompleteMode = AutoCompleteMode.SuggestAppend;

Best regards,

Ling Wang


Please remember to click “Mark as Answer�on the post that helps you, and to click “Unmark as Answer�if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Ling Wang  Monday, April 06, 2009 9:11 AM
Hi Ling Wang

Thank you your reply, I am talking about C# Intellisense not AutoComplete control.
like when I type System then Press Dot(.) then its show me list box having System's namespaces, types etc.





Thank You..

Atul Katare
_________________________

Build Relationship Dynamically.
AtulKatare  Friday, April 10, 2009 7:04 AM
Sorry for misunderstanding.

You can vist this site, this will give you some hint.
http://www.codeproject.com/KB/cs/diy-intellisense.aspx

Please remember to click “Mark as Answer�on the post that helps you, and to click “Unmark as Answer�if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
Ling Wang  Friday, April 10, 2009 8:38 AM

You can use google to search for other answers

Custom Search

More Threads

• Canadian Terrarium Contest
• Terrarium Server Source Code...
• How TO Auto Update From mySelf TaskVisionUpdates Site?
• TaskVision Server source.
• Server Changes
• Online/Offline Quirk
• Length of Turn - Microseconds
• Movement in Terrarium
• using vb 2005 to run other windows programs
• Direct SQL instead of webservice