How do I disconnect the ImagXpress and NotateXpress controls?
Call the NotateXpress ClientDisconnect() method. This is equivalent to setting NotateXpress.ClientWindow to System.IntPtr.Zero.2) If you are using the ActiveX control you must call the UnlockRuntime and SetIXLicenseCodes methods where your application begins and pass the unlock codes as the parameters. For example: ThumbnailXpress1.UnlockRuntime 5678, 5678, 5678, 5678 ThumbnailXpress1.SetIXLicenseCodes 1234, 1234, 1234, 1234 Please note that if you are using either the UsePDFXpress or the UsePDFXpress2 methods in your application then you need to call the UnlockPdfXpressRuntime method in the Licensing class where the application begins and pass the PDFXpress unlock codes as the parameters. For example: ThumbnailXpress1.