CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Activex Exe

  1. #1
    Join Date
    Sep 1999
    Location
    India
    Posts
    5

    Activex Exe

    Hi

    I want to make an activex Exe.
    Basically my purpose is that i want a code component to be called from a client application (in VB6). This code component should then work independently irrespective of my main application operation. But the code component should notify me with events as and when some task is completed. But i am unable to make an activex exe with this feature as calling a function in activex exe object doesnot return back till the function is completed (which is not desirable)

    Please suggest some remeidy to it.

    Thanks


  2. #2
    Guest

    Re: Activex Exe

    If you get an answer, let me know. I am having the same problem.

    Richard Wittmann

    [email protected]



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

Featured