I have an C# app. I need to add an icon to that app so i added an icon resource. Adding resource went fine, but is there any way to use my (resource) icon as form icon WITHO
in visual studio for vb.net, go to the project properties, click Add Resource > Existing File, select your Icon.
in your code: Me.Icon = My.Resources.IconResourceName
Me.Icon = My.Resources.IconResourceName