- Windows Common Controls 6.0 (SP6) на «чистой» системе
- Microsoft windows common control sp6
- Answered by:
- Question
- Answers
- All replies
- Microsoft windows common control sp6
- Answered by:
- Question
- Answers
- All replies
- Microsoft windows common control sp6
- Вопрос
- Ответы
- Все ответы
- Microsoft windows common control sp6
- Вопрос
- Ответы
- Все ответы
Windows Common Controls 6.0 (SP6) на «чистой» системе
Как правильно зарегистрировать сабж в системе, не прибегая к установке MS Office, Visual Studio и пр. пакетов?
Регистрации mscomct2.ocx в системе
regsvr32 c:\windows\system32\mscomct2.ocx
недостаточно. Компонент в системе успешно регистрируется, но недоступен для среды рантайм, т.к. не лицензирован (?)
oleview.exe показывает вот такую ошибку:
Соответственно на форме приложения элементы управления из этого набора отображаются серыми прямоугольниками.
Windows XP SP3 Professional
Не запускается приложение на чистой системе «System.IO.FileNotFoundException»
С толкнулся с проблемой того что мое приложение не запускается на компьютерах друзей. Вот сегодня.
Невозможно преобразовать объект типа «System.Windows.Controls.Border» к типу «System.Windows.FrameworkElementFactory»
Доброго времени суток. Есть код: .
Заказываю контрольные, курсовые, дипломные и любые другие студенческие работы здесь или здесь.
При чистой установке windows 8 «останется в живых» диск D:/?
При выборе во время установки «Ничего не сохранять» удалится информация с диска D:/ а то сообщения.
Не устанавливается ImageList в Windows common controls 6
Здравствуйте! У меня проблема: при установки свойства ImageList в любом элементе из библиотеки.
Microsoft windows common control sp6
This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.
Answered by:
Question
Missing: Microsoft Windows Common Controls 2.6.0(sp6)
Answers
The description is too simple, I suggest you provide more details about your scenario, and how to reproduce this error.
A similar question was asked before:
Melon Chen
TechNet Community Support
Please mark the reply as an answer if you find it is helpful.
If you have feedback for TechNet Support, contact tnmff@microsoft.com.
- Proposed as answer by Melon Chen Microsoft contingent staff Tuesday, March 15, 2016 8:43 AM
- Marked as answer by Melon Chen Microsoft contingent staff Wednesday, March 16, 2016 8:27 AM
All replies
The description is too simple, I suggest you provide more details about your scenario, and how to reproduce this error.
A similar question was asked before:
Melon Chen
TechNet Community Support
Please mark the reply as an answer if you find it is helpful.
If you have feedback for TechNet Support, contact tnmff@microsoft.com.
- Proposed as answer by Melon Chen Microsoft contingent staff Tuesday, March 15, 2016 8:43 AM
- Marked as answer by Melon Chen Microsoft contingent staff Wednesday, March 16, 2016 8:27 AM
I’m maybe having the same issue as above. You redirected to a similar question/answer, but that link seems to only address the missing control in Windows 10, Office 2010 .
My issue is with Windows 10 using Office 2016. When trying to insert controls in Excel, the «Microsoft Windows Common Controls 2.6.0 (sp6)» seem not to be available. Specifically, I’m looking for «Microsoft Date and Time Picker Control 6.0 (SP6)» for inserting drop-down calendars.
If you meet any issues, I suggest you open a new thread in this forum. Please don’t follow up in the old one.
Melon Chen
TechNet Community Support
Please mark the reply as an answer if you find it is helpful.
Microsoft windows common control sp6
This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.
Answered by:
Question
I’m looking to add the Microsoft Time and Date Picker Control in Excel 2016, as was possible in earlier versions. In Office 2013, you had to download and register the Microsoft Windows Common Controls 6.0 (SP6) to access this feature, but now I can’t find it anywhere. Several places have links to it that all seem to be broken.
Any suggestions as to where to find these controls, or is there an alternative way to add a pop-up calendar to a cell in Excel?
Answers
You can download Microsoft Windows Common Controls 6.0 from this link:
But the requirement didn’t tell us if Office 2016 can use it.
You may need to try to do a experiment.
Emi Zhang
TechNet Community Support
Please mark the reply as an answer if you find it is helpful.
If you have feedback for TechNet Support, contact tnmff@microsoft.com.
- Marked as answer by Emi Zhang Microsoft contingent staff Tuesday, April 26, 2016 9:50 AM
All replies
You can download Microsoft Windows Common Controls 6.0 from this link:
But the requirement didn’t tell us if Office 2016 can use it.
You may need to try to do a experiment.
Emi Zhang
TechNet Community Support
Please mark the reply as an answer if you find it is helpful.
If you have feedback for TechNet Support, contact tnmff@microsoft.com.
- Marked as answer by Emi Zhang Microsoft contingent staff Tuesday, April 26, 2016 9:50 AM
The below worked for me on 64 bit windows 8.1. I am using office 365.
- Download VisualBasic6-KB896559-v1-ENU.exe from https://www.microsoft.com/en-us/download/details.aspx?id=10019
- Use 7-zip and extract the file MSCOMCTL.OCX to c:\windows\system32
- Open cmd as administrator
- Type Regsvr32 «C:\Windows\System32\MSCOMCTL.OCX»
- Download VisualBasic6-KB896559-v1-ENU.exe from https://www.microsoft.com/en-us/download/details.aspx?id=10019
- Use 7-zip and extract the file MSCOMCTL.OCX to c:\windows\SYSWOW64
- Open cmd as administrator
- Type Regsvr32 «C:\Windows\Syswow64\MSCOMCTL.OCX»
Microsoft Reference document:
This does not work for Office 2016 or any of the 365 versions.
The below worked for me on 64 bit windows 8.1. I am using office 365.
- Download VisualBasic6-KB896559-v1-ENU.exe from https://www.microsoft.com/en-us/download/details.aspx?id=10019
- Use 7-zip and extract the file MSCOMCTL.OCX to c:\windows\system32
- Open cmd as administrator
- Type Regsvr32 «C:\Windows\System32\MSCOMCTL.OCX»
- Download VisualBasic6-KB896559-v1-ENU.exe from https://www.microsoft.com/en-us/download/details.aspx?id=10019
- Use 7-zip and extract the file MSCOMCTL.OCX to c:\windows\SYSWOW64
- Open cmd as administrator
- Type Regsvr32 «C:\Windows\Syswow64\MSCOMCTL.OCX»
Microsoft Reference document:
Thank you very much! This worked for me with the following configuration:
office 2016, Win 7 64 Bit
Additionally I copied the file in system32 directory, then it worked correct.
I got the failure by transmitting the document from office 2010 to 2016.
Microsoft windows common control sp6
Вопрос
I’m looking to add the Microsoft Time and Date Picker Control in Excel 2016, as was possible in earlier versions. In Office 2013, you had to download and register the Microsoft Windows Common Controls 6.0 (SP6) to access this feature, but now I can’t find it anywhere. Several places have links to it that all seem to be broken.
Any suggestions as to where to find these controls, or is there an alternative way to add a pop-up calendar to a cell in Excel?
Ответы
You can download Microsoft Windows Common Controls 6.0 from this link:
But the requirement didn’t tell us if Office 2016 can use it.
You may need to try to do a experiment.
Emi Zhang
TechNet Community Support
Please mark the reply as an answer if you find it is helpful.
If you have feedback for TechNet Support, contact tnmff@microsoft.com.
- Помечено в качестве ответа Emi Zhang Microsoft contingent staff 26 апреля 2016 г. 9:50
Все ответы
You can download Microsoft Windows Common Controls 6.0 from this link:
But the requirement didn’t tell us if Office 2016 can use it.
You may need to try to do a experiment.
Emi Zhang
TechNet Community Support
Please mark the reply as an answer if you find it is helpful.
If you have feedback for TechNet Support, contact tnmff@microsoft.com.
- Помечено в качестве ответа Emi Zhang Microsoft contingent staff 26 апреля 2016 г. 9:50
The below worked for me on 64 bit windows 8.1. I am using office 365.
- Download VisualBasic6-KB896559-v1-ENU.exe from https://www.microsoft.com/en-us/download/details.aspx?id=10019
- Use 7-zip and extract the file MSCOMCTL.OCX to c:\windows\system32
- Open cmd as administrator
- Type Regsvr32 «C:\Windows\System32\MSCOMCTL.OCX»
- Download VisualBasic6-KB896559-v1-ENU.exe from https://www.microsoft.com/en-us/download/details.aspx?id=10019
- Use 7-zip and extract the file MSCOMCTL.OCX to c:\windows\SYSWOW64
- Open cmd as administrator
- Type Regsvr32 «C:\Windows\Syswow64\MSCOMCTL.OCX»
Microsoft Reference document:
This does not work for Office 2016 or any of the 365 versions.
The below worked for me on 64 bit windows 8.1. I am using office 365.
- Download VisualBasic6-KB896559-v1-ENU.exe from https://www.microsoft.com/en-us/download/details.aspx?id=10019
- Use 7-zip and extract the file MSCOMCTL.OCX to c:\windows\system32
- Open cmd as administrator
- Type Regsvr32 «C:\Windows\System32\MSCOMCTL.OCX»
- Download VisualBasic6-KB896559-v1-ENU.exe from https://www.microsoft.com/en-us/download/details.aspx?id=10019
- Use 7-zip and extract the file MSCOMCTL.OCX to c:\windows\SYSWOW64
- Open cmd as administrator
- Type Regsvr32 «C:\Windows\Syswow64\MSCOMCTL.OCX»
Microsoft Reference document:
Thank you very much! This worked for me with the following configuration:
office 2016, Win 7 64 Bit
Additionally I copied the file in system32 directory, then it worked correct.
I got the failure by transmitting the document from office 2010 to 2016.
Microsoft windows common control sp6
Вопрос
«Since changing to Windows 10 an Excel 2010 program with VBA macros does not run and says
‘Missing- Microsoft Windows Common Controls — 2 6.0 (SP6)’
How do I fix this please?
There are some VB6 downloads available on the Microsoft support site but do they fix my Excel VBA problem? Will they work in Windows 10? «
Ответы
Or, «Fix it for me» section, which should be helpful if the patch doesn’t work for you:
Don
(Please take a moment to «Vote as Helpful» and/or «Mark as Answer», where applicable.
This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)
- Изменено DonPick 31 августа 2015 г. 10:02
- Предложено в качестве ответа Karen Hu 4 сентября 2015 г. 9:08
- Помечено в качестве ответа Kate Li Microsoft employee 10 сентября 2015 г. 1:09
Все ответы
Or, «Fix it for me» section, which should be helpful if the patch doesn’t work for you:
Don
(Please take a moment to «Vote as Helpful» and/or «Mark as Answer», where applicable.
This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)
- Изменено DonPick 31 августа 2015 г. 10:02
- Предложено в качестве ответа Karen Hu 4 сентября 2015 г. 9:08
- Помечено в качестве ответа Kate Li Microsoft employee 10 сентября 2015 г. 1:09
Also have the same problem but these solutions did not help.
I downloaded the first patch, but I get a message that the patch is already on my machine.
The «fix it for me» is an endless list of non clear issues. couldn’t find these problem there.
Anyway, within the VBA reference dialog, I see the missing file is MSCOMCT2.ocx .
I searched and the file is simply not on the machine.
Also have the same problem but these solutions did not help.
I downloaded the first patch, but I get a message that the patch is already on my machine.
The «fix it for me» is an endless list of non clear issues. couldn’t find these problem there.
Anyway, within the VBA reference dialog, I see the missing file is MSCOMCT2.ocx .
I searched and the file is simply not on the machine.
mscomct2.ocx is ancient, and was removed at the OfficeXP (
Can you change your solution so that it will use modern controls instead of these ancient controls?
Don [doesn’t work for MSFT, and they’re probably glad about that ;]