Arkadaşlar ilk once bir forum siteniz olması gerekıyor.

2 Tane TextBox
1 Tane Button


Bu kodları Form 1 e cift tıklayıp ekliyoruz





PHP Code:
Imports mybbLogin
Public Class Form1

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Dim item As New ListViewItem(TimeOfDay)

Dim wrkr As New HTTPWorker()
Dim myBBForum As New myBB("http://siteniz.com", TextBox1.Text, TextBox2.Text)
If wrkr.login(myBBForum) Then
MsgBox("Logged in successfully!")


Mybblogin.dll İndir


__________________