For x As Integer = 0 To enclosureList.Count - 1
Dim psInfo As New ProcessStartInfo
With psInfo
.UseShellExecute = True
.Verb = "print"
.FileName = enclosureList(x)
.WindowStyle = ProcessWindowStyle.Hidden
Process.Start(psInfo)
End With
Next
The .NET Framework is not specific to any one programming language; rather, it includes a library of functions that allows developers to rapidly build applications. Several supported languages include C#, VB.NET, C++ or ASP.NET.
TRUSTED BY