Relative path
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi i am using a folder that contains png file i want to make this folder relative to my application. How can we do this btn_select_folder.BackgroundImage=System.Drawing.Image.FromFile(@"E:\GUI SkeltonButton\GUI Skelton\png1\002.png"); where should i place the png1 folder that need not give the full path in c# application
-
Hi i am using a folder that contains png file i want to make this folder relative to my application. How can we do this btn_select_folder.BackgroundImage=System.Drawing.Image.FromFile(@"E:\GUI SkeltonButton\GUI Skelton\png1\002.png"); where should i place the png1 folder that need not give the full path in c# application