L
Lloyd Dupont
how to find the focused .NET control ?
I'm already able to get HWND of the focused control with the win32 call
GetFocus(), but that doesn't really help ....
basically I want to add copy/paste support...
using the Pasteboard class from OpenNETCF and GetFocus(), GetWindowsText()
win32 call I was able to copy or replace the Text property of any control,
however I would like a better behavior, like testing if the target is a
TextBox and have an appropriate behavior in this case ...
Any tips ?
I'm already able to get HWND of the focused control with the win32 call
GetFocus(), but that doesn't really help ....
basically I want to add copy/paste support...
using the Pasteboard class from OpenNETCF and GetFocus(), GetWindowsText()
win32 call I was able to copy or replace the Text property of any control,
however I would like a better behavior, like testing if the target is a
TextBox and have an appropriate behavior in this case ...
Any tips ?