How to use Windows touch keyboard in WPF applications: Difference between revisions

From Yggenyk
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
In desktop mode, the keyboard doesn't pop up when required, and there is very little support for opening and closing the keyboard.
In desktop mode, the keyboard doesn't pop up when required, and there is very little support for opening and closing the keyboard.


SystemEvents.DisplaySettingsChanging Event<br>
* [http://msdn.microsoft.com/en-us/library/microsoft.win32.systemevents.displaysettingschanging(v=vs.110).aspxSystemEvents.DisplaySettingsChanging Event]
SystemEvents.UserPreferenceChanging Event<br>
* [http://msdn.microsoft.com/en-us/library/microsoft.win32.systemevents.userpreferencechanging(v=vs.110).aspx SystemEvents.UserPreferenceChanging Event]
Because these are static events, you must detach your event handlers when your application is disposed, or memory leaks will result.
Because these are static events, you must detach your event handlers when your application is disposed, or memory leaks will result.



Revision as of 10:10, 11 April 2014

From Windows 8 and forward there is a touch keyboard in Windows.
The touch keyboard is integrated into WinRT applications.
In desktop mode, the keyboard doesn't pop up when required, and there is very little support for opening and closing the keyboard.

Because these are static events, you must detach your event handlers when your application is disposed, or memory leaks will result.

Here is a video from Microsoft showing how the keyboard works in Windows.

<google>ENGELSK</google>

id=siteTree