How do I check the con开发者_如何学编程nection between PPC and a web service on the server? I work on FW3.5 C#I can\'t remember offhand if this is available in .Net CF or not:
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m having trouble with a ListBox control that has a List of objects binded to it. I\'m calling this function each time I add or remove an object to/from the list:
I am attempting to setup my Padarn site to support SSL, but am receiving an error when I deploy to my WinCE device. The error states:
I\'ve a same project that need to be compiled with .NET and Compact .NET Framework. It is possible to create a C#
If I run my .NET Compact application using开发者_开发知识库 ConmanClient, everything works. But if I try running my application by executing it directly from the shell, it throws TypeLoadException (a
I have a rich desktop application (.net 2.0) and I\'m designing an app to run in Windows Mobile/Phone devices (using .Net Compact Fwk). The idea is that the mobile app is basically a data entering app
I\'ve an application that is performing poorly on a Windows Mobile device, but performs decently on a Windows CE device. I was wondering if there were any known performance issues I should look out fo
We are using a Cab Builder project in VS2008 to generate our CF cab files. This works well until we make changes that affect the dependencies. The Cab Buil开发者_StackOverflow中文版der project decides
I\'m trying to make a zoomable image control for the CF and I read Chri开发者_运维技巧s\'s article on how to use the IImage interface to shrink big files to be displayed on the screen, but I want to a