In my VB.net 2005 app, I'm creating controls dynamically and setting the tooltip, but the tooltips don't show up at runtime.
Here is the code:
'Note: CNT is a counter variable
txtarrDesc(CNT) = New TextBox
With txtarrDesc(CNT)
.Location = New...
Hi,
I'm creating a user control which i will use about 100 places in other forms.
I need a tool tip to display the Name of the control automatically.I don't want to for each and everyone.
So give some code snippets to put in user control code so that it automatically gives the name as tooltip...
Hi everyone,
I have this flexgrid which shows a different tooltip for every cell it contains. Now I would like to see this exact same tooltip for every cell when I put the flexgrid on enabled = false but I can't find a way to do this.
I have tried the transparentSheet trick and a few other...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.