CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Multi-Threaded

  1. #1
    Join Date
    Nov 2006
    Posts
    33

    Post Multi-Threaded

    HI.

    I have a program that does several sweeps in a datagrid, in each sweep adding columns whit data from a DATABASE.

    Any1, knows where can I find information or tutorials about MULTI-THREADED.

    I'm programming with VB.NET 2005

    THANKS.
    Mess With The Best & Die Like The Rest

  2. #2
    Join Date
    Dec 2003
    Location
    Northern Ireland
    Posts
    1,362

    Re: Multi-Threaded

    Hey crash... sounds like you need a background worker thread

    Check this out
    http://vbnotebookfor.net/2007/09/24/...rker-in-vbnet/
    Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. - Rich Cook


    0100 1101 0110 1001 0110 0011 0110 1000 0110 0001 0110 0101 0110 1100 0010 0000 0100 0101 0110 1100 0110 1100 0110 0101 0111 0010

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

Featured