Hi,
I want to change the BackgroundImage of form and i have created the folder named Images in my project and i will change the BackgroundImage when user press any key and I try it on different PC & always I have to change the path of it, so any other method anyone know to keep path constant then please tell me....
Thank you...
I want to change the BackgroundImage of form and i have created the folder named Images in my project and i will change the BackgroundImage when user press any key and I try it on different PC & always I have to change the path of it, so any other method anyone know to keep path constant then please tell me....
Code:
BackgroundImage = Image.FromFile("C:/Users/HOME/Documents/Visual Studio 2008/Projects/Patient Testing/Patient Testing/Images/" + pic[count].ToString() + ".jpg");
Comment