G
Guest
when i write down the codes like below
when I move the mouse
The display of the form will glimmer
override protected void OnMouseMove(MouseEventArgs e)
{
//do something
this.Invalidate();
}
How can i deal with it?Tell me the resolution,thank you.
-- there is no failure only give up
when I move the mouse
The display of the form will glimmer
override protected void OnMouseMove(MouseEventArgs e)
{
//do something
this.Invalidate();
}
How can i deal with it?Tell me the resolution,thank you.
-- there is no failure only give up