Intercept SMS with link cliclable

Jopapa

Member
Licensed User
Longtime User
Hello everyone
I have an application that send a SMS to a GPS tracker in the car (like antitheft).
I get a normal SMS with a URL cliclable like this
37.603846 - Google Maps, -0.977221 & z = 16 "
and it works perfect

But when I intercept the SMS in my application with

Dim SI As SmsInterceptor
SI.Initialize2 ("YES", 999)

I can see the message body in the EditExt or in a Label, but not highlighted to click (and open the map manually or automatically)

Any solutions?

Thanks from a newbie

Jopapa
www.jopapa.me
 
Top