|
-
Tooltip for datagridview in vs2005
I'm using VS2005. I designed a form with a datagridview, after that I add a tooltip control. In form_load :
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
ToolTip1.SetToolTip(DataGridView1, "DataGridView1")
End Sub
But when I runned my form, the tooltip "DataGridView1" didn't appear. Why?
Similar Threads
-
By jain25rajesh in forum .NET
Replies: 0
Last Post: 11-23-2005, 02:36 AM
-
By Matt Stone in forum .NET
Replies: 1
Last Post: 05-03-2002, 02:25 PM
-
By Rachel in forum ASP.NET
Replies: 1
Last Post: 03-27-2002, 12:46 AM
-
Replies: 2
Last Post: 02-23-2002, 01:31 AM
-
By Michael Mann in forum VB Classic
Replies: 2
Last Post: 06-08-2000, 01:30 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks