Setting up Symbol/windows mobile app callling web service-adviceneeded

  • Thread starter Thread starter fig000
  • Start date Start date
F

fig000

Hi,

I've done some pocketpc stuff on ipaq. At my new job we have Symbol
mc9000 running windows mobile. My aim is to run an app that displays
and collects data and also updates data. Bascially data going to and
coming from the data base through web services.

Since it's been a little while since I've done this kind of thing
I have some questions:

1. Is there an SDK that I can download to create the input/output
screens or do I need to use visual studio to create the screens and
code running behind them? If so what version of the SDK should I use?

2. If I can use an SDK will it allow me to call webservices from
inside the code using the screen paramters as input (example code set
off by a button for display and update)?

I hope this is enough information.

Thanks,
Fig000
 
You'll need to use Visual Studio latest version is 9 (2008). And you'll need
a Windows Mobile SDK 5, 6 or earlier depending on what version your device is.
 
Back
Top