c# program file association

J

Jason Gleason

I wanted to know how you would associate a file extenstion with a c#
program. For instance, I wanted to allow a user to double click a .org file,
and then have it open in my org program (which is an mdi app). Also, if the
org program is already open, i wanted the clicked file to open as another
mdi window (each file is it's own mdi window). Anyone have any links to
tutorials or quick explanations? I'm also using vs.net 2003 in case anyone
knows of any ide related shortcuts for the task.

Thanks!
 
C

Christian T.

There is a great article on how to set file associations with Visual
Studio .NET Deployment at
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsintro7/ht
ml/vbcontheassociationseditor.asp



Cheers,
Christian T. [MSFT]
Visual Studio Update Team

- Please do not reply to this email directly. This email is for newsgroup
purposes only.
=========================================================================
This posting is provided "AS IS" with no warranties, and confers no
rights. Use of included script samples are subject to the terms specified
at http://www.microsoft.com/info/cpyright.htm

Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which
they originated.
=========================================================================

--------------------
 

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