Loading image from relative path in Windows Forms
问题 I have an image in my application and i have a picture in my winforms public static string Correct_Icons = @\"C:\\Users\\xyz\\Documents\\Visual Studio 2008\\Projects\\FileShareMgmt\\FileShareMgmt\\Resources\\Correct.png\"; public static string warning_Icon = @\"C:\\Users\\xyz\\Documents\\Visual Studio 2008\\Projects\\FileShareMgmt\\FileShareMgmt\\Resources\\Warning.png\"; cell.Value = Image.FromFile(\"Resources/warning_Icon); but i want just want the relative path and not the full path. eg i