how to create our oun extentions and how to recongnize them throug our s/w

K

Kevin Spencer

It's pretty easy to do if you have a Setup Project (in Visual Studio) for
your software. In the Setup project, right-click and select "View File
Types" to add a file extension association to the installation machine.

--
HTH,

Kevin Spencer
Microsoft MVP
Professional Chicken Magician

A man, a plan, a canal.
a palindrome that has gone to s**t.
 
Y

Yoshitha

Hi

We have an application to develop in C#.Net.
That application is similar to Adobe Photoshop.
In that we have to get the functionality similar to how psd file is created
in photoshop.
we need to save our work with a new exetention (say *.cws) like *.psd in
photoshop so that later we need to open the file and edit as usual.
If we double click the file (in this case *.cws file) it must be opened with
out application (Such as if we open *.psd, it will be opened with photoshop
software.
Is there any way to acheive this functionality?

Thanx In Advance
Kiran
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top