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

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -