|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 9/8/2008 12:54:05 AM
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
|
|
|
|
|
Supreme Being
      
Group: Administrators
Last Login: 2 days ago @ 10:30:35 PM
Posts: 836,
Visits: 1,364
|
|
I don't remember seeing this feature in UltraVNC viewer. Is this one of the new v1.0.4 features?
 Kindest Regards, SmartCode Solutions Support
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 9/8/2008 12:54:05 AM
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.

|
|
|
|
|
Supreme Being
      
Group: Administrators
Last Login: 2 days ago @ 10:30:35 PM
Posts: 836,
Visits: 1,364
|
|
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);
 Kindest Regards, SmartCode Solutions Support
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 9/8/2008 12:54:05 AM
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.
|
|
|
|