If i wanted to use cursor coordinates to set the location for an object lets say a picturebox, so that wherever the cursor went, the object went, how would i go about doing that, since location (x,y) is a value and therefore cannot be the target of an assignment.

I know how to do cursor coordinates already.