Connect Example for VB.NET
'LEADDICOMNet1 is a predefined LEADDicomNet object Private Sub TestConnect() 'connect to a server LEADDICOMNet1.Connect("", 0, "10.1.1.138", 104) End Sub