Hello
in my add-in, I’d like to include an image in my button. I’m using this code but an exception is returned . What is wrong?
buttonPathCreator.LargeImage =System.Drawing.Image.FromFile(@“C:dataRobotStudioVSTAProjectsPathCreatorPathCreatorinReleasePathCreator.PNG”);
(also tried )
buttonPathCreator.LargeImage =System.Drawing.Image.FromFile(“C:\data\RobotStudio\VSTA\Projects\PathCreator\PathCreator\PathCreator.PNG”);
Thanks
Oscar