Disabling the keyboard button in a ToolBar

G

Guest

For some reason I need to block the display of the keyboard button in a ToolBar (the button to the rigth with a keyboard icon, and drop menu with options: Letter Recognizer, Block Recognize, KeyBoard)

It's very useful to input text in a dialog, but somtimes I want to prevent the display of it. Is that possible ? .. how ? .

Thanks
 
L

Lloyd Dupont

if your windows has no menu, it won't have input panel either.
otherwise you could always create (one per application)
Microsoft.WindowsCE.Forms.InputPanel
instance and have a listener on the Enabled event to disable it straight
away ?!

--
ihookdb
Get your data mobile
http://www.ihookdb.com
AlaSoft said:
For some reason I need to block the display of the keyboard button in a
ToolBar (the button to the rigth with a keyboard icon, and drop menu with
options: Letter Recognizer, Block Recognize, KeyBoard).
It's very useful to input text in a dialog, but somtimes I want to prevent
the display of it. Is that possible ? .. how ? ..
 
G

Guest

if your windows has no menu, it won't have input panel either

My window hasn't menu. But .. it has a ToolBar .. and the ToolBar, automatically show with a InputPanl. That I want to hide
Microsoft.WindowsCE.Forms.InputPane
instance and have a listener on the Enabled event to disable it straigh
away ?

The point here is, I don't want the input panel visible in that form, or at least enabled. Created or not, the Toolbar still shows an InputPanel.




----- Lloyd Dupont wrote: ----


--
ihookd
Get your data mobil
http://www.ihookdb.co
AlaSoft said:
For some reason I need to block the display of the keyboard button in
ToolBar (the button to the rigth with a keyboard icon, and drop menu wit
options: Letter Recognizer, Block Recognize, KeyBoard)
 

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