Quote Originally Posted by Jacob Roman
Read the whole thing. There's one post where I mention the differences. Here, it's in Post #14



And here are the annoying 6 lines located on top of class modules in VB6 that cannot be used in VB5:

VB Code:
  1. MultiUse = -1  'True
  2.   Persistable = 0  'NotPersistable
  3.   DataBindingBehavior = 0  'vbNone
  4.   DataSourceBehavior = 0   'vbNone
  5.   MTSTransactionMode = 0   'NotAnMTSObject
  6. End



What we have to do for converting modules of Vb6 to Vb5 ..??