I want to make a phone dialer but I don't know how and where to start. Can someone please give me a sample code for phone dialer and the concepts in phone dialer?
Printable View
I want to make a phone dialer but I don't know how and where to start. Can someone please give me a sample code for phone dialer and the concepts in phone dialer?
Not sure if this'll help, but there was results that came up if you search Vb-World for Phone.
Thanks for replying but vb world does not have a specific explainations and the code does not seem to compile
Did you have all necessary controls on the form, with the right names?
You could try looking on http://www.planet-source-code.com for Phone or Dialer.
Have you used MScommctl.ocx
open the port
mscomm1.port= 1
mscomm1.portopen = true
mscomm1.output = "ATDT 555-4833"+vbcrlf
thanks all
run ATH to hang up (hang up before closings the port)
ATA is to answer