Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Visual Basic
  4. hold class instances in vb.net 2003

hold class instances in vb.net 2003

Scheduled Pinned Locked Moved Visual Basic
helpquestioncsharp
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Offline
    E Offline
    ESTAN
    wrote on last edited by
    #1

    Hello, Small question, but it's given me nightmares at the moment. Can I hold class instances in a collection, lets say arraylist? sample code that doesn't work Dim ClasseInstance = New Classe(parametros) ' Add the instance to the arraylist InstanceHolder.Add(ClasseInstance) it's dashing the following error when i try to add the ClasseInstance to the arraylist: Object reference not set to an instance of an object. Can someone help me out with what i missed. Thanks

    C 1 Reply Last reply
    0
    • E ESTAN

      Hello, Small question, but it's given me nightmares at the moment. Can I hold class instances in a collection, lets say arraylist? sample code that doesn't work Dim ClasseInstance = New Classe(parametros) ' Add the instance to the arraylist InstanceHolder.Add(ClasseInstance) it's dashing the following error when i try to add the ClasseInstance to the arraylist: Object reference not set to an instance of an object. Can someone help me out with what i missed. Thanks

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      This error probably means that InstanceHolder is null.

      Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

      E 1 Reply Last reply
      0
      • C Christian Graus

        This error probably means that InstanceHolder is null.

        Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

        E Offline
        E Offline
        ESTAN
        wrote on last edited by
        #3

        Thanks a lot. I feel foolish :-) I had this on top Private InstanceHolder As ArrayList instead of Private InstanceHolder As New ArrayList

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups