Oct 2nd, 2005, 06:36 PM
#1
Thread Starter
No place like 127.0.0.1
Common Controls 6.0 (SP6) Out of date (mscomctl.ocx)
I was just running the Package and Deployment wizard to collect the DLLs and OCXs I needed to make an install file with ********** and as I went through the wizard it told me that mscomctl.ocx was out of date and asked me if I wanted to include it.
I need to include it because I am using an image list. All the rest of the common controls listed under the References dialog say MSComCtrl32.ocx, but that is the only one that says MSComCtrl.ocx, should I use v5? Can anyone explain why this is happening?
Oct 2nd, 2005, 08:27 PM
#2
Re: Common Controls 6.0 (SP6) Out of date (mscomctl.ocx)
eyeRmonkey,
If the file is out-of-date you need to update your computer to get the latest ocx for that control.
What OS are you creating your installation on and what version of ********** are you using?
Oct 2nd, 2005, 10:09 PM
#3
Thread Starter
No place like 127.0.0.1
Re: Common Controls 6.0 (SP6) Out of date (mscomctl.ocx)
I don't know what version of ********** I have (I am not at home right now), but my OS is XP with SP2. I always that that Common Controls 6.0 referenced MSCOMCTL32.ocx. I wonder if some program I installed messed it up and registered an old file and VB is recognizing that. Just a guess though.
Oct 2nd, 2005, 11:25 PM
#4
Re: Common Controls 6.0 (SP6) Out of date (mscomctl.ocx)
Install VB SP6, and it will update most of your controls.
Oct 2nd, 2005, 11:45 PM
#5
Re: Common Controls 6.0 (SP6) Out of date (mscomctl.ocx)
Moved from Classic VB forum.
VB/Office Guru™ (AKA: Gangsta Yoda ™ ® )
I dont answer coding questions via PM. Please post a thread in the appropriate forum.
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it!
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6
Oct 3rd, 2005, 12:21 AM
#6
Thread Starter
No place like 127.0.0.1
Re: Common Controls 6.0 (SP6) Out of date (mscomctl.ocx)
I have SP6. And I have never had this problem before...
PS - Sorry RD, I was iffy about which forum to put it in.
EDIT: I have ********** ver 4.0.6
Last edited by eyeRmonkey; Oct 3rd, 2005 at 12:26 AM .
Oct 3rd, 2005, 12:25 AM
#7
Re: Common Controls 6.0 (SP6) Out of date (mscomctl.ocx)
eyeRmonkey,
Well, If I had your vbp and exe for your vbp file... I could possibly help you.
Oct 3rd, 2005, 12:25 AM
#8
Re: Common Controls 6.0 (SP6) Out of date (mscomctl.ocx)
Its ok EM. No problems. Actually this way you get the best of both worlds. Shortcut in Classic VB and thread in AD.
VB/Office Guru™ (AKA: Gangsta Yoda ™ ® )
I dont answer coding questions via PM. Please post a thread in the appropriate forum.
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it!
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6
Oct 3rd, 2005, 12:42 AM
#9
Thread Starter
No place like 127.0.0.1
Re: Common Controls 6.0 (SP6) Out of date (mscomctl.ocx)
Attached Files
Oct 3rd, 2005, 12:52 AM
#10
Re: Common Controls 6.0 (SP6) Out of date (mscomctl.ocx)
eyeRmonkey,
Here is what I get. You have some custom ocx and dll's. I can't scan them to find what you need I don't have them.
Code:
[Files]
Source: c:\server data\randem\develop\vb 6 redist files\msvbvm60.dll; DestDir: {sys}; Flags: sharedfile
Source: c:\server data\randem\develop\vb 6 redist files\oleaut32.dll; DestDir: {sys}; Flags: sharedfile
Source: c:\server data\randem\develop\vb 6 redist files\olepro32.dll; DestDir: {sys}; Flags: sharedfile
Source: c:\server data\randem\develop\vb 6 redist files\asycfilt.dll; DestDir: {sys}; Flags: sharedfile
Source: c:\server data\randem\develop\vb 6 redist files\stdole2.tlb; DestDir: {sys}; Flags: regtypelib
Source: c:\server data\randem\develop\vb 6 redist files\comcat.dll; DestDir: {sys}; Flags: sharedfile
Source: vbalmditabs6.dll; DestDir: {sys}; Flags: sharedfile
Source: cmcs21.ocx; DestDir: {sys}; Flags: regserver sharedfile
Source: menuextended.dll; DestDir: {sys}; Flags: sharedfile
Source: c:\windows\system32\mscomctl.ocx; DestDir: {sys}; Flags: regserver restartreplace sharedfile
Source: vbalsbar6.ocx; DestDir: {sys}; Flags: regserver sharedfile
Source: c:\work\eyermonkey\setup problem\lightfusionbeta.exe; DestDir: {app}; Flags: ignoreversion
Oct 3rd, 2005, 01:05 AM
#11
Lively Member
Re: Common Controls 6.0 (SP6) Out of date (mscomctl.ocx)
Oct 3rd, 2005, 04:13 PM
#12
Thread Starter
No place like 127.0.0.1
Re: Common Controls 6.0 (SP6) Out of date (mscomctl.ocx)
I would have done that IF I had the OCX on my comp.
Randem, Thanks. I will look those up when I get home. I appriciate it.
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Click Here to Expand Forum to Full Width