So far, I've been able to parse an XML file a couple different way. The problem I've encountered is that I am not able to find a C# code example how to modify or add data to an existing XML file. Where can I find sample C# code to accomplish this?
M
Mr_Mike
@Mr_Mike
Posts
-
Writing to MXL File -
Saving JPG FileI have figured out how to open a JPG file and then resize it. However, I cannot find out how to save the resized image to a different File. Can someone give me an idea where to start? (I'm using C#) Mr Mike
-
Displaying ThumbnailsI am creating an app that closly resembles MS Windows Explorer. Thetrouble is, I have no idea how the thumbnail objects were created that represent image files. Also, what oblect are the thumbnails and filenames placed in? Mr. Mike