Jump to content


Photo

พี่ๆครับรบกวนสอนผมหน่อยเถอะ


  • Please log in to reply
No replies to this topic

#1 godsibig

godsibig

    ซุนจ้ง

  • Members
  • 20 posts

Posted 07 April 2008 - 11:56:04 AM

ตอนนี้ ทำได้แค่เชื่อมต่อกับเซริฟเวอร์ครับ สมุมติเราคลิ๊ก เลือกเซริฟ ทำได้แค่นี้ จะส่ง user pass ไปยัง เซริฟย่อยยังไงครับ งง ตอนนี้ ทำได้แค่นี้ครับ
อยากให้พี่ๆช่วยแนะนำแนวทางหน่อยครับ ว่าจะทำไรต่อ ทำยังไง T^T
ผมใช้ VB.net 2008 นะครับ
QUOTE

Public Class Form1
Private Sub LoginButton_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles LoginButton.Click
Dim ip As String
Dim port As String
If SvComboBox.Text = 0 Then
ip = "203.144.137.9"
port = 6414
ElseIf SvComboBox.Text = 1 Then
ip = "127.0.0.2"
port = 8081
End If
If LoginButton.Text = "Login" Then
AxWinsock1.Connect(ip, port)
MainListBox.Items.Add("Connection To " & ip & ":" & port & "")
LoginButton.Text = "Logout"
Else
AxWinsock1.Close()
MainListBox.Items.Add("Disconnection...")
LoginButton.Text = "Login"
End If
End Sub
End Class



IPB Image




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users