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

  • Thread starter Thread starter ThunderMusic
  • Start date Start date
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.
 
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
 
Back
Top