We want to open QS within our windows app
VB.NET code:
Dim path As String = System.IO.Directory.GetCurrentDirectory() & "\Support\TeamViewerQS.exe"
Process.Start(path)
Get TeamViewer QS generated ID and password in order to send them via email from our application.
Is that possible?