logo       

Bone headedness: msg#00056

Subject: Bone headedness
I thought I would start a thread  to talk about bone headed mistakes we 
^H^H a friend of ours has made.
I'll start with a little VB.Net example. The names have been changed to 
protect the copyright:

    Private Sub TheThread()

        Thread1 = New System.Threading.Thread(AddressOf tClass.pingLoop)
        tClass = New Class

        'Dim Thread1 As New System.Threading.Thread(AddressOf 
tClass.pingLoop)
        Thread1 .Name = "PingThread"
        Thread1 .Start()          ' Start the new thread.
    End Sub

Man, I was Pissed when I relized my mistake.
darth


-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.289 / Virus Database: 265.5.0 - Release Date: 12/9/2004



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/dpFolB/TM
--------------------------------------------------------------------~-> 

 


<Prev in Thread] Current Thread [Next in Thread>