-
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
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|