Send PAGEDOWN Message to DataGrid, when DataGrid does not have focus.
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have a TextBox, and DataGrid on a form. TextBox has the focus, by pressing the PageDown key while in TextBox, I want the DataGrid to perform the PageDown functionality. I know that I have to use SendMessage method, I am just no sure what parameters I have to pass for the Pagedown handler. Any ideas? Thank you.