Jump to content

LabRat

Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Posts posted by LabRat

  1. 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.