add facebook chat in your application

Use this board to post your code snippets - tips and tricks
4 posts Page 1 of 1
Contributors
User avatar
volttide
VIP - Donator
VIP - Donator
Posts: 106
Joined: Mon Jan 17, 2011 8:24 am

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
User avatar
Snyper345
VIP - Donator
VIP - Donator
Posts: 471
Joined: Mon Nov 01, 2010 1:53 am

Just a heads up this is more of a snippet you should ask a mod to move it :)
Image
Image
User avatar
Agust1337
Coding God
Coding God
Posts: 2456
Joined: Fri Feb 19, 2010 8:18 pm

I have been searching for this for some time lol, thanks for sharing this, it might come handy some time :P
Top-notch casual Dating
User avatar
anthonygz
Member
Member
Posts: 48
Joined: Sun Feb 13, 2011 7:25 pm

Thank you for posting this, ive been looking for this for quit some time actually. And i finally found it.
4 posts Page 1 of 1
Return to “Quick Snips”