N
news.austin.rr.com
Hi,
I'm trying to load a bitmap resource using the following code but i keep
getting a null ref exception.
titleBar1.ModeImage = new
Bitmap(Assembly.GetExecutingAssembly().GetManifestResourceStream("ProjectNam
eSpace.Arrow.bmp"));
the namespace matches the default NS in the project properties.
Any Ideas?
Thanks
I'm trying to load a bitmap resource using the following code but i keep
getting a null ref exception.
titleBar1.ModeImage = new
Bitmap(Assembly.GetExecutingAssembly().GetManifestResourceStream("ProjectNam
eSpace.Arrow.bmp"));
the namespace matches the default NS in the project properties.
Any Ideas?
Thanks