Anthony Wong's Blog
A bug has been found on NETCF v2 and v35 that affects HTTPS web requests from Windows Mobile 6...
Date: 11/21/2007
This is a popular question in the forum. The answer used be part of NETCF FAQ but cannot be easily...
Date: 01/22/2007
Earlier I have posted an article on establishing a GPRS/EVDO/EDGE connection with TcpClient in...
Date: 10/27/2006
The managed implementation in .NET Framework 2.0 and .NET Compact Framework 2.0 supports the...
Date: 04/25/2006
On NETCF V2, a message box is automatically closed if MessageBox.Show() is called after a form is...
Date: 04/12/2006
NETCF's HttpWebRequest automatically sets up a GPRS connection for web requests/web services when a...
Date: 03/13/2006
NETCF V2's SerialPort implementation provides four public events for developers. They can add custom...
Date: 03/02/2006
On Windows CE 4.X based devices, Directory.Exists() treats path names ending with a slash ""...
Date: 01/31/2006
When an exception is unhandled in an application, an unhandled exception dialog is shown to inform...
Date: 01/16/2006
On pre-Windows Mobile 5.0 devices, because the image encoders are not available in the OS, NETCF V2...
Date: 11/30/2005
Because multicasting is a one to many communication, there maybe some occasions when you would like...
Date: 09/30/2005
Sometimes it would be nice to add a splash screen to your Pocket PC application. You can show your...
Date: 07/28/2005
NETCF V2 adds the support of a managed SerialPort class to allow developers to directly access the...
Date: 06/07/2005
NETCF V2 adds the AutoScroll feature, showing scrollbars on a form when one of its controls is...
Date: 05/12/2005
In NETCF V1, when a HttpWebRequest fails due to a timeout, a WebException is thrown with this...
Date: 05/05/2005