Código: With New Process .StartInfo.Verb = "print" .StartInfo.CreateNoWindow = False .StartInfo.FileName = "C:\mi.pdf" .Start() .WaitForExit(10000) .CloseMainWindow() .Close() End With
With New Process .StartInfo.Verb = "print" .StartInfo.CreateNoWindow = False .StartInfo.FileName = "C:\mi.pdf" .Start() .WaitForExit(10000) .CloseMainWindow() .Close() End With