Hi there,
i wanted to start the "RemoteAccessViewer" directly from the iX Application (PC target), and automatically connect to a T7A panel. I start the app via the command line typing:
C:\...\vncviewer.exe 192.168.1.1
The password input window is coming up, and it succesfully connects to the client. But when I close the vnc, it comes again with the password window, like a perpetum mobile - it is not possible to close the vncviewer any more.
Is there any help about this?
Thanks a lot!
Remote Access Viewer proble
-
- Posts: 26
- Joined: Tue Oct 09, 2012 12:56 am
Remote Access Viewer proble
Best regards,
Philip Joebstl
Philip Joebstl
Re: Remote Access Viewer proble
using System.Diagnostics;
...
void Button1_Click(System.Object sender, System.EventArgs e)
{
Process.Start("Explorer.exe", ""); // Or your application
//Application.Exit();
}
...
void Button1_Click(System.Object sender, System.EventArgs e)
{
Process.Start("Explorer.exe", ""); // Or your application
//Application.Exit();
}