Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Anyone know how to convert from an Icon file to a Cursor file? Thanks, Tim
There are lots of tools dwelling on the net. I use Conware's IconArt[^] which is freeware :eek: . Cheers, Pablo.ar
Dim Ico As Icon = My.Resources.NomeIcona Me.Cursor = New Cursor(Ico.Handle)