Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
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.
  • 2 years later...
  • 4 months later...
Posted (edited)
Does anybody have a solution to this problem? I am also wanting to send data to the keyboard buffer and cannot figure a way to do it?

 

 

Have you tried the SendMessage API?

One can send messages to windows.

And send messages to the keyboard.

 

Take a look here.

Edited by Howard Kaikow
Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...