Quantcast
Channel: Remote Desktop Services (Terminal Services) forum
Viewing all articles
Browse latest Browse all 1106

why I setting font smoothing failure with CMsRdpClientShell?

$
0
0

my code is here:

CMsRdpClientShell m_MsRdpClientShell = m_rdp.get_MsRdpClientShell();

VARIANT font_val;
font_val.vt = VT_BOOL;
font_val.lVal = TRUE;
m_MsRdpClientShell.SetRdpProperty(_T("allow font smoothing"), font_val);
who can help me to deal with this question, tks.


Viewing all articles
Browse latest Browse all 1106

Trending Articles