PictureBox image property grayed out

  • Thread starter Thread starter Jeff
  • Start date Start date
J

Jeff

I've seen a couple of posts on the Internet with others having this problem,
however, no one seems to have a good answer.

I am working on a C# Smart Device application and have been able to browse
for a PictureBox image and insert in the Visual Studio .NET 2003 PictureBox1
properties pane. Now for some reason I can't - it's grayed out. I also
cannot add an imageList control and add an image. It gives me an "Object
reference not set to an instance of an object" error message. I've tried to
use Reflection to add the image and that didn't work either although I
really don't want to do that anyway.

Anyone have any ideas?

Thanks.
 
Back
Top