ALX
Well-known member
Hello Heros:
I want to create a graphics path (either a line or simple curve) and then get the mouse cursor to follow that path in a (more or less) animated fashion. My attempts at this are too ridiculous to post here. The issue that confuses me the most is picking spaced, sequential coordinates off of the path to feed to a "Windows.Forms.Cursor.Current.Position = New System.Drawing.Point(xxx, yyy)". 'Anybody have any code laying around, collecting dust, that might help?
I want to create a graphics path (either a line or simple curve) and then get the mouse cursor to follow that path in a (more or less) animated fashion. My attempts at this are too ridiculous to post here. The issue that confuses me the most is picking spaced, sequential coordinates off of the path to feed to a "Windows.Forms.Cursor.Current.Position = New System.Drawing.Point(xxx, yyy)". 'Anybody have any code laying around, collecting dust, that might help?