Wubi input method tried sogou wubi, QQ, win10 own input method, the effect is always the same,
LRESULT CChildView: : WindowProc (UINT message, WPARAM WPARAM, LPARAM LPARAM)
{
The switch (the message)
{
Case WM_IME_STARTCOMPOSITION:
{
HIMC HIMC=ImmGetContext (m_hWnd);
COMPOSITIONFORM cf;
Cf. DwStyle=CFS_POINT;
Cf. PtCurrentPos. X=25;
Cf. PtCurrentPos. Y=25;
ImmSetCompositionWindow (hImc, & amp; Cf);
ImmReleaseContext (m_hWnd, hImc);
}
break;
}
Return the CWnd: : WindowProc (message, wParam, lParam);
}
CodePudding user response:
His top!!!!!!