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 strongm 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. Dayton2

    foreach with a string and Hashtable

    Is it possible to search through a Hashtable by a string using foreach? I am new to C# and seem to be struggling with correctly implementing the foreach statement. I am attempting to grab each word from a readline and put them individually in a hashtable. This is code that I am working...
  2. Dayton2

    What object initiated the current object

    Raypru, i think that I have to agree with Diancecht. I have never heard of this being done before. But I am curious as to what purpose this would serve if it were possible? Are you trying to establish some type of logging capability? It sounds like you are somewhat familiar with Java, so if...
  3. Dayton2

    What object initiated the current object

    I am not sure if I understand your post completely, if you post some type of code example that would be more clear. From what I think you are trying to say, I don't understand why it would be important for Object B to care about which class has instantiated it. gonna need more info.
  4. Dayton2

    Checking validity of database connection

    I think that the most effecient method of testing database connectivity is to implement a few design ideas. first, pull out all of the code that has anything to do with a database, connection or otherwise, and put it in its own class/method. once you have done this, write very specific tests...
  5. Dayton2

    JComboBox is not appearing as it should

    cbxTest.setVisible(true);
  6. Dayton2

    Converting String to Int

    Integer.parseInt(%string_name);

Part and Inventory Search

Back
Top