|
-
May 5th, 2005, 07:49 PM
#7
Thread Starter
Fanatic Member
Re: What is difference between VB5 and VB6
 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:
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
End
What we have to do for converting modules of Vb6 to Vb5 ..??
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|