• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

dialing connection

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi..
I need to create a program that check whether the computer has a connection to the internet or not.
If not, the program should dial the default connection.
Do some stuff.. and then disconnect it.
Assumption:
- Windows NT/2000/XP
- modem is on and ready to use
- has a valid internet account.
many thanks...
 
Ranch Hand
Posts: 130
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think you can try for any existing connection by opening a URLConnection to a site for example. But for opening the dialupscreen, you will have to write some native code. I think it will be worth to search for existing code for this particular problem, I know a lot of application, for example a e-mail application wants to have such funcionality.
Yours,
Mark Monster
 
Quentin Chan
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi..
thanks for ur reply.
I know about ur idea, but it's under assumption that the URL that we're trying to connect is not down.
Isn't that right ?
 
reply
    Bookmark Topic Watch Topic
  • New Topic