我下载了一个OCX,但在VB中使用时提示:Class not Registered... 谁能告诉我怎么解决啊?

W26547890 2006-03-15 11:46:34
我下载了一个OCX,但在VB中使用时提示:
Class not Registered
Looking for object with CLSID:{6E84D662-9599-11D2-9367-20CC03C10627}

谁能告诉我怎么解决啊?先谢了!
...全文
540 6 打赏 收藏 转发到动态 举报
写回复
用AI写文章
6 条回复
切换为时间正序
请发表友善的回复…
发表回复
ZOU_SEAFARER 2006-03-15
  • 打赏
  • 举报
回复
注册控件
regsvr32 path/xx.ocx
反注册控件
regsvr32 -u path/xx.ocx
迈克揉索芙特 2006-03-15
  • 打赏
  • 举报
回复
是该ocx使用了CLSID为{6E84D662-9599-11D2-9367-20CC03C10627}的类,该类没有在你的计算机中注册或根本不存在。
W26547890 2006-03-15
  • 打赏
  • 举报
回复
我早就用 regsvr32 注册控件了,你们所说的跟本不占边
bbhere 2006-03-15
  • 打赏
  • 举报
回复
开始--运行--regsvr32 xx.ocx
rainstormmaster 2006-03-15
  • 打赏
  • 举报
回复
同意Modest的意见
舍南舍北 2006-03-15
  • 打赏
  • 举报
回复
如把此控件copy到c:\winnt\system32
然后开始---运行,输入
regsvr32.exe c:\winnt\system32\xx.ocx
1 , vb5dialog.zipThis demonstrates how to subclass the Common Dialog Dialogs and manipulate a specific Dialog.2 , cpnl.zipForm_Taskbar is a control for Visual Basic which, once placed onto a form, makes the form act like the Taskbar (minus the Start Menu).3 , vbo_progbar.zipImplement a common control progress bar with added features that are not accessable using COMCTL32.OCX! 4 , vbo_infolabel.zipThis control adds a great user-friendly interface with and icon and "Hover" ability. Based on a control seen in ICQ. 5 , vbo_checkcombo.zipAdd a checkbox to a combo box and use it to enabled/disable the combo! or whatever you would like to do with it! 6 , vbo_controlframe.zipCreate your own system button such as a Maximize, Minimize, Close, and many others with ease! 7 , vbo_ctextbox.zipThis class makes using the Textbox or Edit class API simple. Easily set properties and access many features not available directly from VB. 8 , taskbar.zipForm_Taskbar is a control for Visual Basic which, once placed onto a form, makes the form act like the Taskbar (minus the Start Menu).9 , NT_Service.zipThis is an OCX that allows you to create an NT service application...add the control to your project and register it as a service!!10 , Scroller.zipThis is a Control Container, it's like a frame control but it lets you scroll the content up and down...11 , TrayArea.zipThis control lets you add your icon to the System Tray Area and handle some events such as MouseMove, MouseDown, MouseUp and DblClick.12 , Resizer.zipThis is a very useful control: It's a container control, you can insert two controls inside and then you'll have a vertical (or horizontal) resizer bar (like the Windows File Explorer). A resizer can contain another resizer... an so on. (you can divide you form in as many sizable sections as you want...).13 , Label3D.zipTh

7,762

社区成员

发帖
与我相关
我的任务
社区描述
VB 基础类
社区管理员
  • VB基础类社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧