Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Vb code using as vfp codes
Message
From
23/12/2008 07:51:19
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Web
Miscellaneous
Thread ID:
01369319
Message ID:
01369321
Views:
10
Try it add from tools-controls-active-x controls as a control. I see you are trying send sms from a cellphone. It will be slow and won't got money you. I send sms with a sms supplier. They have a .dll file. It works by internet. I earn money with each sms sending...


>what is alternative of these codes for vfp
>
>Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "Comdlg32.ocx"
>
>
>Private Sub Connect_Click()
>    KylixSMS.Disconnect
>    'These two properties must be set BEFORE 'Connect' method.
>    KylixSMS.RegisterName = "0000000000"
>    KylixSMS.RegisterCode = "0000000000000000000000000000000000000000"
>    
>    KylixSMS.NeedLog = 1    'If you have any problems please set the value to 1, and send us the log file "C:\MOBILESMS.LOG".
>    KylixSMS.SetComDTRRTS 3    'if 3 does not work please try 0,1,2.
>    
>    KylixSMS.ConnectionMode = ConnectionMode.ListIndex
>    KylixSMS.ComNumber = ComPort.ListIndex + 1
>    KylixSMS.ComBaudrate = ComBaudrate.Text
>    KylixSMS.InitPIN = ""
>    If KylixSMS.Connect < 0 Then
>        MsgBox ("Failed.")
>    Else
>        Connect.Enabled = False
>        Disconnect.Enabled = True
>        InfoRefresh_Click
>    End If
>End Sub
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform