icon

  • Thread starter Thread starter Leo
  • Start date Start date
L

Leo

i tried to create an icon in my form using the designer and the icon is just
not showing ?

i tried the following commands
Dim ico As New System.Drawing.Icon("c:\temp\tst.ico")
Me.Icon = ico

but it didnt work either.

thanks for your help
 
Can't you use the Icon property at design time, in the properties window?
Over there you can select an icon from your hdd.
 
* "Leo said:
i tried to create an icon in my form using the designer and the icon is just
not showing ?

i tried the following commands
Dim ico As New System.Drawing.Icon("c:\temp\tst.ico")
Me.Icon = ico

Should work. Does it work if you set the icon at design time?
 
Back
Top