I'm programming a data logger GUI software using Borland C++Builder 2006. It's my Company desired platform.
I'm saving received data after some analyzing in specific files with my defined extension as ".evp" . I have defined Save and Open Functions in my programs that worked fine.
Now I have problem with how to open my saved file directly without using my software. I mean when I double-click on a saved file, it open automatically with my software and show data. Then there is two Question :
- How I tell windows to open this ".evp" file with my software.
- How I handle the opened file in my software and use it my defined Open function.