I have a VFP6 application that has been running fine on several W98
workstations for several years now. Recently we upgraded some of the
workstations to XP. I have run the original application setup, but I found
out some active-x controls are not registering in XP. I guess I have to
manually register them using regsvr32.exe. Can anybody tell me what ocx's I
need to copy and register for "active-x slider" control

Thanks

RE: OCX Not Registering by Muchiri

Muchiri
Wed Jan 12 23:57:02 CST 2005

The OCX you have been using is either COMCTL32.OCX or MSCOMCTL.OCX. The trick
I use to derive this is to use VB (or even VBA), right click on the toolbox
to add a control. This gives you a list of controls available in your system.
As you scroll down the list it gives you the name and path of your OCX.

"Shaqman" wrote:

> I have a VFP6 application that has been running fine on several W98
> workstations for several years now. Recently we upgraded some of the
> workstations to XP. I have run the original application setup, but I found
> out some active-x controls are not registering in XP. I guess I have to
> manually register them using regsvr32.exe. Can anybody tell me what ocx's I
> need to copy and register for "active-x slider" control
>
> Thanks
>
>
>

Re: OCX Not Registering by Eric

Eric
Thu Jan 13 00:51:18 CST 2005

Hello, Shaqman!
You wrote on Wed, 12 Jan 2005 17:42:44 -0800:

S> I have a VFP6 application that has been running fine on several W98
S> workstations for several years now. Recently we upgraded some of the
S> workstations to XP. I have run the original application setup, but I
S> found out some active-x controls are not registering in XP. I guess I
S> have to manually register them using regsvr32.exe. Can anybody tell me
S> what ocx's I need to copy and register for "active-x slider" control

Are you running the setup as admin?
--
Eric den Doop
www.foxite.com - The Home Of The Visual FoxPro Experts - Powered By VFP8



Re: OCX Not Registering by Anders

Anders
Thu Jan 13 04:52:57 CST 2005

The Slider that's normally installed in XP is in
C:\Windows\System32\comctl32.ocx
Run RegEdit and search the registrey for the keyword Slider. If the control
is registered the search will find.
You may not have the right to install in Windows\System32 on an XP but the
OCX could be put anywhere as long as it's registered correctly.
-Anders

"Shaqman" <shaqman@abc.net> wrote in message
news:uPoRvER#EHA.3236@TK2MSFTNGP15.phx.gbl...
> I have a VFP6 application that has been running fine on several W98
> workstations for several years now. Recently we upgraded some of the
> workstations to XP. I have run the original application setup, but I found
> out some active-x controls are not registering in XP. I guess I have to
> manually register them using regsvr32.exe. Can anybody tell me what ocx's
I
> need to copy and register for "active-x slider" control
>
> Thanks
>
>