Connecting Tech Pros Worldwide Help | Site Map

How to call dialup networking from VB

  #1  
Old June 27th, 2008, 05:16 PM
mwulfe@yahoo.com
Guest
 
Posts: n/a
I want to start the dialup networking dialog from VB6 (under Windows
Vista Ultimate). I assume I should use the Shell command, but I don't
know what to execute. Anyone know how?

TIA,
Martin
  #2  
Old June 27th, 2008, 05:16 PM
Raoul Watson
Guest
 
Posts: n/a

re: How to call dialup networking from VB



<mwulfe@yahoo.comwrote in message
news:832j54plmkgenragu7mhcrqqe4jihhdk7g@4ax.com...
Quote:
>I want to start the dialup networking dialog from VB6 (under Windows
Vista Ultimate). I assume I should use the Shell command, but I don't
know what to execute. Anyone know how?
>
TIA,
Martin
I am not sure this is what you looking
for but try executing "telephon.cpl"
in Windows\System32 directory.


  #3  
Old June 27th, 2008, 05:16 PM
Reverend Fuzzy
Guest
 
Posts: n/a

re: How to call dialup networking from VB



"Raoul Watson" <WatsonR@IntelligenCIA.comwrote in message
news:iBr7k.3929$P%.3138@trndny02...
Quote:
>
<mwulfe@yahoo.comwrote in message
news:832j54plmkgenragu7mhcrqqe4jihhdk7g@4ax.com...
Quote:
>>I want to start the dialup networking dialog from VB6 (under Windows
>Vista Ultimate). I assume I should use the Shell command, but I don't
>know what to execute. Anyone know how?
>>
>TIA,
>Martin
>
I am not sure this is what you looking
for but try executing "telephon.cpl"
in Windows\System32 directory.
I think he's saying he wants to dial out, using the default (or other)
dial-up networking connection.
--
Reverend Fuzzy
Panama City, FL
http://www.msbministries.org



  #4  
Old June 27th, 2008, 05:16 PM
Raoul Watson
Guest
 
Posts: n/a

re: How to call dialup networking from VB



"Reverend Fuzzy" <reverend.fuzzy@spamless.msbdatasystems.comwrote in
message news:y72dnXzQzN6a8sPVnZ2dnUVZ_qvinZ2d@comcast.com. ..
Quote:
>
>..<snip>
I think he's saying he wants to dial out, using the default (or other)
dial-up networking connection.
he said "dialup networking DIALOG" I assume that would be the dialog
If you want to dial out just use the MsComm and you don't have to worry
bringing up a dialog..


  #5  
Old July 3rd, 2008, 02:45 AM
mwulfe@yahoo.com
Guest
 
Posts: n/a

re: How to call dialup networking from VB


On Sun, 22 Jun 2008 23:48:10 GMT, "Raoul Watson"
<WatsonR@IntelligenCIA.comwrote:
Quote:
>
>"Reverend Fuzzy" <reverend.fuzzy@spamless.msbdatasystems.comwrote in
>message news:y72dnXzQzN6a8sPVnZ2dnUVZ_qvinZ2d@comcast.com. ..
Quote:
>>
>>..<snip>
>I think he's saying he wants to dial out, using the default (or other)
>dial-up networking connection.
>
>he said "dialup networking DIALOG" I assume that would be the dialog
>If you want to dial out just use the MsComm and you don't have to worry
>bringing up a dialog..
>
Sorry haven't checked this for awhile, but thanks for the posts. What
I meant was that I want to display the dialog that allows the user to
select the username, password, and phone number to dial, and to dial
the number. telephon.cpl is not what I need.
Closed Thread