|
-
Feb 12th, 2000, 08:59 AM
#1
Thread Starter
Hyperactive Member
I am creating a program that needes to dail with the modem. I want to use ms comm but im not sure how it works exactly. Can anyone give me a idea on how to do this?
Thanks
------------------
-
Feb 12th, 2000, 07:08 PM
#2
Member
Const Internet_Autodial_Force_Unattended As Long = 2
Public Declare Function InternetAutodial Lib "wininet.dll" (ByVal dwFlags As Long, ByVal dwReserved As Long) As Long
Public Declare Function InternetAutodialHangup Lib "wininet.dll" (ByVal dwReserved As Long) As Long
Dim lResult As Long
lResult = InternetAutodial(Internet_Autodial_Force_Unattended, 0&)
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
|