954,525 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

[C#:DataGridView]AutoComplete Tooltips

Hello all I've got a question.

I have a datagridview control with autocomplete features with it. And was wondering if it would be possible to add 'Tooltips' to the suggested entry. What I'm trying to accomplish is what Visual Studio has done with their intellisense/auto complete feature.

For example when you type in "MessageBox.Show" the auto complete/intellisense feature appears with a short description provided in the summary of that method/class.

I want to know if this is possible and if it is how would I go about adding this feature to my program. If you need me to provide my code for the method of which I do the auto complete feature then I will...

If you need further clarification please let me know.

Thanks in advance, Poab9200.

Poab9200
Light Poster
35 posts since Aug 2008
Reputation Points: 16
Solved Threads: 1
 

Add a tooltip control and add the item to it.
I believe there is an autocomplete in text boxes.

bbman
Junior Poster
182 posts since May 2010
Reputation Points: 22
Solved Threads: 10
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: