Page 1 of 1

Controlling Ventuz Window State on startup

Posted: 16 Jun 2020, 16:57
by Etienne
Is it possible to dictate the window state (minimized, maximized, normal) of the Venuz Presenter window when starting Ventuz using Remoting (VMSClient.Start)?

In 2012 Christian Schmidt indicated that you could "make sure that the Startup mode in the Windows settings of the project properties is set to Fullscreen." but that was for Ventuz 3. I haven't found any Windows settings in Project Settings in Ventuz 5 or 6.

Re: Controlling Ventuz Window State on startup

Posted: 17 Jun 2020, 10:24
by Karol
Hi Etienne,

the window state cannot be controlled in V6.

Best Regards
Karol

Re: Controlling Ventuz Window State on startup

Posted: 22 Jun 2020, 10:04
by sribas
you can do it using a .batch file to change VentuzPresenter windows state,
or directly in Ventuz C# Script following theses show settings :

SHOWMINIMIZED = 2
SHOWMAXIMIZED = 3
RESTORE = 9

To switch from FullScreen/Windowed
you will need to inject ALT+ENTER.