Results 1 to 9 of 9

Thread: How to dial, using a modem

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2000
    Location
    Vaxjo, Sweden
    Posts
    85

    Question

    How do I do this? I need to be able to dial a certain number, without getting any dialogue boxes (Windows internal ones). Plus, I need to know how to hang up. Does anyone have a good example of this.

    //Anders
    Reality is what you make up when you can't handle your fantasies.

  2. #2
    Lively Member
    Join Date
    May 1999
    Location
    Singapore
    Posts
    116
    there is a code in vb-world which does just that...saw it sumwhere here last time
    YC Sim
    Teenage Programmer
    UIN 37903254



  3. #3
    Lively Member
    Join Date
    May 1999
    Location
    Singapore
    Posts
    116
    YC Sim
    Teenage Programmer
    UIN 37903254



  4. #4

    Thread Starter
    Lively Member
    Join Date
    Jul 2000
    Location
    Vaxjo, Sweden
    Posts
    85
    Thanks, but doesn't this just dial the default internet provider? What I actually intend to do is dial a number from a list, with a voice modem. I'll be doing the communication myself, not the computer. I just need the computer to dial for me.

    //Anders
    Reality is what you make up when you can't handle your fantasies.

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Jul 2000
    Location
    Vaxjo, Sweden
    Posts
    85
    It can be done using TAPI, but when dialing with LineMakeCall, a dialog box is automatically displayed, with options to hang up and so. Is there a way to diable this?

    //Anders
    Reality is what you make up when you can't handle your fantasies.

  6. #6
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649
    Why not use the Microsoft Comm Control?

  7. #7
    Lively Member
    Join Date
    May 1999
    Location
    Singapore
    Posts
    116
    you can juz send data to the modem using the mscomm
    YC Sim
    Teenage Programmer
    UIN 37903254



  8. #8
    I'm about to be a PowerPoster! Joacim Andersson's Avatar
    Join Date
    Jan 1999
    Location
    Sweden
    Posts
    14,649
    If you send "ATDT" + the number to dial to the MSComm object it will call that number!!!

  9. #9

    Thread Starter
    Lively Member
    Join Date
    Jul 2000
    Location
    Vaxjo, Sweden
    Posts
    85
    Yea, I have found a solution, which will dial and hang-up. But I would really like to use TAPI instead, since it can handle more than modems. It also would handle, for example, IP-phoneing (not sure if that's the actual word).

    //Anders
    Reality is what you make up when you can't handle your fantasies.

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