Jump to content

LabRat

Members
  • Posts

    2
  • Joined

  • Last visited

    Never

LabRat's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thanks for the reply! I found under preferences "Open VIs in run mode" also "Skip navigation dialog on launch" however they don't seem to work.
  2. The following code will start labview 5.0 with the dialog box, but it doesn't open and run a vi. I need to launch and run the application without a user pushing bottons. Help! :headbang: Dim LV As LabVIEW.Application Private Sub Form_Load() Set LV = New LabVIEW.Application Debug.Print LV.ApplicationDirectory = "C:\LabViewProgs" Debug.Print LV.AppName = "MyApp.vi" End Sub
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.