Tagged Questions
2
votes
1answer
565 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;
...
1
vote
1answer
81 views
Compact Framework, Custom TabControl, Designer interactions
I'm considering making a custom TabControl for the Compact Framework 3.5, one that has Designer interactions enabled.
All my research so far has led me to solutions for a control targeting the full ...