How can I generate WM_KEYDOWN event for any key combination ? For example: <F1> I can do with: SendMessage( handle, WM_KEYDOWN, VK_F1, 0 );
確定! 回上一頁