From: steve on
i would like to start a dial-up connection from vb.

the connection exists as a desktop shortcut to a target located in Network
Connections defined as {BA126AD7-2166-11D1-B1D0-00805FC1270E}.

how do i execute this from vb? executing it will just load the connection
window. so actually i need to execute the shortcut and click the dial
button in the window. and to disconnect i need to execute the shortcut and
click the disconnect button.

any suggestions would be appreciated.

steve



From: Ted on
You can execute Dial-up connection.
Use the
RasEnumConnections API
Should be some samples at
http://www.freevbcode.com

search for dial or RAS.







"steve" <steve(a)nospam.com> wrote in message
news:%23qD3blZqFHA.1336(a)TK2MSFTNGP11.phx.gbl...
>i would like to start a dial-up connection from vb.
>
> the connection exists as a desktop shortcut to a target located in Network
> Connections defined as {BA126AD7-2166-11D1-B1D0-00805FC1270E}.
>
> how do i execute this from vb? executing it will just load the connection
> window. so actually i need to execute the shortcut and click the dial
> button in the window. and to disconnect i need to execute the shortcut
> and
> click the disconnect button.
>
> any suggestions would be appreciated.
>
> steve
>
>
>


From: Ted on
I meant
You can't execute Dial-up shortcut.


"Ted" <2000(a)xxxmsn.com> wrote in message
news:uzbxBIqqFHA.544(a)TK2MSFTNGP11.phx.gbl...
> You can execute Dial-up connection.
> Use the
> RasEnumConnections API
> Should be some samples at
> http://www.freevbcode.com
>
> search for dial or RAS.
>
>
>
>
>
>
>
> "steve" <steve(a)nospam.com> wrote in message
> news:%23qD3blZqFHA.1336(a)TK2MSFTNGP11.phx.gbl...
>>i would like to start a dial-up connection from vb.
>>
>> the connection exists as a desktop shortcut to a target located in
>> Network
>> Connections defined as {BA126AD7-2166-11D1-B1D0-00805FC1270E}.
>>
>> how do i execute this from vb? executing it will just load the
>> connection
>> window. so actually i need to execute the shortcut and click the dial
>> button in the window. and to disconnect i need to execute the shortcut
>> and
>> click the disconnect button.
>>
>> any suggestions would be appreciated.
>>
>> steve
>>
>>
>>
>
>


From: Juergen Thuemmler on

> how do i execute this from vb? executing it will just load the connection
> window. so actually i need to execute the shortcut and click the dial
> button in the window. and to disconnect i need to execute the shortcut
> and
> click the disconnect button.

Have a look at
http://home.iprimus.com.au/billmcc/PlatformVB/, Dial-Up Networking

Juergen.


 | 
Pages: 1
Prev: C to VB please
Next: WindowsMediaPlayer Control