Search results for query: *

  • Users: bruno
  • Order by date
  1. B

    Open and close a PDF document

    Hi!! i'm opening a pdf document using vb.net. I'm using this simple code: Public Class PdfAutomation Public WithEvents wxProcess As New Process Public Sub OpenPdfVisible(ByVal sPath As String) Try wxProcess.StartInfo.FileName = sPath...
Back
Top