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.

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

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.