Escape from image folder
-
Hi i devlope a application in which i used a lot of png image files.i place the image folder ,where the exe is,. this is also working in release mode .but whenever i place .exe file to desktop it demand for image folder. i have to put image folder to destop. How can i escape of putting the image folder to desktop. Can i place all image file to solution explorer then what the path would if this time path is btn_select_folder.BackgroundImage=System.Drawing.Image.FromFile(Application.StartupPath+@"\dbxpngs\002.png"); plase tell some solution parshant
-
Hi i devlope a application in which i used a lot of png image files.i place the image folder ,where the exe is,. this is also working in release mode .but whenever i place .exe file to desktop it demand for image folder. i have to put image folder to destop. How can i escape of putting the image folder to desktop. Can i place all image file to solution explorer then what the path would if this time path is btn_select_folder.BackgroundImage=System.Drawing.Image.FromFile(Application.StartupPath+@"\dbxpngs\002.png"); plase tell some solution parshant