Page 1 of 1

add facebook chat in your application

Posted: Sun May 22, 2011 8:16 am
by volttide
add webbrowser in your form

code:
Code: Select all
Public Class Form1

    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        WebBrowser1.Navigate("http://www.facebook.com/presence/popout.php")
    End Sub
End Class
don't give bad comment, because i don't made this by my self

Source:

http://www.youtube.com/watch?v=0sJx2lKob90

Re: add facebook chat in your application

Posted: Sun May 22, 2011 11:52 am
by Snyper345
Just a heads up this is more of a snippet you should ask a mod to move it :)

Re: add facebook chat in your application

Posted: Sun May 22, 2011 1:07 pm
by Agust1337
I have been searching for this for some time lol, thanks for sharing this, it might come handy some time :P

Re: add facebook chat in your application

Posted: Sat Jun 18, 2011 2:14 am
by anthonygz
Thank you for posting this, ive been looking for this for quit some time actually. And i finally found it.