Access from pocket pc buttons...
I have an application uses the input panel (keyboared) and I want to control the input panel from the buttons on the pocket pc,
when I push one of the four buttons it will show / hide the input panel.
Can I do something like that??! :confused:
it will be very helpful for my app.
Eyal
Re: Access from pocket pc buttons...
drag the inputpanel control onto the form
then in the button click events
Show -> InputPanel.Enabled = True
Hide -> InputPanel.Enabled = False
Re: Access from pocket pc buttons...
Thanks for that , I'll try it later. :)
maybe please you can help me with my cab file question?!