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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

icon in statusbar panel 3
StatusBar Icon can't Switch 3
Icon Stash 3
Icons is Resource Area 1
Creating icons 1
little help with datagrid 14
Save Icon in different sizes 2
Icon Chalange 2

Back
Top