I'm developing my own input keyboard for my PocketPC. I've got it all set up and am able to use it in the SIP and everything works when I hit keys except I can't get the enter key and tab keys to work. Has anyone built a custom SIP? I'm using the SendVirtualKeys method to send VK_RETURN and VK_TAB when the enter or tab keys are pressed in my SIP but neither works. I have other keys working correctly (like backspace) so I know the basic code is working it is just these 2 keys. When I send the tab it does nothing at all and when I send the enter key it closes the file I was editing. I can't figure out why.
If any one has any thoughts on how to make this work I'd love to hear them!
ZaG