Get the location when mouse over on any icon,file or folder
How can I make a application like when it it is running at that time whenever mouse over on any folder,Icon or file it returns me a location of their?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sam HobbsPosted Nov 24, 2010, 6:29 PM
Hirendra SisodiyaPosted Nov 23, 2010, 5:27 AM
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick
TextBox1.Text = Cursor.Position.ToString()
End Sub
thanks
Please mark as answer if it helps