Mine works perfectly. I added an .ico file to a project and on build action I selected "Embedded Resource".
If you take a look at the debug window on sStrs(), where that is:
do you see your resource in there ?VB Code:
Dim sStrs() As String = Me.GetType.Assembly.GetManifestResourceNames()
Cheers,
NTG




. I added an .ico file to a project and on build action I selected "Embedded Resource".
Reply With Quote