Try the SendKeys.Send function (not sure if you already did it). If that doesn't work try to import and use the keybd_event / mouse_event API from the user32.dll.
I could be wrong about this if SendKeys.Send somewhere calls the same API so it won't work for you doing that as well then.