how to get rid of defInstance?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vijayB
    New Member
    • Mar 2008
    • 40

    how to get rid of defInstance?

    Hi All,
    I have one application designed in VB6.0, and now I've converted it into VB.NET application. I am using visual studio 2003. After conversion it is having too many shared properties i.e. defInstance.
    i want to remove those properties and want to write generalized class.

    Can anyone please help me to resolve this??
    thanks in advance.
  • QVeen72
    Recognized Expert Top Contributor
    • Oct 2006
    • 1445

    #2
    Hi,

    Before you change the Code, Take a look at this thread:
    http://www.thescripts. com/forum/thread351873.ht ml

    Regards
    Veena

    Comment

    • vijayB
      New Member
      • Mar 2008
      • 40

      #3
      Originally posted by QVeen72
      Hi,

      Before you change the Code, Take a look at this thread:
      http://www.thescripts. com/forum/thread351873.ht ml

      Regards
      Veena
      Hi Veena,
      Thanks
      I've seen that thread.
      I've already converted the code from vb6 to vb.net 2k3.
      and now i want to eliminate that defInstance property, without changing the core functionality.

      Comment

      Working...