Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>You need to use the <a href="http://msdn.microsoft.com/en-us/library/ms879581.aspx" rel="nofollow noreferrer">Connection Manager</a> API to establish a connection. In fact, there is a flag you can set to stop the error notification!</p> <p><a href="http://blogs.msdn.com/windowsmobile/archive/2005/09/14/466579.aspx" rel="nofollow noreferrer">Here</a> is an article on how to use the connection manager with wininet. I assume you will have to P/Invoke the API.</p> <p>One suggestion I would have, is to abstract use the connection manager out as much as possible and it use as little of it as possible. Connection Manager is not very nice to use and I beleave the current interface is being dropped in furture versions of Windows Mobile.</p> <p>Update:</p> <p>Calling <a href="http://msdn.microsoft.com/en-us/library/ms852998.aspx" rel="nofollow noreferrer">DMProcessConfigXML</a> is really easy from native code. Again I assume the P/Invoke of this function into C# should not be to bad. Following the link to see a simple example of calling this the DMProcessConfigXML. The had part is figuring out from the microsoft documentation what xml you want to send.</p> <p>You basically need to go through the <a href="http://msdn.microsoft.com/en-us/library/ms889540.aspx" rel="nofollow noreferrer">Configuration Service Providers</a> MSDN documentation in whatever area you can to configure. If you are looking into network setup, I personally would not bother. It's a big hairy mess and is really only useful for setting up proxy setups for specific mobile operators and/or corporate network WIFI setups. If you want to setup general GPRS / Wifi connections, it's not that easy.</p> <p>Update2: I should read the question more closely, I beleave the answer is NO to "modifying the network options", but "Yes" to creating whole new network setups. That's if I understand the spec correctly. I have only played around with setting up networks.</p> <p>Hope that helps.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload