date and time of sms

  1. JhoeyBoy

    Android Question Getting the Date and Time of SMS

    Sub Process_Globals 'These global variables will be declared once when the application starts. 'These variables can be accessed from all modules. Type Message (Address As String, Body As String, Time as Long)' -------i added here Time as Long End Sub Sub Service_Start...
Top