Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Tooltip for datagridview

Tooltip for datagridview

Scheduled Pinned Locked Moved Visual Basic
question
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • L Offline
    L Offline
    LongNguyen
    wrote on last edited by
    #1

    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?

    U 1 Reply Last reply
    0
    • L LongNguyen

      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?

      U Offline
      U Offline
      uktrips007
      wrote on last edited by
      #2

      check if it's active property to be true.and set intial delay as 100. try to be the best... whereever you go,

      L 1 Reply Last reply
      0
      • U uktrips007

        check if it's active property to be true.and set intial delay as 100. try to be the best... whereever you go,

        L Offline
        L Offline
        LongNguyen
        wrote on last edited by
        #3

        I set active property to be true, and set intial delay as 100. But it still doesn't work.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups