Page 1 of 1

Remote Access Viewer proble

Posted: Thu Jan 16, 2014 3:29 am
by philip.joebstl
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!

Re: Remote Access Viewer proble

Posted: Wed Jan 22, 2014 3:24 pm
by stuartm
using System.Diagnostics;

...

void Button1_Click(System.Object sender, System.EventArgs e)
{
Process.Start("Explorer.exe", ""); // Or your application
//Application.Exit();
}