I have a Picturebox in which I have drawn rectangles with 'Text' values representing Months of the year, i.e. Jan, Feb, etc. etc. I want to show a Tooltip when the user clicks on a Months title. The picturebox control does not have a 'getItemAt' function so how can I read this text.
I am determining the mouse position using mousedown event.
Private Sub periodbox_MouseDown(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles PeriodBox.MouseDown
Dim w, h As Integer
w = e.X
h = e.Y
End Sub
Any Suggestion welcome
Pete
This post has been edited by AdamSpeight2008: 04 February 2011 - 02:34 PM

New Topic/Question
Reply



MultiQuote





|