Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I have a simple program named 'References.exe' and I want to use it to open '.rfc'-files. It works ok, but now I want to add a Button to associate all '.rfc'-files to this program, so I do not have to add this file association every I install it on another computer.

Is there is simple way to do this in VB.net?

Regards,

Wimvr
Posted

1 solution

Try here: System File Association[^]
It's in C#, but the code is pretty trivial and easy to convert.
If you have problems, there is a on-line translator here: http://www.developerfusion.com/tools/convert/csharp-to-vb/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900