Y
yamne
When I do:
Image Pippo = new Bitmap(System.Reflection.Assembly.GetExecutingAssembly().
GetManifestResourceStream("MedicAlertClient.images." + imageName));
I have this error:
An unhandled exception of type 'System.NullReferenceException' occurred in
System.Drawing.dll
Why???
Thanks
Damiano
Image Pippo = new Bitmap(System.Reflection.Assembly.GetExecutingAssembly().
GetManifestResourceStream("MedicAlertClient.images." + imageName));
I have this error:
An unhandled exception of type 'System.NullReferenceException' occurred in
System.Drawing.dll
Why???
Thanks
Damiano