do you know how I get a list of application developers in the Marine
veritical? Looking for folks that write CE applications. Any
recommendations would be appreciated for a client. Thanks! ...
more >>
Hi all,
I have a simple C++ dll (regular MFC), want to import it into a simple
pocket pc '03 c# app.
Think I'm doing everything right, but on my device I get the
MissingMethodException error. I do have the .DLL included in my C#
project (as content). And I've used DumpBin to prove that the
...
more >>
Hello,
can anyone give me an link or hint how i use the AnimateCtl Class from
the OpenNETCF.org Smart Device Framework...
I want to animate a Panel from one Position to anther and changing the
Size during this animation.. Is this possible?
Thanks a lot...
Regards
Carsten...
more >>
Is there a way to "intercept" SMS messages? For example, when my iPAQ
PocketPC phone recieves an SMS message, i would like to be able to
"listen/intercept" it with my application.
I have been using the Smart Device Framework and it's really nice. I am
hoping maybe it supports it and I am ov...
more >>
I put a form_KeyDown event handler in my form, looking for the hardware
navigation key presses (up,down) so the user can scroll a listbox. Works
great. But the form loading was a little slow, so in the form that loads
this form, I "preload" it by doing a form2 f = new form2() ahead of time, ...
more >>