• 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

How to make an AutoDialer

 
Ranch Hand
Posts: 305
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Everybody,
I am trying to make one program for windows in Java. The objective is to make a auto Dialer type of stuff for connecting to Internet. The flow would be as follows:
1. Will run a setup program.
2. This setup program will make a icon at the network neighbourhood.
3. Will ask to select a driver for a particular modem brand and wil copy it.
4. Once above done, user need to just click at connect to just get connected.
I don't know how to do step 2 and 3 i.e making icon and copyng the drivers. Perhaps this is a question which does not belong here but also don't know where to ask.
I would be highly obliged if some one can spare a moment and let me know how to proceed on this.
regards,
Arun
 
Sheriff
Posts: 9109
12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Definitely not a beginner question. I'm moving this to Java in General (intermediate) for now.
reply
    Bookmark Topic Watch Topic
  • New Topic