Image Location -> Mouse Location
Hello, i would like to ask how can u make my picture be in same location as my mouse i tryed like this :
Image.Left = Cursor.Position.X;
Image.Top = Cursor.Position.Y;
But its not really correct cos corsor location isn't exactly there where we see it on our screen we can see it then we change forms location.