Hello Ventuzians!
THE FORUMS ARE CLOSED!

Please join our discord server HERE!! << click me :D

We are shutting our Ventuz Forum, but don't worry, it will all be archived for you to search in if you have a query. From now on, please add all your comments, questions or observations into our Discord Server

Thanks for the great time - see you on discord!!
Dee, Karol, Daniel and the whoooole Product and Support team!

Controlling Ventuz Window State on startup

Q and A about functionality and how to solve a special task for your application.

Moderator: Support

Post Reply
User avatar
Etienne
Posts: 48
Joined: 20 Oct 2014, 19:46
Location: Los Angeles, California

Controlling Ventuz Window State on startup

Post by Etienne » 16 Jun 2020, 16:57

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.

User avatar
Karol
Posts: 640
Joined: 10 Jan 2012, 12:07

Re: Controlling Ventuz Window State on startup

Post by Karol » 17 Jun 2020, 10:24

Hi Etienne,

the window state cannot be controlled in V6.

Best Regards
Karol

sribas
Posts: 34
Joined: 21 Oct 2016, 09:34

Re: Controlling Ventuz Window State on startup

Post by sribas » 22 Jun 2020, 10:04

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.

Post Reply