multiple winforms with icons.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am able to display an icon for my primary form.
Now I need to open secondary forms. Who can I load an icon for a secondary
form?
 
Arne said:
I am able to display an icon for my primary form.
Now I need to open secondary forms. Who can I load an icon for a secondary
form?

Are you talking about an MDI form?
-There is an icon property for each form if its an MDI form. However I
have found that sometimes the icon does not display and hows the "no
icon" icon instead. - I have not been able to resolve this issue.

Can you give us an example of where the icons you are trying to show is.

Miro
 
The project has an icon property, but form does not have the property. I am
not doing MDI, but multiple separate windows.
I use Me.Icon = New Icon(Me.GetType, "ManPOINT.ICO")
The problem is to embeded the resource in the right place and I finally
found the correct resource file to use.
 
Back
Top