Creating File Associations in VB.NET? -


How would one go about associating a file type with its application? I know how to read the command line arguments, but I'm not sure how I can "register" file extensions with windows. Also, my application is a lone executable, so how do I keep Windows up to date in place of my program?

I searched in a fair amount and all I could find was old articles which everything was not understood, how can I create file association in VB.NET alone in a single executable?

Everything is handled Registry

If you want to create your own program, then you want to manually register the current location.

Comments

Popular posts from this blog

paypal - How to know the URL referrer in PHP? -

oauth - Facebook OAuth2 Logout does not remove fb_ cookie -

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -