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 SkipVought 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: *

  1. codemama

    Console.ReadLine error

    Found a side solution. It is not programatic solution, but more how the user must run the application from command line mode. The application must be run with the START /WAIT We added this to our Application Help message to clarify to the user. If anyone know a way to solve this via code...
  2. 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...
  3. codemama

    Check Before setting object = Nothing

    Thanks for the info and view points.. I spent most of yesterday wading thru the code and determining what class vars needed to be destroyed in the class_terminate method. Was able to do a ton of clean up.. And yes, they were setting and object to nothing and then creating it again.. Code is...
  4. 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