|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Call with modemHello,i need make a call with the modem.
In my application exist a text box,in this the phone number of client. When press the button the app need make the call to the client phone number. Any exmaples ?? Thanks in advance. Hi,
I have examples of several different dialers in my book (see below). However, this simple-minded code may get you started: With MSComm1 .Settings = "9600, N, 8, 1" .RTSEnable = True .DTREnable = True .CommPort = 3 'or whatever you need If .PortOpen = False Then .PortOpen = True MSComm1.Output = TextBox1.Text & ";" & vbCr End With This code is simple. It has no "frills" so you will have to modify and extend it as needed. Dick -- Richard Grier, MVP Hard & Software Author of Visual Basic Programmer's Guide to Serial Communications, Fourth Edition, ISBN 1-890422-28-2 (391 pages, includes CD-ROM). July 2004, Revised March 2006. See www.hardandsoftware.net for details and contact information.
Application crashing - trying to track down the problem.
Data Type String Problems after installing Visual Basic 6 on XP Professional SP2 VB6 App Deployment in Vista Convert decimal to fraction string Looking for an easy way to achive this problem. VB6 User Control next problem Autologon on Vista email attachments? Read/Write permission (earn your quarter, Karl!) |
|||||||||||||||||||||||