Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by robertbcoding

  1. robertbcoding

    C# Multithreading question, looking for some direction

    Using Directives namespace myProject { class myClass { Global Variables static void Main(string[] args) { // get a list of files string[] files = Directory.GetFiles(myDirectory); Thread[] workers = new Thread[files.Length]...

Part and Inventory Search

Back
Top