vb5 vs comctl32.ocx versions 
Author Message
 vb5 vs comctl32.ocx versions

Hi...

First, I apologize for the cross-post, but I'm not sure where the answer to
this question will lie...

A couple of different members of my team are working on vb5 (sp3) projects
that involve referencing the windows common controls, through comctl32.ocx
and comct232.ocx.

After working on some of the files at home (running ntw4 sp4) on my system
at work (ntw4 sp4), I get a "...\comctl32.ocx could not be loaded --
continue loading project?" message. I thought it was because the controls
were upgraded during ie5 installation, but I've installed ie5 at work as
well.

I've opened the vbp's using notepad and the difference is in the number
following the class id; i.e., the vbp that's been opened at home gets
'bumped' to 1.3, while the version at work is 1.2.

from 'compatible' vbp:
Object={6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.2#0; Comctl32.ocx
after editing at home:
Object={6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0; Comctl32.ocx

 I think the difference lies in the versions of the common controls, but
where can I get the newer versions? Are there any issues around editing the
text from 1.3 to 1.2?

Thanks for any comments,

Brad Taylor

PS.    please cc my email if you can! thx
--

Systems Analyst    voice: (403) 259-2646 x 22
Computability Ltd.    fax: (403) 259-4251



Mon, 01 Oct 2001 03:00:00 GMT  
 vb5 vs comctl32.ocx versions
Brad,

I had a similar problem after I installed and de-installed VB6 on one of the
machines. What I did was manually de-install the offending .OCXs, and
re-installed the ones that belong to VB5.

Use
regsvr32 comctl32.ocx /u
to de-install.

Then remove the .ocx, .oca and .dep and replace them by the correct versions
from the PC that works OK. Then register the VB5 .ocx by using
regsvr32 comctl32.ocx

After that, change the part in the .frm (and/or .vbp) that you found
different by the part of the same file from the computer on which you don't
receive that error.

Hope this helps.
Best regards,
Leon


Quote:
> Hi...

> First, I apologize for the cross-post, but I'm not sure where the answer
to
> this question will lie...

> A couple of different members of my team are working on vb5 (sp3) projects
> that involve referencing the windows common controls, through comctl32.ocx
> and comct232.ocx.

> After working on some of the files at home (running ntw4 sp4) on my system
> at work (ntw4 sp4), I get a "...\comctl32.ocx could not be loaded --
> continue loading project?" message. I thought it was because the controls
> were upgraded during ie5 installation, but I've installed ie5 at work as
> well.

> I've opened the vbp's using notepad and the difference is in the number
> following the class id; i.e., the vbp that's been opened at home gets
> 'bumped' to 1.3, while the version at work is 1.2.

> from 'compatible' vbp:
> Object={6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.2#0; Comctl32.ocx
> after editing at home:
> Object={6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0; Comctl32.ocx

>  I think the difference lies in the versions of the common controls, but
> where can I get the newer versions? Are there any issues around editing
the
> text from 1.3 to 1.2?

> Thanks for any comments,

> Brad Taylor

> PS.    please cc my email if you can! thx
> --

> Systems Analyst    voice: (403) 259-2646 x 22
> Computability Ltd.    fax: (403) 259-4251



Tue, 02 Oct 2001 03:00:00 GMT  
 vb5 vs comctl32.ocx versions
There is an easy way to sort it out, when you load the project just add the
correct reference to the offending controls, start (When it asks you to save
only save the project file not the forms etc)
a new project then open you're project again and it should be OK.
--
-------------------------------------------------------
Karl Austin
ICQ: 22366406
http://www.c-ricci.freeserve.co.uk
http://www.ktech.freeserve.co.uk
------------------------------------------------------

Quote:
> Hi...

> First, I apologize for the cross-post, but I'm not sure where the answer
to
> this question will lie...

> A couple of different members of my team are working on vb5 (sp3) projects
> that involve referencing the windows common controls, through comctl32.ocx
> and comct232.ocx.

> After working on some of the files at home (running ntw4 sp4) on my system
> at work (ntw4 sp4), I get a "...\comctl32.ocx could not be loaded --
> continue loading project?" message. I thought it was because the controls
> were upgraded during ie5 installation, but I've installed ie5 at work as
> well.

> I've opened the vbp's using notepad and the difference is in the number
> following the class id; i.e., the vbp that's been opened at home gets
> 'bumped' to 1.3, while the version at work is 1.2.

> from 'compatible' vbp:
> Object={6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.2#0; Comctl32.ocx
> after editing at home:
> Object={6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0; Comctl32.ocx

>  I think the difference lies in the versions of the common controls, but
> where can I get the newer versions? Are there any issues around editing
the
> text from 1.3 to 1.2?

> Thanks for any comments,

> Brad Taylor

> PS.    please cc my email if you can! thx
> --

> Systems Analyst    voice: (403) 259-2646 x 22
> Computability Ltd.    fax: (403) 259-4251



Tue, 02 Oct 2001 03:00:00 GMT  
 vb5 vs comctl32.ocx versions
Hi, here is my solution to the problem, I used VB6.0 but
I have posted the INF DDF and BAT files, I am sure you can
make your own cab file using that info.

http://www.geocities.com/SiliconValley/Lab/5200/comctl32ocx.html

Roman



Quote:
> Hi...

> First, I apologize for the cross-post, but I'm not sure where the
answer to
> this question will lie...

> A couple of different members of my team are working on vb5 (sp3)
projects
> that involve referencing the windows common controls, through
comctl32.ocx
> and comct232.ocx.

> After working on some of the files at home (running ntw4 sp4) on my
system
> at work (ntw4 sp4), I get a "...\comctl32.ocx could not be loaded --
> continue loading project?" message. I thought it was because the
controls
> were upgraded during ie5 installation, but I've installed ie5 at work
as
> well.

> I've opened the vbp's using notepad and the difference is in the
number
> following the class id; i.e., the vbp that's been opened at home gets
> 'bumped' to 1.3, while the version at work is 1.2.

> from 'compatible' vbp:
> Object={6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.2#0; Comctl32.ocx
> after editing at home:
> Object={6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0; Comctl32.ocx

>  I think the difference lies in the versions of the common controls,
but
> where can I get the newer versions? Are there any issues around
editing the
> text from 1.3 to 1.2?

> Thanks for any comments,

> Brad Taylor

> PS.    please cc my email if you can! thx
> --

> Systems Analyst    voice: (403) 259-2646 x 22
> Computability Ltd.    fax: (403) 259-4251

--== Sent via Deja.com http://www.deja.com/ ==--
---Share what you know. Learn what you don't.---


Tue, 30 Oct 2001 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. vb5 comctl32.dep for comctl32.ocx (version 5.00.3828)

2. Need Comctl32.dep file for Comctl32.ocx version 5.01.4319

3. Help please: comctl32.ocx - VB4 vs. vb5 cce

4. Dependency Files for comctl32.ocx and comctl32.ocx

5. Vb5 (comctl32.ocx) to vb6 (mscomctl.ocx)

6. Access97: Version problems with comctl32.ocx

7. COMCTL32.ocx, and its various versions

8. comctl32.ocx version 5.01.4319 - won't load

9. comctl32.ocx (Problems with Version 1.1)

10. comctl32.ocx versions/ registry info

11. HELP using COMCTL32.OCX earlier version!

12. Comctl32.ocx version ?????????

 

 
Powered by phpBB® Forum Software