Associate a File To a Application
问题 I'm building two programs, a text editor and a zipper, but in this two programs I want to associate a file type to they, but how can I do this? Thanks. 回答1: You need to edit the registry: http://support.microsoft.com/kb/257592 You'll probably want to use regedit to see previous file associations, to make sure you don't mess up. c# registry basics 回答2: I know this is an old thread, but I don't think you should be messing around with the registry like that. Especially not since ClickOnce and