D
dwhittenburg
http://www.opennetcf.org/forums/topic.asp?TOPIC_ID=228&SearchTerms=color
I included my images into my project at the root level...
I can create an image button, but once it gets to the code below it is
returning a nullreferenceerror...I assume that it cannot find the image, but
I've tried giving a full path from /Program Files/ProjectName/file.jpg and
still cannot get passed this point...
Any help?
redBall.ImageButtonUp = New
Bitmap(System.Reflection.Assembly.GetExecutingAssembly.GetManifestResourceSt
ream("save_gray_16x16.jpg"))
I included my images into my project at the root level...
I can create an image button, but once it gets to the code below it is
returning a nullreferenceerror...I assume that it cannot find the image, but
I've tried giving a full path from /Program Files/ProjectName/file.jpg and
still cannot get passed this point...
Any help?
redBall.ImageButtonUp = New
Bitmap(System.Reflection.Assembly.GetExecutingAssembly.GetManifestResourceSt
ream("save_gray_16x16.jpg"))