This is a discussion on Showing C# Intellisense in TextBox within the C# Programming forums, part of the Software Development category; Showing C# Intellisense in TextBox Hi All, I want to provide C# intellisense inside the TextBox / RichTextBox on windows Form (...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| 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?
__________________ A.Rajesh Khanna |
|
#2
| |||
| |||
| Hi, 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; |
|
#3
| |||
| |||
| hi, Thank you your reply, I am talking about C# Intellisense not AutoComplete control. i like when I type System then Press Dot(.) then its show me list box having System's namespaces, types etc
__________________ A.Rajesh Khanna |
|
#4
| |||
| |||
| Hi All, You can vist this site, this will give you some hint. CodeProject: DIY Intellisense. Free source code and programming help |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| only showing a value if it equals something? | nicolem443 | PHP Programming | 0 | 12-26-2008 11:09 AM |
| show clocks, one showing the current time, and another showing a time 12 hours behind | itbarota | HTML, CSS and Javascript Coding Techniques | 1 | 02-13-2008 09:15 PM |
| any idea about Visual Studio 2008 JavaScript Intellisense? | Archer | ASP and ASP.NET Programming | 1 | 07-25-2007 02:16 AM |
| Showing PHP source | jegan | PHP Programming | 1 | 07-24-2007 12:09 AM |
| How to run win app without showing it in task manager | Gopisoft | VB.NET Programming | 1 | 07-18-2007 12:36 AM |
Our Partners |