Search results

  1. U

    Post Intercepting OUTGOING sms's, how? -> sms_providers.dll wrapping?

    Hello! You can get the source code from WinCE Platform Builder. Actually, you just need to write a DLL including the "TEXT_" Functions. In these functions, you can do all you need to do, and pass the parameters to the original SMS_Providers.dll after all. Check out the latest version of...