Build application for Pocket PC using Visual Studio 2005 (C# language)

11 07 2008

This was my final project in my last year in my college, ITB. I had to build an application for Pocket PC using C# language. And i want to share a little thing to build this application.

I used personal laptop that using Windows XP OS. And i used Pocket PC that using Windows Mobile 6 professional OS.

First, you must install Visual Studio (e.g 2005 or else), Windows Mobile 6 Professional SDK Refresh, NETCFSetupv2, and VS80sp1-KB926601-X86-ENU to your computer. After that, you open visual studio and open File => new => Project, choose Visual C# => Smart Device => Windows Mobile 6 Professional => Device Application. You will see this code:

1  using System;
2  using System.Collections.Generic;
3  using System.ComponentModel;
4  using System.Data;
5  using System.Drawing;
6  using System.Text;
7  using System.Windows.Forms;
8  namespace DeviceApplication22
9  {
10        public partial class Form1 : Form
11        {
12              public Form1()
13              {
14                      InitializeComponent();
15              }
16              private void Form1_Load(object sender, EventArgs e)
17              {
18              }
19        }
20 }

The emulator of Pocket PC is appeared in the image above. After that, you can start build your own code, and i will continue later. :) .( I was a newbie for using this before)


Actions

Information

3 responses

15 07 2008
anggriawan

wew.. kak renitaaa, ajarin saia dung.. ^:)^

19 07 2008
Jyothsna

hi i am going to develop a product in windows mobile using c#.But i am new to this platform.i want full guidence.any one can help me plz

12 03 2009
Renita Fransisca

i’m not too expert for this c# for windows mobile, but i may guide u as long as i know it… what do u want me to do? :)

Leave a comment