472,119 Members | 1,785 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,119 software developers and data experts.

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

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
Nov 20 '05 #1
1 1890
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
"Mullin Yu" <mu*******@ctil.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
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

Nov 20 '05 #2

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

3 posts views Thread by Michael Qiu | last post: by
10 posts views Thread by Jeff B. | last post: by
1 post views Thread by sck10 | last post: by
3 posts views Thread by Jason | last post: by
4 posts views Thread by ad | last post: by
122 posts views Thread by Edward Diener No Spam | last post: by
1 post views Thread by laura.paterson | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.