Overblog All blogs
Edit post Follow this blog Administration + Create my blog
MENU
SMS Advertising Solutions
Advertising

Article 16: SMS Gateway With Visual Basic

Article 16: SMS Gateway With Visual Basic

Very much a tutorial SMS Gateway if you are browsing through google.com om, choose to live that is open source using Kannel on Linux or with Gammu that can be used on Windows or Linux, and for you fans of windows and familiar with Visual Basic or Delphi program certainly very much once you've found, I've been to the site http://bengkelprogram.com, there is very much to discuss about the SMS Gateway using Delphi and Visual Basic programs.

Although I do not so much understand SMS Gateway using Visual Basic and Delphi but there is little sharing for rekan2 who need it, which I found from some articles. Yup simply connect the phone to the sample visual basic program:

1. Visual Basic programs have been installed You must dikomputer.

2. Download file Mfbus (I have included with the sample program), and then extract it to the folder windows \ system32.

3. Registration her first MFbus through command promt or just click tuh existing folder labeled Regsvr32 prograh example), if dengna caranaya command promt type in the Run box "regsvr32 Mfbus15.ocx"

4. You do not want to forget the data cable must be connected to your computer.

After the above preparation you do, the next step for the form like this on your VB program:

- Double click the CommandButton "Connect" and then give the following script:

Private Sub Command1_Click ()

'For the connection between the mobile

'With the computer. Rated "COM1" can

'Vary according to the number

'COM is used but

'If using fbus usually

'Between COM1 or COM2

MFBUS15Control1.Connect "COM1"

'To display the mobile signal

Label1.Caption = "Signal:" & MFBUS15Control1.RfLevel

'To check whether the connection succeeded or failed

If MFBUS15Control1.Connected = True Then

MsgBox "CONNECTION WORKS"

Else

MsgBox "CONNECTION FAILED"

End If

End Sub

- To Disconnectnya paste the following courses:

Private Sub Command2_Click ()

'Script disconnect

MFBUS15Control1.Disconnect

'To hide the display signal values

Label1.Caption = "Signal:"

End Sub

Remember that there are pictures there Fbus posts appear if ActiveX is diaktifin Mfbus. When everything goes wrong try to run the program.

Advertising
Share this post
Repost0
To be informed of the latest articles, subscribe:
Comment on this post
E
We can create a SMS gateway by using the visual basic webinar. The info we can use in different ways and the details are really so much useful to all of us. Thank you so much for everything you are shared here.
Reply