keybd_event() is not working in ACTIVEX module with PROTECTED MODE - I am using activex that simulates keypress but it simply does nothing with new IE8.
keybd_event(VK_SPACE, MapVirtualKey(VK_SPACE, 0), 0, 0);
keybd_event(VK_SPACE, MapVirtualKey(VK_SPACE, 0), KEYEVENTF_KEYUP, 0);
is there a trick to get around this issue?