Hello, I get this error when I run my code:
Expression is a value and therefore cannot be the target of an assignment.
This is my code.
MouseListener.Location.X = Screen.PrimaryScreen.Bounds.Width - MouseListener.Size.Width
What am I doing wrong?
Thanks, Andreas :-)
Expression is a value and therefore cannot be the target of an assignment.
This is my code.
MouseListener.Location.X = Screen.PrimaryScreen.Bounds.Width - MouseListener.Size.Width
What am I doing wrong?
Thanks, Andreas :-)