MessageBox.Show(this.RTB1.Location.X+" "+this.RTB1.Location.Y+"\n"+this.RTB1.Location);
I want to use Cursor.Clip() but I cannot because the location is never right. . .
That text box is not near point 0 0 but it always shows that it is, why?
I want to use Cursor.Clip() but I cannot because the location is never right. . .
That text box is not near point 0 0 but it always shows that it is, why?