Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Exe calling another exe or exes
Message
De
12/07/2002 14:18:44
 
 
À
12/07/2002 13:59:08
Information générale
Forum:
Visual Basic
Catégorie:
Contrôles ActiveX
Divers
Thread ID:
00677753
Message ID:
00678199
Vues:
16
hi. again

i put this code in my program but

'''
private sub cmdDial_Click()
Dim strNumber As String

strNumber = "123456" 'Replace this with your number
comOne.CommPort = 1
comOne.Settings = "9600,N,8,1"
comOne.PortOpen = True
comOne.Output = "ATDT" & strNumber & vbCr
[something other code]
comOne.PortOpen = False
End Sub
''

i replaced it with my number (111-222-3344) 111 is the area code & 222-3344 is the phone ?...

question .. it did nothing & will the phone rings?? (it should right?)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform