Hi

After defining the network connection on the PDA, how can I open a connection selection dialog in eVC3 so the user selects one to activate?

Thanks

Re: Select Network connection by David

David
Fri Jul 30 13:41:10 CDT 2004

Programatically, you can use Shellexecute with this command line:

ctlpnl cplmain.cpl,17,0<CR>

Change the 0 to 1 to open the second tab.

reference:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppc2k/html/ppc_tcuts2.asp

David
------
This posting is provided "AS IS" with no warranties, and confers no rights.

"Filipe Madureira" <Filipe Madureira@discussions.microsoft.com> wrote in
message news:7D17D8EB-7147-4F5F-A9C8-3328F0CDC44D@microsoft.com...
> Hi
>
> After defining the network connection on the PDA, how can I open a
connection selection dialog in eVC3 so the user selects one to activate?