M
Mike Nicol
Hi all
I'm writing an app in VS.NET 2005 for the Pocket PC 2003. I've gotten all
to work nicely, and it's humming along great.
I've even got it to re-install .netCF2 and the app on cold boot. One
problem though.
When it cold boots, the default under
Start->Settings->Connections->Connections->Advanced->Select Networks, is "My
ISP" for "Programs that automatically connect ot the Internet should connect
using:".
My app uses a HTTPWebRequest to query our Intranet for some information.
While the setting is "My ISP", I can't get a connection, but if I set it to
"My Work Network", it works like a charm.
Now for the Question:
How do I set this setting programatically? I don't want the user to have to
fiddle with the System Settings once it is deployed. This device will be
used by a lot of low-level staff and should be instantly repairable (i.e.
cold-boot to restore to operational state) if for some reason something goes
wrong.
Any responses would be great, I've spent quite a bit of time online looking
for answers, but nothing quite right has come up.
Thanks
Mike
I'm writing an app in VS.NET 2005 for the Pocket PC 2003. I've gotten all
to work nicely, and it's humming along great.
I've even got it to re-install .netCF2 and the app on cold boot. One
problem though.
When it cold boots, the default under
Start->Settings->Connections->Connections->Advanced->Select Networks, is "My
ISP" for "Programs that automatically connect ot the Internet should connect
using:".
My app uses a HTTPWebRequest to query our Intranet for some information.
While the setting is "My ISP", I can't get a connection, but if I set it to
"My Work Network", it works like a charm.
Now for the Question:
How do I set this setting programatically? I don't want the user to have to
fiddle with the System Settings once it is deployed. This device will be
used by a lot of low-level staff and should be instantly repairable (i.e.
cold-boot to restore to operational state) if for some reason something goes
wrong.
Any responses would be great, I've spent quite a bit of time online looking
for answers, but nothing quite right has come up.
Thanks
Mike