Bob
Thu Oct 19 13:38:28 CDT 2006
I don't think what you want to do is possible. The Tooltip window is usually
a single instance of a simple window that shows a string which it gets by
looking at a record in a hashtable which is associated with a control. To
show a whole lot of windows from this one object and to show more than one
string at a time is pretty well impossible.
--
Bob Powell [MVP]
Visual C#, System.Drawing
Ramuseco Limited .NET consulting
http://www.ramuseco.com
Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm
Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm
All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
"Pieter" <pieterNOSPAMcoucke@hotmail.com> wrote in message
news:uieXVh18GHA.3916@TK2MSFTNGP04.phx.gbl...
> Hi,
>
> Using VB.NET 2.0, Windows Forms.
> I want the ToolTip to be shown on every TextBox, ComboBox and DataGridView
> continuously, and show the contence of these controls. Is there a way to
> add the ToolTip automaticly for all these controls, without having to link
> it the whole time to them for every new Control I put on my Forms?
>
> And regarding the DataGridView: The ToolTip doesn't show the whole value
> of every Cell, but cuts it off when it's too long. how to get around this?
>
> Thansk a lot in advance,
>
> Pieter
>