I made interface between pc & mobile NOKIA 6110 and i used it to send and receive SMS and i can make any function of the mobile on my pc all these by activex (MFBUS15.ocx)(attached).
Now i ask how can i make my program to read the SMS automatically without order of me when it come![]()
i used this code which found in the referance
Private Sub Command1_Click()
sms.sms.Refresh
Text1.Text = sms.sms.Inbox.Item("1").Text
End Sub
this is to read the first sms
also i attached the referance of the activex
i need help




Reply With Quote