Is it possible to set the form icon to the project icon at design time?
I know you can choose an icon and embed it, but for each form the icon
is embedded (resulting in a larger file size). I would like to embed
the icon only once, and reference it between a number of forms.
I am currently doing this at runtime by embedding the icon as a
resource, then using:
Me.Icon = My.Resources.My Icon
Is there any way to do this at design time?
I know you can choose an icon and embed it, but for each form the icon
is embedded (resulting in a larger file size). I would like to embed
the icon only once, and reference it between a number of forms.
I am currently doing this at runtime by embedding the icon as a
resource, then using:
Me.Icon = My.Resources.My Icon
Is there any way to do this at design time?