How can I assign an external image into the PictureBox in Visual Studio 2008
?
Typically, When we use ChooseImage
in PictureBox , Visual Studio adds the image to the exe file and it causes increasing exe file's volume, I wanna add the image from a directory beside the exe file.
Is it possible in Visual Studio 2008?
P.S: I don't want add the image with C# code, because VS2008 doesn't show it in developing time.