wpf - how to make active while in background c# xaml -


i made virtual keyboard in xaml c# using wpf. totally working , great. add few quality of life things if possible. there method of having take keyboard input while in background , primary application notepad. virtual keyboard highlights keys pressed why important.

barring there way make text in textblock selectable copy paste (i can track typed , post in one, text should not directly alterable!!!!, website)

i'd know if there way have curser default textbox rather having click it.

you should use low level hooks in app show pressed keys.

see code sample here.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -