03-11-2015, 10:06 PM
Is there a api for sending keys to the window
Something in the style like
PostMessage(edit, WM_KEYDOWN, (IntPtr)(Keys.NumPad0), IntPtr.Zero);
This would make a lot of things possible and easy to do
Thx
Something in the style like
PostMessage(edit, WM_KEYDOWN, (IntPtr)(Keys.NumPad0), IntPtr.Zero);
This would make a lot of things possible and easy to do
Thx