RobEmDee
Centurion
I am working on a standard Windows Forms application which each end-user will run from their local machine. Each 'project' created with my application will use several different types of files (xml, vss, txt, jpg). I would like to create a custom file format for my application in which I can store all of the related files for a single 'project' in one file. Hopefully, this will also disable the user from opening the individual project files in another application. Does anyone have any suggestions for accomplishing this requirement or something similar? Thanks!