GetManifestResourceStream(String)???

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Darryn Ross

    GetManifestResourceStream(String)???

    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


Working...