Page 1 of 1

how we can set fullscreen Programmatically

Posted: 30 Nov 2008 12:10
by ahmad_aljallad
i need to know how we can
set or switch to fullscreen mode
Programmatically using c++ in vlc

Re: how we can set fullscreen Programmatically

Posted: 22 Feb 2009 13:43
by Monty Mole
I am using VB.net. There it is as simple as...

AxMediaPlayer.fullscreen()

...where "AxMediaPlayer" is the name of the component instance. I guess something similar would work in C++