|
|
|
|
Group: Forum Members
Last Login: Monday, September 08, 2008
Posts: 9,
Visits: 39
|
I need to export a dual monitor setup. Which work great if you install the video hook driver.
The switch for changing to monitor 1 / Monitor 2 / Monitor1&2 can only invoked by the ultra vnc viewer.
I didn't find a command in your product to do so. Or did i missed something.
Thanks
micha
|
|
|
|
|
Group: Administrators
Last Login: Monday, February 06, 2012
Posts: 1,582,
Visits: 2,954
|
I don't remember seeing this feature in UltraVNC viewer. Is this one of the new v1.0.4 features?
 We are looking for investors and business partners. Please contact us for more details
Kindest Regards, SmartCode Solutions Support
|
|
|
|
|
Group: Forum Members
Last Login: Monday, September 08, 2008
Posts: 9,
Visits: 39
|
yes i am using 1.04 . I don't known if this feature is new.
see screen shot how to invoke it. Latest ultra vnc version 1.04 RC16.

|
|
|
|
|
Group: Administrators
Last Login: Monday, February 06, 2012
Posts: 1,582,
Visits: 2,954
|
actually these two buttons look like a switch between "single-window" viewing mode and full desktop. There are present in UVNC 1.0.2 as well. By the way, ViewerX does support this feature also. You should look at:[id(271), helpstring("Selects single window to show by a remote VNC server. If bSelect equals TRUE, then ViewerX changes to 'select single window mode'. If bSelect equals FALSE, then the whole desktop will be shown.")] HRESULT ISmartCodeVNCViewer2::SelectSingleWindow(VARIANT_BOOL bSelect); and [propget, id(603), helpstring("Returns true if remote server allow a client to select single window. Currently supported by UltraVNC server.")] HRESULT IScVxCapabilities::SelectSingleWindow([out, retval]VARIANT_BOOL* pbEnabled);
 We are looking for investors and business partners. Please contact us for more details
Kindest Regards, SmartCode Solutions Support
|
|
|
|
|
Group: Forum Members
Last Login: Monday, September 08, 2008
Posts: 9,
Visits: 39
|
thanks for the help seams to work now.
by the way you need to refresh the screen by hand after calling the command.
|