User Profile

Collapse

Profile Sidebar

Collapse
cwthong
cwthong
Last Activity: Dec 13 '10, 11:30 PM
Joined: Jun 4 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • cwthong
    replied to Addhandler problem
    Yes, I need it. However the problem can be solved easily by upgrading to vs2010...
    See more | Go to post

    Leave a comment:


  • cwthong
    started a topic Addhandler problem

    Addhandler problem

    Hi,

    I've this procedure

    Code:
    Private Sub ClientSocket_WriteCompleted(ByVal sender As Object, ByVal e As AsyncCompletedEventArgs)
    ...
    End Sub
    and I need to addhandler for it
    Code:
    Private Sub buttonConnect_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles buttonConnect.Click
    ........        
    ClientSocket = New SimpleClientTcpSocket()
    AddHandler ClientSocket.WriteCompleted,
    ...
    See more | Go to post
No activity results to display
Show More
Working...