Move a icon over a form
I'm trying to develop a form having an icon that, depending on some
events, I must move in a different location.
I can draw an icon in the proper position :
Dim MyIcon As New Icon("icon.ico")
....
formGraphics.DrawIcon(MyIcon, X, Y)
but I don't know how to move it in a new position (or to delete and
redraw it).
Any idea
Ciao
Marcello
Date:Tue, 21 Aug 2007 01:56:31 -0700
Author:
|