I have a label on frmMain and on mouse move it shows an information form. Problem...on frmMain mousemove I hide the information form but it makes my frmMain blink as it disapears...
Anyone have a smoother transition method.
using form.visible....
Printable View
I have a label on frmMain and on mouse move it shows an information form. Problem...on frmMain mousemove I hide the information form but it makes my frmMain blink as it disapears...
Anyone have a smoother transition method.
using form.visible....
maybe just clear the contents of it?
maybe set it to 1 by 1 pixel?
maybe move it somewhere off the form?
Just some ideas
~~~Dimava~~~
that will do
I load it at -8000 top -8000 left
then I move it to 2500 2500
too cool...thanks.