Run Windows Apps with Labview 6
Run Windows Apps with Labview 6
(OP)
Is there a way to start Windows Applications from Labview? Such as, I want to be able to push a button on my Labview program that will startup NOTEPAD with a text file. Can this be done?
RE: Run Windows Apps with Labview 6
Wheels within wheels / In a spiral array
A pattern so grand / And complex
Time after time / We lose sight of the way
Our causes can't see / Their effects.
RE: Run Windows Apps with Labview 6
RE: Run Windows Apps with Labview 6
Maybe if you created an Active X wrapper in VB for Notepad then call it via the container it may work, not sure.
Alternatively, you could also use a large string or text control to display and edit text then save it's contents to a file if needed.
Wheels within wheels / In a spiral array
A pattern so grand / And complex
Time after time / We lose sight of the way
Our causes can't see / Their effects.
RE: Run Windows Apps with Labview 6
Wheels within wheels / In a spiral array
A pattern so grand / And complex
Time after time / We lose sight of the way
Our causes can't see / Their effects.
RE: Run Windows Apps with Labview 6
Specifically I'm thinking of putting a Graphical Perl App that I have compiled into an exe.
Any pointers (rtfm) for constructing activeX containers?