The problem with the command line method suggested is that once your
application is running, it won't react anymore to user double-clicks in the
file explorer.
I have written an article about this topic, with some sample code. See my
LabVIEW pages at
http://cybertechs.qc.ca/~jpdrolet/labview
Basically, you register the file extension to a second application that
reads the command line, runs your application (or LabVIEW) if not already
running, sends to it the file name and exits.
Repost if you have any other question.
Jean-Pierre Drolet
"premium"
a ecrit dans le message news:
5065000000080000006F2E0000-1002247793000@exchange.ni.com...
> Hi,
>
> I would like to be able to "link" certain file types (certain
> extensions) to a Labview
program I wrote. We have a measurement
> program (under Labview) that generates files with a certain extension.
> I would like to link those files with my analysis program. Such that I
> can just click on them in the windows explorer, and that then the
> Labview program is started with that file.
>
> I'm using Labview 6i under windows 98.
>
> Is this possible? Does anyone have any ideas?
>
> Any help would be greatly appreciated.
>
> Thanks in advance,
>
> Erik van Dijk