06-27-2010 06:38 AM
Hi,
The following like help of I was created the own file format. I am getting the icon and if I double clicked my file it’s calling my application file and its running.
http://digital.ni.com/public.nsf/allkb/b7ad651dede2edfc86256b36000b80c9
Where I will get the file path, which one I was double clicked. please give me some guide line for me.
Thanks in advance.
Solved! Go to Solution.
06-27-2010 07:08 AM
You should tell the application to 'pass command line parameters' (that's in the build settings), then you will get the filepath in the command line parameters:
Or you could enable scripting and select the OS Open Document event (does not work in all LabVIEW versions):
If you like this event, please vote here on making it public.
There's quite some info on the LabVIEW wiki on associating your application with a file type
Ton