-1

I have a pictureBox that has an image of a question mark. I have a tooltip tool added to my form. If I have the pictureBox on the main form area and set the Tooltip on the pictureBox to "test test" it shows up fine when i hover over it. If I then move the pictureBox control inside a groupbox control I have, then the tooltip hover stops working and doesn't display anything. Is it just not possible due to it being in the groupbox? I looked for a method to reference the pictureBox while it is in the groupbox but i shouldn't have to do that.

john johnson
  • 699
  • 1
  • 12
  • 34

1 Answers1

0

I figured it out. I was setting my groupbox to disabled.

john johnson
  • 699
  • 1
  • 12
  • 34