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
Comments
Post a Comment