|
-
Aug 29th, 2006, 10:57 AM
#1
Thread Starter
Addicted Member
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??!
it will be very helpful for my app.
Eyal

Giving an exact answer
Saves a lot of time!!!
-
Aug 30th, 2006, 04:04 AM
#2
Fanatic Member
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
Barry
Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
.NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0
SQL Server 2005/2000/SQL Server CE 2.0
If you like, rate this post
Compact Framework for Beginners
-
Aug 30th, 2006, 04:18 AM
#3
Thread Starter
Addicted Member
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?!

Giving an exact answer
Saves a lot of time!!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|