views:

732

answers:

6

I want to develop a scrolling UI for Windows Mobile... Can anyone please help with any refrence material

A: 

Why don't you narrow it down a bit:

  1. Which programming language you use? C#, C++, Java
  2. Can you choose the development environment?

Here's some pointers:

  1. Pocket PC developer network
  2. MSDN Windows Mobile
Rope
A: 

You can use Panel control for develop a scrolling UI with set Autoscroll property to True. you should tell more detail in your idea.

mSafdel
A: 

I assume you have visual studio installed and have downloaded the windows mobile 6.1 SDK and 6.5 DTK and have them properly installed and configured. The documentation that comes with the SDK and DTK is actually very good and I would suggest that you start there.

A: 

Here is one interesting article about developing a finger touch supported mobile app: http://www.resco.net/developer/company/articles.aspx?file=articles/article07 Moreover, it has a short flash animation that is quite catchy;-)

Ivan
A: 

Should you consider 3rd party components, Bee Mobile guys provide a some touch scrolling enabled ones. Take a look at http://beemobile4.net

Peter Salamon