c# - how to give relative path -
this question has answer here:
i have image in current project, access it, use absolute path, mybitmapimage.urisource = new uri(@"f:\jcnu\displaydemo1_c#_circlebased\display1\120px-arrow_blue_right_001.png"); want give relative path can move application other path.
i can place image sub-folder of project consider well. in advance.
Comments
Post a Comment