R – System.NotSupportedException error in compact framework pictureBox control. How to make a picture button in Compact framework

compact-frameworkwindows-mobile

I'm trying to make a picture button in the compact framework. I made a usercontrol and added a picturebox. I saw you could over ride the text and font for normal windows forms. but don't seem able to do it for compact. It crashes VS2008. Has anyone done this?

Best Answer

Consider using the Smart Device Framework from OpenNETCF. Whenever I've tried to do custom UI and the compact framework has let me down, SDF has usually already "fixed" it.