Hallo,
after a long time I have rediscovered B4ppc for me.
Now I want to write a code to receive and send SMS.
I use "of course" the Outlook.Lib.
Sending work easily. But receive the text message does not work.
Here my Little Code for sending:
Sub Globals
'Declare the global variables here.
End Sub
Sub App_Start
Form1.Show
sms.New2
intercept.New1
End Sub
Sub Answer
Text="Message has been received"
Sms.New1("myPhonnumber",Text)
End Sub
Sub Button1_Click
Answer
End Sub
But how do I use the Interceptor correctly?
Maybe someone can post a small code?
Thanks in advance!!
SX64
I use B4ppc6.9 / Net.fram 2.0/3.5
my Devices are HTC Touchpro2 Winmob.6.5 / HTC Blue Angel Winmob.6.5
after a long time I have rediscovered B4ppc for me.
Now I want to write a code to receive and send SMS.
I use "of course" the Outlook.Lib.
Sending work easily. But receive the text message does not work.
Here my Little Code for sending:
Sub Globals
'Declare the global variables here.
End Sub
Sub App_Start
Form1.Show
sms.New2
intercept.New1
End Sub
Sub Answer
Text="Message has been received"
Sms.New1("myPhonnumber",Text)
End Sub
Sub Button1_Click
Answer
End Sub
But how do I use the Interceptor correctly?
Maybe someone can post a small code?
Thanks in advance!!
SX64
I use B4ppc6.9 / Net.fram 2.0/3.5
my Devices are HTC Touchpro2 Winmob.6.5 / HTC Blue Angel Winmob.6.5