How to send a link message to mobile via bluetooth in C#
Posted
by Ramesh Soni
on Stack Overflow
See other posts from Stack Overflow
or by Ramesh Soni
Published on 2009-08-31T06:20:29Z
Indexed on
2010/03/25
11:23 UTC
Read the original article
Hit count: 241
My requirement is to send a link message to mobile via bluetooth in C#. The message should contain some hyperlink. And when the user opens the message it should directly open the link in browser.
It should work without installing any other application on mobile device.
© Stack Overflow or respective owner