Yellow popup information box

  • Thread starter Thread starter STom
  • Start date Start date
S

STom

I have a Winform on which I want to supply extra information to the user
when they click on a hyperlink. I would like for this to be like a large
yellow tooltip window.

Has anyone done this? Do I need to just use a borderless dialog?

STom
 
Hi,

Help.ShowPopup will show a white help window. You would have to
make a borderless form it you want it to be yellow.

Ken
 
Back
Top