This is other project which i did for yokesee which shows the plugin-based concept with multithreading.// This method is called from main thread using proxy-stub layer
Public Function Initialize( _
ByRef sPath As String, _
ByRef sName As String) As Boolean
Set m_cPlugin = modUnregCOM.CreateObjectEx2(sPath, sPath, sName)
your method need load ocx?by clsid?
I want createthread ( address of test) only in stand exe,no need ocx,no need stand dll,no need com dll,no need activex exe.
my method code lines so much,i want to find a easy way,can you help me?
To create a thread you need to use this module. There are the examples of usage. You don't need any dependencies or dlls. This example just shows how to use an external OCX.
I've attached the one. The modMultiThreading module you can get if you go to the link i provided above.where can i download project




Reply With Quote