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:

VB Code:
  1. Dim sStrs() As String = Me.GetType.Assembly.GetManifestResourceNames()
do you see your resource in there ?

Cheers,
NTG