Icon

  • Thread starter Thread starter Jorge Rocha
  • Start date Start date
J

Jorge Rocha

how can we remove de keyboard icon in VB.NET 2003 and still have the menus

Jorge
 
Hi
The icon of Keyboard is called SIP (software-based input panel).
The .NET Compact Framework provides the Microsoft.WindowsCE.Forms.InputPanel
component, which provides programmatic control of the SIP for PocketPCs.

You can not create InputPanel component without using MainMenu component.
And you can show the SIP programmatically with using the Enabled property of
InputPanel.

http://samples.gotdotnet.com/quickstart/CompactFramework/doc/inputpanel.aspx

Hope this link helps.

Sachin Korgaonkar
 

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

Back
Top