I'm using a compiled app.exe on my device. I wrote it, I compiled it,
probably a year or more ago, using full device/desktop version 6.80
When I receive a text message it shell's another .exe
to send the 'Text message received tone' to my Bluetooth headset.
It's stopped 'sending' the tone to my headset.
I've run a test .sbp on my device and the Intercept_MessageReceive event
isn't being recognized.
I've not reflashed windows on my device.
I've not installed a newer(6.90) Basic for ppc on either.
I've got this problem with sense 2.5 on my HD2.
I can use SysState to notify me of an unread message but how would i go about reading the sender, body and time of that message.
I've got this problem with sense 2.5 on my HD2.
I can use SysState to notify me of an unread message but how would i go about reading the sender, body and time of that message.
My only solution at the time was to piggyback on S2U2 application as it was already installed on my phone and the app i was developing was for my use only so this was not an issue. S2U2 stores the last sms received in the registry so i wrote a small app to monitor that reg every 0.5 seconds for any changes and it worked a treat.
If ya need more info on reg i'll post just let me know.