Is it possible to create a button that is not able to receive focus?

J

Jimmy

Hi all

I am very new to windows ce programming. I can't find any information how to
make a control not able to receive focus. I want to create a buttons like
"0...9" as the "SIP" buttons are just too small for fast data entry that I
want to use.

Cheers
Jimmy
 
A

Alberto Silva, MVP

Hi,
Check if Resco CustomKeyboard fits your needs:

http://www.resco.net/developer/mobileformstoolkit/customkeyboard.aspx

--

Alberto Silva
http://www.moving2u.pt - R&D Manager
http://msmvps.com/AlbertoSilva - Blog
Microsoft MVP - Device Application Development


Jimmy said:
Hi all

I am very new to windows ce programming. I can't find any information how
to make a control not able to receive focus. I want to create a buttons
like "0...9" as the "SIP" buttons are just too small for fast data entry
that I want to use.

Cheers
Jimmy



__________ Information from ESET NOD32 Antivirus, version of virus
signature database 4263 (20090721) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com

__________ Information from ESET NOD32 Antivirus, version of virus signature database 4263 (20090721) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com
 
E

Erel

You can use the buttons focus event to set the focus to a different
control.
If I remember correctly you will still be able to click on these
buttons.
 
J

Jimmy

like validating & etc. I can't believe there is no way or easy way to make a
control not focusable.
 
J

Jimmy

That is exactly I am looking for but I think it is well over-price for what
want to use it for.
 
A

Alberto Silva, MVP

Resco is a company which exists for several years, developing consumer apps
and developer controls. They are very supportive, their tools are always
getting new features, so I guess they prices are up to what they offer. I'm
not sure if CustomKeyboard can be sold alone, but their subscriptions
include several other controls that are priceless today for me: I use them
in every -net cf app I'm envolved and when conceiving the app look&feel I
start thinking right away which control from Resco would suit there!

Other than that, you can follow some code sampes on the internet for image
button user controls, as we do sometimes.

--

Alberto Silva
http://www.moving2u.pt - R&D Manager
http://msmvps.com/AlbertoSilva - Blog
Microsoft MVP - Device Application Development


Jimmy said:
That is exactly I am looking for but I think it is well over-price for
what want to use it for.




__________ Information from ESET NOD32 Antivirus, version of virus
signature database 4265 (20090721) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com

__________ Information from ESET NOD32 Antivirus, version of virus signature database 4265 (20090721) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com
 
J

Jimmy

Many thanks for your help here, much appreciated.

I think the only solution for me is to write my own custom sip.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top