How to send Location DATA As string ?????????
tried with no success ( 00 result) Please Advise :
Sub Button2_Click
Dim Message As String
Message = "Please help my location is:" &"Lat = " & userlocation.ConvertToMinutes(userlocation.Latitude) & "Lon = " & userlocation.ConvertToMinutes(userlocation.Longitude)
If EditText1.Text.Length >0 Then
Try
smsmsg.Send(EditText1.Text, Message)
Catch
ToastMessageShow("ERROR", True)
End Try
End If
tried allso
message = userlocation.Latitude &userlocation.Longitude
Same No Success
Please HELP:BangHead: