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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: codemama
  • Content: Threads
  • Order by date
  1. codemama

    Console.ReadLine error

    I have a windows application that can also be run as a console application. (using AttachConsole(process.Id) Both work fine if I run the console via a batch file. However, if I run the application straight from the commandline I get the following error when I enter a input: Coninue Installing...
  2. codemama

    Check Before setting object = Nothing

    I know there was some debate on whether you should set it to nothing or let VB take care of it.. However it is part of our company coding standards to set the object to nothing when done. 1. Do I need to check if the object exists before setting to Nothing? (more obvious in class vars). If NOT...

Part and Inventory Search

Back
Top