|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How to initiate dial up sequenceI need some VB .Net code that will automatically cause the user's machine to
begin the dial up process to connect to the internet if no connection is found active. "BobAchgill" <BobAchg***@discussions.microsoft.com> schrieb: <URL:http://dotnet.mvps.org/dotnet/code/net/#InternetDial>>I need some VB .Net code that will automatically cause the user's machine >to > begin the dial up process to connect to the internet if no connection is > found active. -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/> Herfried,
I put the Public Class InternetDialer class below my Public Class Form1 end class... I located a good place in my code to call a dial up function but it is not clear to me what line of code to insert to wake up the InternetDialer to do it's thing. It looks like what I need but I am not experienced enough to know how to impliment with out an example or a suggested line of code to fire it up. Thanks! Bob Show quoteHide quote "Herfried K. Wagner [MVP]" wrote: > "BobAchgill" <BobAchg***@discussions.microsoft.com> schrieb: > >I need some VB .Net code that will automatically cause the user's machine > >to > > begin the dial up process to connect to the internet if no connection is > > found active. > > <URL:http://dotnet.mvps.org/dotnet/code/net/#InternetDial> > > -- > M S Herfried K. Wagner > M V P <URL:http://dotnet.mvps.org/> > V B <URL:http://classicvb.org/petition/> > > "BobAchgill" <BobAchg***@discussions.microsoft.com> schrieb: Simply add the file to an empty new code file and use the code below to > I put the Public Class InternetDialer class below my Public Class Form1 > end > class... > > I located a good place in my code to call a dial up function but it is not > clear to me what line of code to insert to wake up the InternetDialer to > do > it's thing. > > It looks like what I need but I am not experienced enough to know how to > impliment with out an example or a suggested line of code to fire it up. create the internet connection: \\\ InternetDialer.Dialup(InternetDialer.AutoDialOptions.ForceOnline) /// -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://classicvb.org/petition/>
Search Arraylist in Arraylist.
Dynamic controls, menuitems, windowlist Advice needed on programming style PropertyBag in VB.NET? Allowing access to controls from another thread PostMessage and Combobox Question about Control Collection in VB.net accessing blob fileds from oracle Cast from string "" to type 'Date' is not valid Accessing controls from another thread |
|||||||||||||||||||||||