Please..Can somebody help me, where to find Messenger IM SDK example in VB.Net

Nicky17 Feb 2012 3:14 AM
Please..Can somebody help me, where to find Messenger IM SDK example in VB.Net (how to connect and make chatting)

Thanks
dewantoagung29 Mar 2012 7:39 AM
I have source code in VB.NET<br><br>Please contact me at dewanto@gmail.com for buy the source<br><br><br><div class="quote "><div class="quotetop ">QUOTE<cite>(Nicky @ 17 Feb 2012 3:14 AM)</cite><blockquote class="quotemain">Please..Can somebody help me, where to find Messenger IM SDK example in VB.Net (how to connect and make chatting)<br><br>Thanks</blockquote></div></div>
Mamat Suparmat25 Apr 2012 12:48 AM
You should download IM SDK PHP example, converting it to VB.NET is not that hard.<br>PHP example use CURL library to send http request, in VB.NET use <em>HttpWebRequest</em> class.<br><br>&nbsp;&nbsp;&nbsp; <span style="background-color:#e6e6e6;">Dim http As HttpWebRequest = DirectCast(WebRequest.Create(&quot;https://login.yahoo.com/WSLogin/V1/get_auth_token&quot;), HttpWebRequest)</span><br><br>And most response from Yahoo server is JSON, you can use some of .NET JSON library out there like:<br><ol><li>JSON.NET (http://json.codeplex.com/) or</li><li>ServiceStack.Text (http://www.servicestack.net/)</li></ol><p>Good luck, :D</p>
26 Apr 2012 5:08 AM
<br><br><div class="quote"><div class="quotetop">QUOTE<cite>(Nicky @ 17 Feb 2012 3:14 AM)</cite></div><blockquote class="quotemain">Please..Can somebody help me, where to find Messenger IM SDK example in VB.Net (how to connect and make chatting)<br><br>Thanks</blockquote></div>