lib 1400178 // TightVNC, alt+tab bug fixed, reconnect button svoid launchVNCViewer_inProcess() { launchVNCViewer_inProcess(""); } svoid launchVNCViewer_inProcess(S options) { com.glavsoft.viewer.Viewer.systemExit = false; com.glavsoft.viewer.Viewer.main(toStringArray(splitAtSpace(massageVNCOptions(options)))); }