|
-
May 24th, 2002, 05:16 PM
#1
Thread Starter
New Member
how to create activex exe ???
In vb6 we created an (out of process) activex exe with thread-per-object threading, so that a single threaded app can create a number of instances of an app, each running in their own thread.
Can't see how to do this (or equivalent) in .net. For that matter, can't yet work out how to create a single threaded COM object with .Net
MS info suggests the equivalent of a multiinstance is a class library, but can't find the settings to configure class library as an out-of-process server or specify the threading model.
Any suggestions ???
Thanks,
Martin.
-
May 24th, 2002, 09:15 PM
#2
you dont write COM and ActiveX in .NET. You use the System.Threading namespace/classes to control threading.
Try searching for info on System.Threading.
-
May 27th, 2002, 03:22 AM
#3
Thread Starter
New Member
We apreciate VB.net has a new threading model, but is it not possible to write and ActiveX exe any more for backward compatibilty with exisiting COM-based systems ????
-
May 27th, 2002, 10:29 AM
#4
Addicted Member
There is an option to compile with a COM wrapper under the project properties --> configuration properties --> build.
That which does not kill us, only makes us stronger. 
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
|