Thin portable client.

  • Thread starter Thread starter tc
  • Start date Start date
T

tc

I have a requirement to run an RF portable application without any
installation on the portable itself. The exe and any other files required
would have to reside on a server. The portable must connect to the server
via RF.

I will be developing in VB2005 for a CE5 device.

Firstly I need to know if this is possible without using any 3rd party
controls or app designers, and if it is possible, how do I go about it?

Thanks.
 
If there is no install on the device then it sounds like you are not
developing in VB for CE 5.0 - you're developing ASP for a server that the
device with use a browser against or a desktop app that you use RDP to
connect to. There is no way to run an app on a device without it first
being copied to the device.


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com
 
Back
Top