- SendKeys. CF.NET analogue of System.Windows.Forms.SendKeys (now the part of OpenNETCF).
- UIMediator. Demonstrates how to redirect event from non-UI thread to UI thread.
- TextKeyBoxDownFilter. Demonstrates how to write TextBox component that will block Up/Down keys.
- TextBoxVScrollBar. Shows how to control Vertical Scrollbar of a TextBox component.
- Backlight. Application that changes backlight of the touchscreen (tested for PocketPC 2003).
- PictureBoxEx. Demonstrates how to extend PictureBox component that it will support transparency (now the part of OpenNETCF).
- TrafficMonitor. Component that monitoring traffic (in/out bytes) for an adapter (now the part of OpenNETCF in OpenNETCF.Net.NetworkInformation).
- FTPUpload (VB.NET). Demonstrates how to upload file using wininet.dll. Works on PocketPC 2003 (2002 contains bug that allows login only as anonymous).
- SPSingleInstance. Demonstrates how to create CF SmartPhone application as not single-instanced (for more information see Alex Feinman's article).
- IPControl. IP input box that restricts user input enabling to enter only valid IP addresses.
- SaveImage. Demonstrates how to capture user signature and save it as monochrome bitmap.
- MinimizingCapture (VB.NET). Demonstrates how to detect that user click on the "smart minimize" button that exists in the PPC devices.
- SQLCETest. Demonstrates how to use databinding together with SQLCe.
- WaveGen. Generates sound with a given frequency and latency.
- OptimalStringLength. Strip string to optimal length for a given Font and given width in pixels.
- JpegTest. The sample loads the image file into memory and then converts it into JPEG file by using IJG Library native wrapper.
- CEKiosk. Demonstrates how to enable Windows CE device into Kiosk mode.
- WebBrowserCE. The sample integrates Windows CE explorer and demonstrates how to receive events from COM component.
- SPBackCapturing. Demonstrates how to trap event when a user press the back button.
- PictureRotating. The sample illustrates how to rotate a picture on a specific angle using the nearest neighbour method.
- SSLFileDownload (CF2.0). The sample demonstrates how to download file over SSL (VB.NET, CF2.0).
- HTMLView (CF2.0). The sample demonstrates how to embed HTMLView into a form and then enumerate all links in the current page.
- WindowHook (CF2.0). Demonstrates how to hook into WndProc of passed control/hwnd.