Click here to Skip to main content
15,891,136 members
Everything / Mobile Apps / Windows Mobile / Pocket PC 2002

Pocket PC 2002

PocketPC-2002

Great Reads

by Eric J. Smith, Shannon Davidson
Easily detach entities when using LINQ to SQL
by emranallan
Add your local inside windows local to be supported for unicode
by emranallan
Lock Device Screen ,to prevent an one working on the device
by emranallan
Server Application to remote your mobile device through wireless/wire connection not based on RAPI

Latest Articles

by NightWizzard
Handling for hex expressions and the trailing '}'
by Misha1964
Learn how to validate complex web forms using business rules engine
by Taka Muraoka
A quick and convenient way to build STL strings.
by emranallan
Server Application to remote your mobile device through wireless/wire connection not based on RAPI

All Articles

Sort by Title

Pocket PC 2002 

6 Feb 2003 by slolife
.NET class to create and maintain vCalendar information
18 Apr 2007 by Liam Cavanagh
The purpose of this article is to show how to add data replication to a mobile application through the use of .NET (C#).
24 Jul 2002 by Stefan Spenz
An article about basic function and class templates
18 Aug 2004 by Sprotty
An introduction to XML Data Binding, and a review of a number of leading products.
19 Feb 2003 by João Paulo Figueira
A class to format COleDateTime objects into strings using standard formatting codes.
26 Jan 2004 by João Paulo Figueira
An implementation of a full-browsing file open dialog.
16 Aug 2003 by João Paulo Figueira
Implementing a font chooser dialog with preview and ClearType support.
5 Jul 2008 by Ravenet
A gradient button for Windows Mobile and the .NET Compact Framework.
18 Mar 2004 by Daniel Junges
A simple and very small stack implementation for any type.
7 Sep 2002 by Tanzim Husain
This article describes a non full screen dialog class that does not switch to full screen when the SIP is activated.
2 Nov 2003 by João Paulo Figueira
Putting imgdecmp.lib to work with a few extras.
7 Jun 2003 by ljw1004
A complete PocketPC app in plain Win32/C++.
12 Jan 2003 by João Paulo Figueira
Implementing a letter strip control for record selection.
12 Mar 2003 by João Paulo Figueira
An implementation of the selection bars found on PocketPC 2002 applications.
6 Aug 2003 by João Paulo Figueira
Porting Carlos Antollini's ADO classes to the Pocket PC.
4 Apr 2004 by Paul Ranson
A template class that allows Win32 object lifetimes to be managed 'smartly', includes an example memory mapped file wrapper.
19 Sep 2003 by João Paulo Figueira
Implementing a wizard-like dialog on the Pocket PC using property sheets.
26 Dec 2007 by Zeeshan Haneef
An article on drawing graphics on a hand-held device touch screen.
2 Mar 2003 by CT CHANG
Add, edit, and delete records/table/database in MS SQL Server CE v1.0/v2.0.
10 Sep 2009 by gbd77rc
How to use asynchronous calls to SQL to receive progress information
8 Jul 2002 by 0xdeadbeef
Advanced critical section which features TryLock and timeouts
6 Feb 2005 by João Paulo Figueira
Exploring SQL CE 2.0 schema information with the ATL OLE DB Consumer Templates.
31 Aug 2003 by Girish Nurani Sankaranarayanan
An article on automating the installation of .NET Compact Framework on Pocket PC devices.
9 Dec 2002 by #realJSOP
One technique for performing a binary insertion sort on a std::list
31 Jul 2009 by Dmitry Klionsky
Bluetooth for Microsoft Device Emulator enables Bluetooth communication from and to the emulator.
6 Nov 2003 by victor vatamanescu
Developing .NET cross platform applications using mono and IBM DB2
18 Sep 2011 by Gerry Logrosa
Hi All,Good day!How can I internationalize a smartdevice application. I want to display all data to datagrid in asian languages(Chinese, Vietnamese, etc) I create a resource file for each languages. My problem is, it was not able to display the correct string(还是用中文吧) instead it will...
18 Sep 2011 by Sergey Alexandrovich Kryukov
Those boxes is a sign of using the font not supporting the characters you use. You need just to use the right font. Use "Character Map" (charmap.exe) application bundled with every version of Windows to see what font support which Unicode code point ranges. For example, the font "Arial Unicode...
18 Apr 2011 by Spidy1
I've been struggling to find a way to get an exe's file version info from a Pocket PC (running Compact Framework 1.0) to a PC application (developed in VS2008, C#).On the PPC I use the following:System.Reflection.Assembly.GetExecutingAssembly().GetName.Versionto get the version string....
18 Apr 2011 by Henry Minute
Have you tried FileVersionInfo.GetVersionInfo("exefilename")[^]?
18 Apr 2011 by Henry Minute
Have you tried FileVersionInfo.GetVersionInfo("exefilename")[^]?
18 Apr 2011 by Spidy1
Hi Henry, thanks for the reply.Sorry if I didn't make myself clear. I want to call a method from the PC to query the Pocket PC while it is docked and connected with ActiveSync.So, from the PC, query the Pocket PC and get the version of an exe file on the Pocket PC.Essentially, I have...
9 Apr 2012 by LucianoGonzalez97
I've searched on the internet for it but none of the articles I read explanated my question.I'm new to C# and VB.NET and I want to make a program to create new tasks on PocketOutlook (Windows mobile) setting Subject, date of conclusion and notes. Simply that.I just know that I need to...
17 Jun 2010 by longlaodai_it
i'm making a app play mp3 with winmm.dll on PocketPC-2003 (VS2008), but when run app, it show "Can't find Pinvok WinMM.dll"... Who can help. Please. Thanks so much !Ps: If can't play mp3 with Winmm.dll, can i play with coredll.dll ? And how to use it ? Thanks :)
14 May 2003 by Daniel Strigl
A owner drawn list control to emulate a single select list box with a little icon at the beginning of each line.
26 Apr 2004 by Anne Saouter
29 Feb 2004 by Peter Tewkesbury
Allows the reading of CHM files on a Pocket PC2003.
8 Aug 2002 by Cho, Kyung-min
If you are working with limited resources in a multithreaded scenario, ObjBroker will help you...
5 Feb 2003 by João Paulo Figueira
An implementation of the Office 97 style Colour Picker control for Windows CE.
30 May 2009 by Frank Th. van de Ven
Terminate a process, or check if it is running, using the full file path. It also enumerates processes returning the full path to the running EXE file.
15 Aug 2011 by Member 4015829
hi ,this is my connection string : string strConnection = "Data Source=PROGRAMCO-PC,1433;Initial Catalog=test;User ID=sa;Password=;"; string strCommand = "Select * from tblMosh"; SqlConnection connDB = new SqlConnection(strConnection); ...
15 Aug 2011 by Tamer Hatoum
if you are connecting remotely you have first to make the authentication to mixed authentication , and is your server you are connecting locally ? it is more accurate if you apply the IP,port and then you can ping to that IP and see the result.. and also try connecting by applying the same data...
12 Feb 2006 by Mick Doherty
Controlling hardware buttons, the easy way...
9 Apr 2016 by NightWizzard
Handling for hex expressions and the trailing '}'
20 Aug 2003 by Kochise
6 Jul 2007 by nguyenthanhtungtinbk
This article shows you the advantage of PNG images with alpha-blending feature in creating animation and demonstates how to use PNG images in Framework.NET application by calling API
7 Sep 2003 by EK_Kiwi
Creating and using a header bar control in MFC in Windows CE.
17 Jun 2004 by Girish Nurani Sankaranarayanan
A beginner level article describing the creation of Pocket PC application setup packages using the CAB Wizard application.
6 Mar 2005 by Stefan Repas
Learn how to write a useful smart currency converter tool with Visual Studio .NET 2003 for the Pocket PC 2002/2003, which works both in offline and online modes.
7 Jun 2003 by ljw1004
Manipulate the "Folders" drop-down in a PocketPC 2002 application.
12 Dec 2003 by sh856531
A simple tutorial showing how we can customise the templates used by VS when it generates source code for us.
30 Oct 2002 by John Aldrich
This article will explain a method of benchmarking a W9X/W2K/XP based computer to determine the maximum safe level of thread usage while keeping the system able to process other input without entering into a freeze condition.
3 Jul 2012 by Muqtadeer
Hi,I am developing a pocket pc application on VS 2005. I am able to add DataGridTextBoxColumn() and i am also able to add few selected columns to the Datagrid.My question is: I want to add an imagecolumn to the datagrid or bitmapcolumn to the Datagrid, How can i do this in PocketPc?
19 Jul 2012 by sundaramoorthy.b
hi,i hope the below link help you,http://www.vbdotnetheaven.com/uploadfile/tameta/addingcontrols04232005023951am/addingcontrols.aspx[^Regards,SundaramoorthY
3 Mar 2009 by Zenab_Zenab
This article focuses on developing a workflow client device application for Pocket PC in C# 2003.
19 Mar 2003 by João Paulo Figueira
How to eneble and disable top-level popup menus in the Command Bar of PocketPC 2002 applications.
22 Sep 2002 by Jim Koornneef
Combine CXImage and DibSectionLite on Pocket PC.
18 Feb 2007 by AhmedEssamNaiem
Using Vector and double linked list to create trees
10 Dec 2002 by CT CHANG
Enable floating SIP control in iPAQ/Windows CE .NET devices.
10 Dec 2005 by advatronix
C++ Class to enumerate COM ports on Pocket PC
21 Apr 2004 by Nicolas Gaillet
14 Mar 2005 by CT CHANG
Enable full screen mode in .NET compact framework applications.
28 Feb 2003 by João Paulo Figueira
Tips on how to handle tap-and-hold user commands.
26 Oct 2002 by CT CHANG
Add full screen capability in your PocketPC applications.
30 Aug 2003 by EK_Kiwi
Creating and using a header bar style control in Windows CE.
25 Nov 2009 by GonçaloBat
Hi there. I  am now coding a program in C# and I am facing a problem.I want to create dynamic windows form, getting the information for those form a xml file.  In the form  just want to have as many textboxes and description as the fields of the desired report. In normal C# I use the TableLayoutPane
25 Nov 2009 by Abhishek Sur
I have done a similar thing few years back when I was working with Compact Environment.I dont think any layout panel is available in Compact Winforms. So you need to calculate the postion programmatically yourself. Rather if you are making the UI from an xml file, why dont you store the exact locati
26 Nov 2009 by GonçaloBat
thanks for  the help Best Regards Gonçalo Batista
17 Jul 2007 by Daniel Cohen Gindi
This article shows how to encode/decode URLs to the UTF8 format (with %20 and so) if you have to have web support in your application.
7 May 2012 by emranallan
Lock Device Screen ,to prevent an one working on the device
16 May 2004 by João Paulo Figueira
Extending the DrawText function to display truncated text with a terminating ellipsis
23 Feb 2003 by Heath Stewart
Using alternatives to importing type libraries and COM objects can improve the portability of your source code.
17 Dec 2003 by Daniel Strigl
Learn how to make your Pocket PC speak with your mobile phone.
28 Sep 2008 by AndrewSmith
A plunge into creating a fast, full text index, with advanced searching capabilites.
26 Oct 2003 by Girish Nurani Sankaranarayanan
An overview of Pocket PC development, including information on development tools and languages available.
4 Jul 2007 by Liam Cavanagh
The following article explains how to launch an executable from within your application on Windows Mobile using C#.
12 Jul 2009 by Eric J. Smith, Shannon Davidson
Easily detach entities when using LINQ to SQL
12 Aug 2002 by Tanzim Husain
This article describes an undocumented API that enables you to load images (bmp, gif etc.) from files under Pocket PC 2002
2 Feb 2010 by Nayak, Rajesh
Hi There, I am registered with a emailadress that does not belongs to me.I left the company, so dont have access to the email.What do you suggest to login and edit my article.
2 Feb 2010 by Christian Graus
If you forgot your password, I suggest you contact the site admin and see if they can help you. But imagine if I claimed I was you, had lost my password and could not access my email anymore ? Knowing the address is about the only thing you will have going for you.
7 Jun 2003 by ljw1004
If you don't want to use CAB, this is how.
6 Apr 2003 by c-smile
Source C++ classes for persisting flat table data.