Tagged Questions
2
votes
1answer
582 views
Compact Framework: Failed to use InputPanel in a control
I developed a control that uses the PDA's InputPanel to interact with the user. The relevant part of the code is below:
namespace MyNamespace
{
// ...
using Microsoft.WindowsCE.Forms;
...