| .NET CF and Google APIs |
| The Code Project |
| Sample application to access Google APIs from a .NET Compact Framework application |
|
| .NET Color Picker Controls |
| The Code Project |
| I have created a control library PJLControls.dll containing three public color picker controls, some internal classes/controls and a demo app ColorPickerDemo.exe. The demo shows usage of the controls ColorPanel, ColorPicker and CustomColorPicker. |
|
| A Magical Edit Menu Manager |
| The Code Project |
| A magical edit menu that works with no connections to the rest of your project |
|
| A Raytracer for the Compact Framework |
| The Code Project |
| An implementation of a simple raytracer for the CF as an intro to graphics theory |
|
| An auto-resize C# Listbox (updated) |
| The Code Project |
| A listbox which will auto-resize its texts. |
|
| An Overview of Web Browser Express |
| MSDN |
| Easily build your own Web browser that supports tabs and an integrated link to a search engine by using the C# Express WebBrowser control. |
|
| Audio Manager Jukebox for the PRISMIQ Media Player |
| The Code Project |
| Desktop server and Pocket PC Smart Client for the PRISMIQ Media Player |
|
| Bubble.NET Game |
| The Code Project |
| A Puzzle Bobble (aka Bust-A-Move) clone for Pocket PC using the .NET compact framework |
|
| Building a Directory Listing Application |
| DotNetJunkies |
| In this article, Ljubomir shows you how to allow the user the ability to specify a folder for use later in a program. He explains two ways of building a Directory Listing application that lists all folders from a specific drive and its subfolders. |
|
| Bunnyaruga: GAPI, Hekkus, Basics of Deployment |
| The Code Project |
| This article shows an example of a game that uses the GAPI and Hekkus libraries. It also shows a nice and free way of deploying your games/applications without requiring the .NET Framework installed on the end user machines. |
|
| C# Remote Control using the Audio Port |
| The Code Project |
| This article describes the development of C# code that allows you to send consumer IR codes from your mobile device using the audio port. |
|
| CDList |
| The Code Project |
| Application useful to archive your CD |
|
| CHMReader.Net |
| The Code Project |
| This is a new '.NET' version of my CHMReader program, with more features. |
|
| Color Dialog ListBox/ComboBox |
| GotDotNet |
| This application shows a way to view (in ListBox/ComboBox) all of the named colors specified in the KnownColor enumeration. Author: Vladimir Olifer, e-mail: vOlifer@si.rr.com |
|
| ColorComboBox |
| The Code Project |
| Selecting colors with a combo box. |
|
| Columns reordering and icon columns in DataGrid |
| The Code Project |
| This article demonstrates how to reorder columns (using column drag-and-drop) and icon columns in the DataGrid |
|
| ComboBox in DataGrid |
| The Code Project |
| How to embed ComboBox (DropDown list) in a DataGrid |
|
| ComboBox With Images |
| C# Help |
| There is no built in support for a ComboBox with images. So i created a simple ComboBoxEx class that derives from ComboBox and allows you to set the ComboBoxEx.ImageList property and ComboBoxExItem.ImageIndex property so that the ComboBox displays an image. |
|
| Compact Framework Movie Collection Manager |
| The Code Project |
| An example of using the Compact Framework with SQL Server CE |
|
| Configuration Management for Smart Device Applications |
| The Code Project |
| This utility helps you in configuring .NET Compact Framework applications. |
|
| Connect4 using a greate AI algorithm |
| The Code Project |
| MiniMax algorithm can be used in game AI. |
|
| Consuming .NET Web Services On Pocket PC - Part 1 |
| The Code Project |
| An article on Consuming web Service on PocketPC |
|
| Creating a Smart Base Factory Pattern |
| DotNetJunkies |
| Factory design patterns are a common approach used to help decouple object creation and instantiation from the client. In this tutorial, we will implement a slight twist on a standard factory pattern, devising a project dynamically capable of instantiating and providing information on new or removed concrete objects. |
|
| Creating Your First C# Windows Application |
| The Code Project |
| C# appears to be the new language of choice around the development community, or at least the most talked about new language. Microsoft has introduced a language that will (hopefully) bring together both Visual Basic developers and Visual C++ developers alike. It is important to remember that this application is only to show you some of the most basic compenents in C#. Here we will design a form that will allow a user to populate a listbox with customer names they type above. |
|
| Data Binding Between Controls in Windows Forms |
| MSDN |
| Data binding is a very powerful feature of most applications, and Windows® Forms and Web Forms applications are clearly no exception. Data binding is the process of retrieving data from a source and dynamically associating it with a property of a visual element. Depending on the context in which the element will be displayed, you can map the element to an HTML tag, a Microsoft® .NET Web control, or a Windows Forms control. |
|