Click here to Skip to main content
15,884,473 members

Comments by Stephane1984 (Top 2 by date)

Stephane1984 22-May-15 10:00am View    
Deleted
Or using dos command :
Dim monProcess As New Process()
monProcess.StartInfo.FileName = Chemin
monProcess.StartInfo.Verb = "Print"
monProcess.StartInfo.CreateNoWindow = True
monProcess.Start()
Stephane1984 19-Jan-15 15:09pm View    
Reason for my vote of 2 \n Useless