Blog removed
I removed my blog to a better host:
http://winmobiledeveloper.blogspot.com/
Thanks for you understanding!
I removed my blog to a better host:
http://winmobiledeveloper.blogspot.com/
Thanks for you understanding!
New samples of CustomKeyboard:
http://www.resco.net/developer/support/samples_customkeyboard.aspx
Download other samples:
http://www.resco.net/developer/support/samples.aspx
Hope it helps!
Best regards,
Gabriel Minárik
Best regards,
Gabriel Minárik
Included features:
- Touchscrolling
- Transparent scrollbar indicators
- XML serialization
- Designer support
This control will be a part of Mobile Forms Toolkit.
Our customers with active subscription of MFT will get this control automatically.
Feel free to comment this new control.
Best regards,
Gabriel Minárik
They have an Add-in to Visual Studio 2003 and 2005, to make the insertion of PInvoke signatures an easy and fast operation.
You can download it from their page. It’s FREE
Best regards,
Gabriel Minárik
Here is a screenshot from my IDE:

Of course it is FREE Add-in
Thanks for the developers!
Download page:
http://www.slickedit.com/content/view/441
Best regards,
Gabriel Minárik
New emulator image resolutions:
Best regards,
Gabriel Minárik
Hi Mobile Developers!
Last week I was in Barcelona on TechEd 2008 EMEA.
Resco has a survey, which was created with Resco AdvancedList control.
By tilting the Diamond device, they could answer questions, because it contains G-sensor (Accelerator).
One of the respondents could win an HTC Touch Dual device, and here is the happy winner from Spain:
Congratulations!
I enjoyed a lot of great presentations about new technologies, tricks and tips.
Some of our customer met us by Resco’s stand, and they give us lot of ideas and feature requests.
Your feedback is very important to us, so if you weren’t on TechEd you can still write me your ideas.
I’ll try to do my best
Best regards,
Gabriel Minárik
I want to show you how you can use CustomKeyboard to get input, and disable the InputPanel (SIP) on your device.
Add InputPanel to your Form and handle the EnabledChanged event:
private void inputPanel1_EnabledChanged(object sender, EventArgs e)
{
// Hide SIP keyboard
this.customKeyboard1.HideSipKeyboard(this);
}
There is a little bug or perhaps a feature
on devices: when the user clicks on the place where the icon of SIP in is generally, then the system will show the SIP. But when the user clicks on that place we can hide the SIP immediately.
Source code:
http://www.winmobile.euweb.cz/#Post07
This trick disables the SIP, but doesn’t filter the input from hardware keys.
To read more about the filtering please read my post below:
http://winmobile.blog.com/3855037/
Best regards,
Gabriel Minárik