Results 1 to 3 of 3

Thread: mouse over tip text

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 2004
    Location
    Lucenec, Slovakia
    Posts
    154

    Lightbulb mouse over tip text

    Hi gyus,

    I would like to create a small routine, which give (showing the yellow tip text box) me back during mouse over event the chart height and width

    Has anybody idea how to do it?

    Thanks.


    Boris
    Boris

    the mistake must be between the keyboard and the chair!

  2. #2
    G&G Moderator chemicalNova's Avatar
    Join Date
    Jun 2002
    Location
    Victoria, Australia
    Posts
    4,246

    Re: mouse over tip text

    In the MouseOver event use this:
    VB Code:
    1. Chart.ToolTipText = "(" & Chart.Width & "," & Chart.Height & ")"
    That assumes it has a tooltiptext property...what sort of Chart is it? There is probably a way to simulate a tooltiptext too..

    chem

    Visual Studio 6, Visual Studio.NET 2005, MASM

  3. #3
    Member
    Join Date
    Sep 2006
    Posts
    40

    Re: mouse over tip text

    txtPin.ToolTipText = "What Ever"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width