or
pictureBox1.Value = System.Configuration.ConfigurationSettings.AppSettings[
"ImageFolderURL"
] +
"apple_ex.png"
;
<
appSettings
>
<
add
key
=
"ImageFolderURL"
value
=
"http://www.queness.com/resources/images/png/"
/>
</
appSettings
>