|
-
Aug 7th, 2000, 01:39 PM
#1
Thread Starter
Lively Member
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?
-
Aug 7th, 2000, 01:47 PM
#2
Not sure if this'll help, but there was results that came up if you search Vb-World for Phone.
-
Aug 7th, 2000, 03:43 PM
#3
Thread Starter
Lively Member
Thanks for replying but vb world does not have a specific explainations and the code does not seem to compile
-
Aug 7th, 2000, 03:51 PM
#4
Monday Morning Lunatic
Did you have all necessary controls on the form, with the right names?
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Aug 7th, 2000, 03:51 PM
#5
You could try looking on http://www.planet-source-code.com for Phone or Dialer.
-
Aug 7th, 2000, 11:00 PM
#6
Fanatic Member
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
Kurt Simons
[I know I'm a hack but my clients don't!]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|