L
L100
Guest
I'm developing an Windows Forms application in Visual Studio 2017 to get advised when Input Pane (on-screen keyboard) is showing or hiding.
So far, I got some success, but my program gets no notification when running under elevated privileges.
I saw similar questions about this over the internet, but no answers.
My program uses IFrameworkInputPane and IFrameworkInputPaneHandler to get notified when the Input Pane is showing or hiding. I works if it has no admin privileges. But if It runs under elevated privileges or in a machine with UAC disabled, no notifications are received.
Could anyone help me with this?
Continue reading...
So far, I got some success, but my program gets no notification when running under elevated privileges.
I saw similar questions about this over the internet, but no answers.
My program uses IFrameworkInputPane and IFrameworkInputPaneHandler to get notified when the Input Pane is showing or hiding. I works if it has no admin privileges. But if It runs under elevated privileges or in a machine with UAC disabled, no notifications are received.
Could anyone help me with this?
Continue reading...