Hi,
I am creating an aplication using a form and I use Tooltip1.Show(message to show, Form1, mouseX, MouseY, time to show)
But I want this tooltip to be able to show even if the Aplication is minimized and without focus(on the mouse's position).
The problem is that the tooltip function those not work in these cases, right?. So I am planning:
1) create a new form or messagebox
2) Make it invisible
3) Show tooltip associated to this control
But dont know how to do it in c#.
Can someone help me resolve it or suggest an allternative solution for this requirenment?
Thanks indeed.
View Complete Post