Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hey fella's. I wish to ask for some advise on how to solve a problem that's been bugging me for 2 days now. Here's the details:

1. My project creates a customized text file that is saved automatically with an ".mssx" (e.g. Filename.mssx) file extension. This is encrypted so as to ensure security of the file contents.

2. The file will be sent to the client version of my project. I created a form that will parse the contents of that file from the clients end.

3. Instead of loading the file into my application thru browsing via OpenFileDialog, I wish for my application to directly launch and parse the file straight into the form I created for such purpose when the .mssx file is double clicked.

Any ideas and known resource that can help me point out to the right direction would be very much appreciated. Many thanks in advance and keep coding! :)

What I have tried:

> Tried to tinker with window's Registry and successfully created a custom icon for the .mssx file.

> I think the trick to achieving what I want to do lies in configuring the registry.
Posted
Updated 29-Jan-17 23:39pm

1 solution

You are correct, see register file type - Google Search[^].
 
Share this answer
 
Comments
Boy Balantoy 30-Jan-17 22:14pm    
Thanks Richard, it led me to find this awesome link https://www.codeproject.com/Articles/18594/File-Association-in-VB-NET?msg=5355514#xx5355514xx which provided most of the answers to what I need. :)

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