Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

Using files from Properties - .resx

$
0
0

Hi guys.

I really need your help. How to use files (image for example) from .resx file? I have testimage.jpg in Resource1.resx in Properties.

So How to use this file?

For example :

void PictureBox1MouseMove(object sender, MouseEventArgs e)
        {
    pictureBox1.Image = Testprogram. // How to choose Properties? Just I have only MainForm and Program
        }


Viewing all articles
Browse latest Browse all 1764

Trending Articles