Skip to main content

Search

Search

How To Dispose Of Bartender Exe Activex

Comments

1 comment

  • Avatar
    Gene Henson
    You mention that you are using the close command. This command will close the BarTender label format, but it will not close the BarTender process. You should be calling the .Quit method to end the BarTender process.

    You may also need to add this line of code after you call the BarTender .Quit command:

    [code]System.Runtime.InteropServices.Marshal.ReleaseComObject (btApp)[/code]

    Let me know if that helps.
    0

Please sign in to leave a comment.