Invoking Model and Connecting Remote Computer

  • Thread starter Thread starter VBBoy
  • Start date Start date
V

VBBoy

hi..
I want to access modem attached to my system and invoke it through
vb.net application which will connect to other computer connected
through telephone line. my application then will demand some data from
the remote computer the data transfer logic is working fine. infact i
can transfer data if i connect them using dialup..but i dont want user
to make all this stuff but through my application..

any help???
thanks in advance..
 
Why not be lazy and just do some system.exec/new process() and make a
dialup connection file/shortcut your target. It should open the
associated handler program which would be the system dialer. There's
probably even an API to start RAS connections strictly in code...
although there'll be interop involved if there's no managed code for
it in 1.0/1.1 yet.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top