Search results

  1. B

    Running applications and passing on text box info to vb

    Hi guys, I have a form with a button which opens a program called teamviewer, here is the code so far: Private Sub AccessTeamviewer_Click() On Error GoTo Err_AccessTeamviewer_Click Dim stAppName As String Dim stTeamviewerID As String Dim stTeamviewerPW As String stTeamviewerID =...
Back
Top Bottom