04-12-2011 12:17 PM
I'd like to show the version of the DAQmx.dll and common.dll in the system, much like you can show the .NET version with
System.Environment.Version
How do I do this?
04-12-2011 04:23 PM
NationalInstruments.DAQmx.DaqSystem.Local.DriverMajorVersion.ToString + "." + _ NationalInstruments.DAQmx.DaqSystem.Local.DriverMinorVersion.ToString + "." + _ NationalInstruments.DAQmx.DaqSystem.Local.DriverUpdateVersion.ToString