Hi all,
I need to simulate the Alt-F key stroke. Can I do that using PostMessage(hWnd,WM_KEYDOWN,?,?) function? I try to do it, but the lParam and wParam do not seem to match and it does not work. I can tell that a key stroke was sent but, not the Alt-F
Thanks in advance
Vu
I need to simulate the Alt-F key stroke. Can I do that using PostMessage(hWnd,WM_KEYDOWN,?,?) function? I try to do it, but the lParam and wParam do not seem to match and it does not work. I can tell that a key stroke was sent but, not the Alt-F
Thanks in advance
Vu