I have declared a type as below:
Type Pipedata( diam As Int, temp As Int, length As Double, flanges As Int, valves As Int)
Dim Pipe As Pipedata
Dim Pipelist As List
Dim Pipeview As ListView
I want to add the data to a listview (pipeview in 5 columns) but I cant see how to do that.
Please could someone post a code snippet to demonstrate.
Many thanks
Charles
Type Pipedata( diam As Int, temp As Int, length As Double, flanges As Int, valves As Int)
Dim Pipe As Pipedata
Dim Pipelist As List
Dim Pipeview As ListView
I want to add the data to a listview (pipeview in 5 columns) but I cant see how to do that.
Please could someone post a code snippet to demonstrate.
Many thanks
Charles