G
Guest
Hi!
I'm an experienced asp.net developer, but I need to create a quick windows
application.
One of the things I'm having trouble with is figuring out where to place
some image files. I have a picturebox, and I intend to randomly place an
image in there. The only thing is, when I build the application, it looks for
the file in bin\images\.
Is this the best place to put the images folder?
Will that path work when I go to deploy the application?
Whats the best practice for grabbing files in a windows application (rather
it be an image, xml file, or whatever...)
Thanks for the help!
-- Casey
I'm an experienced asp.net developer, but I need to create a quick windows
application.
One of the things I'm having trouble with is figuring out where to place
some image files. I have a picturebox, and I intend to randomly place an
image in there. The only thing is, when I build the application, it looks for
the file in bin\images\.
Is this the best place to put the images folder?
Will that path work when I go to deploy the application?
Whats the best practice for grabbing files in a windows application (rather
it be an image, xml file, or whatever...)
Thanks for the help!
-- Casey