Load picturebox image from resources

a.p.gumby

Member
Joined
Dec 5, 2006
Messages
5
Programming Experience
10+
Hi,

Developing my first Windows CE application using VB.Net so sorry if I ask some dumb questions.

When not using the CF, I can load an image into a picturebox from resources at runtime by using :
picMyPicturebox.Image = My.Resources.MyPicture

The My namespace does not seem to exist so, how do I do this using the CF?

Any help appreciated.
 
Thanks for the reply.
I will take a look at that.

By the way ....

There are actually 10 kinds of people in the world: Those who understand binary and those who don't:D
 
Back
Top