Maybe that's a noob question but is there a way to have an yellow tooltip alike web alt while using web browser in winform application controls such as checkBox or Button ?
ToolTip tooltip = new ToolTip();
tooltip.SetToolTip(checkBox, "A tooltip on my checkBox");
tooltip.SetToolTip(button, "A tooltip on my button");
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With