Search results for query: *

  1. E

    Confusion with the NEW keyword

    Hmm..that makes sense. So if the class is a child of another class using the NEW keyword doesn't make sense because it can't exist on its own. Does that sound right? Thanks for the info!
  2. E

    Confusion with the NEW keyword

    Hello everyone, this is my first post here. I was hoping someone could help me out with a question that has been bugging me. I'm working with ADO.NET and I have the following code (using untyped datasets): Imports System.Data.SqlClient PublicClass Form1 Inherits System.Windows.Forms.Form...
Back
Top