LabView Control (.ctl) to VB.NET Structure
- by Steven
I created a control in LabView. My LabView code writes data of that type to a binary file. I want to read this data into a VB Structure.
Can I do this programmatically, or do I need to manually create a corresponding structure?