Reputation: 6615
I've been using an ActiveX control for VNC Viewer support in a legacy application for a few years now. The ActiveX control is called Smartcode ViewerX VNC Viewer
. After a bit of trouble connecting to one of our systems, I decided to update to the latest version (which was available on the Smartcode website). This didn't resolve the issue and moreover had a nag dialog because I had forgotten our 1-year upgrade license had lapsed.
After uninstalling the latest version I would now like to start again but try as I might, I cannot re-install the previous version because there is already a TCSC_ViewerControl
component on the ActiveX palette. How do I remove this so I can start again?
When I select control, there is no option to delete it.
I tried moving the component to a separate page (ie. removing it from the ActiveX
page). Then I tried deleting this page, but I get the message:
A page must be empty before it can be deleted.
Upvotes: 0
Views: 2001
Reputation: 613282
You have installed this component into the dclusr70
package. You will need to open up that package file (open its .dpr file) and remove the units that relate to this file. Then compile the package and install it again.
Upvotes: 1