
saving file to different program file extension
Quote:
>I am creating an application, is similar to an existing program, I would
>like to allow the user to save the file with my application format or the
>similar program extension, so the other program could use it too. Is this
>possible ?, I opened the other application file with notepad and it show the
>info it saves there.
As long as the file format your application uses is identical to the
other application's, it won't be a problem.
Exactly where are you stuck ? On the format or on the saving part of
the code ?
Regards, Frank