if i like to Assing a monitor 2 to a (rvdtDesktop) how to do that
if i like to present from monitor number 2 (uscreenCapture) from screen 2
Assing monitor 2 (rvdtDesktop)
-
- Site Admin
- Posts: 17520
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: Assing monitor 2 (rvdtDesktop)
In this mode, monitors are listed in VideoDeviceList[] property. The 0-th device is the full desktop, devices from 1 to VideoDeviceCount-1 are monitors.
You can choose the monitor using VideoDeviceIndex property.
You can choose the monitor using VideoDeviceIndex property.
Re: Assing monitor 2 (rvdtDesktop)
any sample code to do this
Re: Assing monitor 2 (rvdtDesktop)
Found the way to do it
-
- Site Admin
- Posts: 17520
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: Assing monitor 2 (rvdtDesktop)
You can find the demo in <RVMedia Dir>\Demos\Delphi\SendAndReceive\RemoteDesktop