C
Chris
I am using windows controls to create an activex control.
I need to put tool tips in them
In a windows form you go
Me.tooltip.SetToolTip(btn, "Tool Tip Text")
How would i do this in a windows control?
Thanks
Chris
I need to put tool tips in them
In a windows form you go
Me.tooltip.SetToolTip(btn, "Tool Tip Text")
How would i do this in a windows control?
Thanks
Chris