Hi,
I am trying to use GetManifestReso urceStream and i keep getting a NULL
exception error?? i cannot understand why?
private Bitmap _buttonFace;
..
..
..
my code is as follows....
System.IO.Strea m strm =
this.GetType(). Assembly.GetMan ifestResourceSt ream("FWNGL.but tonface.bmp");
_buttonFace = new Bitmap(strm);
Regards
Darryn
I am trying to use GetManifestReso urceStream and i keep getting a NULL
exception error?? i cannot understand why?
private Bitmap _buttonFace;
..
..
..
my code is as follows....
System.IO.Strea m strm =
this.GetType(). Assembly.GetMan ifestResourceSt ream("FWNGL.but tonface.bmp");
_buttonFace = new Bitmap(strm);
Regards
Darryn