how can i put a dial button on windows application?

  • Thread starter Thread starter mohamed farouk
  • Start date Start date
M

mohamed farouk

hi everyone
i have a database on sql server that contain the name and
the telephne number ,i have a combo box that contain the
names i want to put button so when i click on it open
port in the modem then dial specific number corresponding
the name ,i want only the code that open port from dot
net framework
thanks everybody
 
mohamed farouk said:
hi everyone
i have a database on sql server that contain the name and
the telephne number ,i have a combo box that contain the
names i want to put button so when i click on it open
port in the modem then dial specific number corresponding
the name ,i want only the code that open port from dot
net framework
thanks everybody

The serial port(?) is not supported in the .NET framework.

<quoting Herfried again>
Thomas Scheidegger's (aka NETMaster) Serial Port FAQ
http://makeashorterlink.com/?M2FE42E83
</quote>
 
Hello,

mohamed farouk said:
i have a database on sql server that contain the name and
the telephne number ,i have a combo box that contain the
names i want to put button so when i click on it open
port in the modem then dial specific number corresponding
the name ,i want only the code that open port from dot
net framework

You may want to use TAPI (nur directly available in the .NET framework).
 

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