Okay first things first... Hallo...
Okay now to the problem, Using Embedded resources within the forms.resx file It gives me the following error:
Error loading designer:
System.ComponentModel.Design.Serialization.CodeDomSerializerException: Could not find type 'ResourceManager'. Please make sure that the assembly that contains this type is referenced. If this type is a part of your development project, make sure that the project has been successfully built.
It should be noted that my program compile and execute perfectly, but using the ResourceManager and then clicking on Design tab crashes the Design tab... when I uncomment the ResourceManager lines (without re-compiling) it works great...