KennyMcAtee
Member
I am writting an application in VB.net using the compact framework. I need to place a keycode in the keyboard buffer. Sendkeys is not supported in the compact framework. I tried using keybd_event in the Win CE API. This gives me and unsupported exception error. Certainly there must be a way to do this. Any help would be greatly appriciated.