VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Dials the phone and hanges up after message box prompt

by Thejan J Rajapakshe (7 Submissions)
Category: OLE/COM/DCOM/Active-X
Compatability: VB.NET
Difficulty: Unknown Difficulty
Originally Published: Wed 3rd January 2007
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Dials the phone and hanges up after message box prompt

Rate Dials the phone and hanges up after message box prompt



'Place the following code in a Form_Load()

dim A$
A$ = "555-1234"
comOne.commport = 1
comOne.settings = "9600, N, 8, 1"
comOne.portopen = true
comOne.output = "ATDT" & A$ & vbCr
msgbox "Dialing " & A$
comOne.portopen = false


Download this snippet    Add to My Saved Code

Dials the phone and hanges up after message box prompt Comments

No comments have been posted about Dials the phone and hanges up after message box prompt. Why not be the first to post a comment about Dials the phone and hanges up after message box prompt.

Post your comment

Subject:
Message:
0/1000 characters