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 wOOdy-Soft 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 kevinprog

  1. kevinprog

    exception handling

    The following is for a windows application. If I was to cause a button click to throw an exception i.e. private void button6_Click(object sender, System.EventArgs e) { //simulate a crash by throwing an exception throw new Exception ("Simulated Crash"); } where would I catch this other than in...
  2. kevinprog

    Array list and inheiritance

    Newbie C# programmer here. I have a base class A which has a method for id. Now I have class B which inheirits from B and has a method for expiry date. Finally I have class C which inheirits from B and has a method for printing names. If I were to instantiate each one of these types of...

Part and Inventory Search

Back
Top