Results 1 to 40 of 172

Thread: using VbTrickThreading-master examples without the typelibs for Callback and Marshal

Threaded View

  1. #11
    PowerPoster
    Join Date
    Feb 2015
    Posts
    2,797

    Re: using VbTrickThreading-master examples without the typelibs for Callback and Mar

    // 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?
    This is other project which i did for yokesee which shows the plugin-based concept with multithreading.
    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.

    where can i download project
    I've attached the one. The modMultiThreading module you can get if you go to the link i provided above.
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width