Hi,
We are creating a custom rdp client using AxMSTSCLib for use on a MS Surface 4. We are having a challenge resizing the view when the tablet is rotated. When using the regular RDP the server size adjusts appropriately to display correctly on the client. in the
article located at https://blogs.technet.microsoft.com/enterprisemobility/2013/12/16/resolution-and-scaling-level-updates-in-rdp-8-1/ it states, "One of the changes we’ve made as part of RDP 8.1 is the addition of a new message that can be sent from
the client to the server to dynamically update the resolution inside the remote session to match what is available on the client without the need to do a complete reconnect of the session," which is verified by my previously stated observation. We would
like to have the actual resolution and not use smart sizing.
How can we implement the same messaging to achieve the same results using AxMSTSCLib in a .net application. I can't seem to find any reference on this. Any help is greatly appreciated.
Thanks.