加载ImageList控件时出错

加载ImageList控件时出错

本文介绍了加载ImageList控件时出错的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我在客户端站点遇到以下错误:

Hello All,

I am getting below error at client site :

Run-time error 372:
 Failed to load control ImageList from mscomctl.ocx. Your version of mscomctl.ocx may be outdated.
Make sure you are using the version of the control that was provided with your application.



我已经在一种VB表单上使用了ImageList控件.
我在开发和测试时检查了版本客户端计算机,都一样.

我引用了 [ ^ ]链接,但无法解决我的问题.

最奇怪的是,此错误并非在所有客户端计算机上都出现,而是在少数客户端计算机上出现.所有计算机上都装有Windows XP.

任何男孩都可以指导我如何解决这个问题吗?

谢谢.



I have taken ImageList control on one of my VB form.
I checked versions at development & client computers, all are same.

I refered This[^] link but couldn''t solve my problem.

The strangest thing is this error is not coming on all client computers, its coming on few client computers. All computers have Windows XP on it.

Can anyboy guide me how can i slove this problem?

Thanks.

推荐答案


这篇关于加载ImageList控件时出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-23 22:22