MFC on screen keyboard when focusing editable control

冷暖自知 提交于 2019-11-28 14:28:40

One more time, I solved the problem by myself :)

1) After reading http://social.msdn.microsoft.com/Forums/br/windowsaccessibilityandautomation/thread/aee0be4d-2cf5-45e7-8406-2de3e5d0af03 and http://www.c-plusplus.de/forum/285011-full (German, but Google translator can help), I decided to put the code related on a separate thread. No more hanging when opening CFileDialog windows :)

2) Project manager said that this is a minor problem :)

3) After saying to Project manager that it would be needded to pass a security token when executing osk.exe, he replied that that would introduce much complexity in the code for a very simple thing, and it is preferable that application can run in admin mode :)

4) Not causing problems till now, so let it be :)

Anyway, thanks for help.

For Moving OSK window. initially set low integrity to osk screen by command prompt. then you use movewindow function. it ill work.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!