S seanvoth Well-known member Joined Aug 5, 2006 Messages 58 Programming Experience 1-3 Jan 29, 2007 #1 i have a a lable and when the mouse enters it a msgbox pops up and i what it to put the mouse pointer in a location i want
i have a a lable and when the mouse enters it a msgbox pops up and i what it to put the mouse pointer in a location i want
JohnH VB.NET Forum Moderator Staff member Joined Dec 17, 2005 Messages 15,843 Location Norway Programming Experience 10+ Jan 29, 2007 #2 set System.Windows.Forms.Cursor.Position Upvote 0 Downvote
S seanvoth Well-known member Joined Aug 5, 2006 Messages 58 Programming Experience 1-3 Jan 29, 2007 #3 thanks man Upvote 0 Downvote
S seanvoth Well-known member Joined Aug 5, 2006 Messages 58 Programming Experience 1-3 Jan 29, 2007 #4 VB.NET: [SIZE=2]System.Windows.Forms.Cursor.Position(8, 123)[/SIZE] w h y is it high lighting this Upvote 0 Downvote
JohnH VB.NET Forum Moderator Staff member Joined Dec 17, 2005 Messages 15,843 Location Norway Programming Experience 10+ Jan 29, 2007 #5 Position is a property of type Point. Create a new Point and assign it to the property and you will be fine. Upvote 0 Downvote
Position is a property of type Point. Create a new Point and assign it to the property and you will be fine.