It is my understanding and experience that VB.NET does not perform well with moving graphics from point A to point B in a form.
How do I draw a rectangle or a line and move it from point A to point B?
Is there a reliable way to do this without seeing a black rectangle around the moving object on every frame? I've tried this with bitmaps before but it doesn't work. I see the frame rendering and it's way to slow.
Perhaps there is an animation Control or library?
Thanks.