跳至主內容

搜尋

搜尋

How To Dispose Of Bartender Exe Activex

評論

1 條評論

  • 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

登入寫評論。