Results 1 to 4 of 4

Thread: C# to VB.NET

  1. #1

    Thread Starter
    Hyperactive Member wolfrose's Avatar
    Join Date
    Aug 2002
    Location
    Indiana
    Posts
    309

    Question C# to VB.NET

    I am in the process of translating a C# Class into a VB.NET class. My problem is, I have one line that I cannot decipher. This line is:
    VB Code:
    1. networkStream.BeginRead(bytes,1,1,new AsyncCallback( TcpDataRecieve ), myPOP);
    TcpDataRecieve is declared as:
    VB Code:
    1. Public Sub TcpDataRecieve(ByVal ar As IAsyncResult)
    Can anybody help me decipher this line? It is the only one I cannot decipher

  2. #2
    Frenzied Member MrGTI's Avatar
    Join Date
    Oct 2000
    Location
    Ontario, Canada
    Posts
    1,277

    Question

    Take a look at this: C# to VB.NET
    ~Peter


  3. #3

    Thread Starter
    Hyperactive Member wolfrose's Avatar
    Join Date
    Aug 2002
    Location
    Indiana
    Posts
    309
    Thanks for the reply, but the only thing that does is remove the ";" and adds the ends. It doesn't even remove all the "("

  4. #4
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    i think i made the answer...look at it
    \m/\m/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width