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
    Jan 2000
    Posts
    2

    activex exe

    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
    Sep 1999
    Location
    Bangalore, India
    Posts
    21

    Re: activex exe

    Hi,

    I haven't really undersatood u'r problem. But still try this.
    After u'r use did u assign object = nothing. If u have used a form in the ActiveX exe, then in the Class Terminate give a Unload Form command.


    Software Engineer
    Bangalore

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