
TABCTL32.OCX old and new version
It looks as if you are using the ssTab control
Personally I try to avoid using OCXes
I have a Usercontrol that simulates a Tab Strip (not ssTabs) at:
www.iss.u-net.com/etabsim.htm
I wrote this to avoid distributing a pernicious OCX
On Sat, 21 Dec 2002 23:29:54 -0500, "Stephan Farley"
Quote:
>Hi,
> I have a problem where at work that the actual TABCTL32.OCX is
>in the c:\winnt\system32 directory. I cannot change the file
>since it's protect. I have compile my program in VB6 and now when I run my
>program at my job I can no longer use it because of the
>OCX on the computer is too old, the 97 version and the one I'm using is the
>98 version. Strange though it's a windows 2000 box and
>it have the old OCX instead of the new one. When I start the program it's
>says something about the current version of TABCTL32.OCX
>is out dated and need to be updated(just can't recall the error message).
>Anyway I would like that my program compile so it is
>compatible with the old version. I just can't see a available option in VB6
>on how to do that.
> Thank you, Stephan