CF - How do i access a .gif in my Resources folder

Posted by no9 on Stack Overflow See other posts from Stack Overflow or by no9
Published on 2010-05-19T08:05:56Z Indexed on 2010/05/19 8:10 UTC
Read the original article Hit count: 205

Filed under:

Hello.

I have added a simple .gif file into Resources folder in my project.

Now i have created a user control with pictureBox. How can i add the .gif to pictureBox.Image = new Bitmap (path).

What is the path in this case?

thanx !

© Stack Overflow or respective owner

Related posts about compact-framework