Where to start?

Cheetah

Well-known member
Joined
Oct 12, 2006
Messages
232
Programming Experience
Beginner
Hi there,

If this is not in the appropriate place then please move.

Basically, I want to create an application which has two way communication between a Pocket PC and a PC through wifi.

The application is going to be a remote for windows

What is does

- I have buttons on the form (pocket PC) and when a button is pressed the data is sent to the computer as to which button is pressed.

- The PC then interprets this and applies the appropriate keystroke.

- When an action is triggered on the computer (totally unrelated, but it will be triggered), the computer sends data to the Pocket PC which triggers the appropriate action.

===============================

I am guessing I would use a webservice on the PC to do this, but I have not used one of these before so I don't know how they work.

What software do i need to start developing the application. How would i debug the Pocket PC part (guessing some sort of emulator).

I currently know a little VB.NET (for pc)

Thanks.
 
Back
Top