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

    Terminating of Activex exe program (out of process )

    I have created an activex exe component which prints using crystal activex control a report.
    Even after printing and completion that process is still running. How to stop or terminate that process
    after my job is completed.?
    Please help me out from this.



  2. #2
    Join Date
    Dec 1999
    Location
    Dublin, Ireland
    Posts
    1,173

    Re: Terminating of Activex exe program (out of process )

    A VB activeX exe will unload when no external references to it exist and all forms loaded by it are unloaded....check the latter.

    '--8<-----------------------------------------
    NEW -The printer usage monitoring application
    '--8<------------------------------------------

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