Can I wrap VB6 component to multi-threaded in .NET

  • Thread starter Thread starter Mullin Yu
  • Start date Start date
M

Mullin Yu

As subject. I have lots of VB6 dll and ocx files and they are
single-threaded as VB6 doesn't support multi-threaded indeed. Can I wrap
anything at .NET so that multi-threaded feature can be provided?

Thanks!

Mullin
 
vb6 does, in fact, support multi-threading...may not be robust but, none the
less.

you can wrap most anything you'd like that supports com, however, the
component itself may not be thread-safe...and .net can't guarantee how the
object will behave in a multi-threaded environment.

hth,

steve
 
Back
Top