is this C# I am guessing?
I feel like you left out quite a few details o.o
Normally for a desktop application I would imagine you have a /resources folder (somewhere under the root dir for your app) where you would store imgs....(obviously, the users would have to have this resources folder as well on their machine)
edit: quick google search:
Quote
The property value can be an actual path (for example, “C:\SomeFolder\SomeSubFolder\Picture.jpg”), a relative path (“\SomeSubFolder\Picture.jpg”), or a URL (http://contoso.com/images/Picture.jpg).
If a relative path is used, it will be considered relative to the working directory.
A call to the Load method will overwrite the ImageLocation property, setting ImageLocation to the URL value specified in the method call.
so you could use a URL
This post was edited by Eep on Sep 28 2014 07:51pm