Results 1 to 6 of 6

Thread: Phone dialer

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2000
    Location
    Ca
    Posts
    106

    Question

    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?

  2. #2
    Guest
    Not sure if this'll help, but there was results that came up if you search Vb-World for Phone.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jul 2000
    Location
    Ca
    Posts
    106

    Angry

    Thanks for replying but vb world does not have a specific explainations and the code does not seem to compile

  4. #4
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    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

  5. #5
    Guest
    You could try looking on http://www.planet-source-code.com for Phone or Dialer.

  6. #6
    Fanatic Member
    Join Date
    Jul 2000
    Location
    Manchester NH
    Posts
    833
    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
  •  



Click Here to Expand Forum to Full Width