Related resources for COM Interface
  • Poorman's Installation program in C# and .NET1/31/2007 12:25:10 AM. Installation programs can be quite expensive these days. Although programs such as Wise and InstallShield have fantastic features and are fairly comprehensive, sometimes you just want to do the easy installation of copying and pasting files into a directory and perhaps placing a shortcut in the start menu.
  • Changing the default limit of 25 threads of ThreadPool Class12/7/2005 11:15:06 PM. The Threadpool is useful for managing threads that are usually in a wait state and that take only a short amount of time to do their work. If still you would like to change the default limit of 25 threads then here you go.