|
-
Nov 29th, 1999, 10:22 AM
#1
i am trying to add a toolbar to my program and it lets me but i have one problem. when i right click on the toolbar, and then i select properties i recieve the following error:
---------------------------------------------
Class not registered.
Looking for object with CLSID:
{7EBDAAE2-8120-11CF-899F-00AA00688B10}
---------------------------------------------
please help me, also i receive this error when using tabs and some other things. i have an idea what is causing it but i do not know what to do. the .OCX that i am using is "Microsoft Windows Common Controls 6.0" (5.0 is the same thing) and i get the same error for all the tools from that .OCX.
-
Nov 29th, 1999, 12:08 PM
#2
Hyperactive Member
Maybe (and I hate to even mention it) you have to reinstall VB. Probably not though.
-
Nov 29th, 1999, 01:14 PM
#3
i have done so and no success. thanx for the idea though. also i dont think that that is ht problem because it does not happen with every object, only the tools added from the OCX that i previously mentioned. too bad it had to be that OCX cause it added some important things, such as the progressbar, toolbar, statusbar, tabs, and other common things that i use often. so please anyone reading this help me out!!
thanx ahead of time
-
Nov 29th, 1999, 07:37 PM
#4
Download the fix from this Microsoft Download Center. IT has the updated version of many controls, including Microsoft Windows Common Controls.
------------------
Serge
Software Developer
[email protected]
[email protected]
ICQ#: 51055819
-
Nov 30th, 1999, 06:42 AM
#5
YES!!! i fixed it woo hoo! i search microsoft.com for a little while but i ran into this:
http://support.microsoft.com/support.../Q188/3/31.ASP
that is exactly what i need to fix my problem. thanx to everyone who responded
-
Jul 3rd, 2013, 08:00 AM
#6
New Member
Re: WEIRD ERROR
Hello guys,
I'm having the same problem and when I click on the links is not accessible anyone know where are these links to fix my Visual Basic?
-
Jul 3rd, 2013, 09:59 AM
#7
Re: WEIRD ERROR
The thread and the link is almost 14 years old. Not surprising that it no longer works.
Sounds like you need to register the OCX
-
Jul 3rd, 2013, 10:08 AM
#8
Re: WEIRD ERROR
Manually registering items included as part of the VB6 development system is a little bizarre. if you find a need for this you probably have bigger problems with a corrupted OS (some virus, failing hard drive, some poorly written rogue program or InnoSetup'ed application).
Ideally you'd format your boot partition and start by reinstalling Windows. Barring that I suggest that you unstall VB6, then reinstall VB6 followed by VB/VS Service Pack 6.
-
Jul 3rd, 2013, 10:30 AM
#9
Re: WEIRD ERROR
 Originally Posted by Rengaaw
... when I click on the links is not accessible anyone know where are these links to fix my Visual Basic?
Here are their new URLs:
FILE: VB6Cli.exe Fixes License Problems with Visual Basic 6.0
PRB: Opening Property Page Results in "Class Not Registered"
Next time, don't dig up an old thread. Create a new one instead and link to it if necessary.
On Local Error Resume Next: If Not Empty Is Nothing Then Do While Null: ReDim i(True To False) As Currency: Loop: Else Debug.Assert CCur(CLng(CInt(CBool(False Imp True Xor False Eqv True)))): Stop: On Local Error GoTo 0
Declare Sub CrashVB Lib "msvbvm60" (Optional DontPassMe As Any)
-
Jul 3rd, 2013, 11:15 AM
#10
Re: WEIRD ERROR
Bonnie
Nice work re new links.
But, as for this ...
Next time, don't dig up an old thread. Create a new one instead and link to it if necessary.
... IMHO, I think might want to rethink that.
I'd give Rengaaw credit for doing a search (so many don't). Plus, the age of the
OP gives some useful context to Rengaaw's issue.
Spoo
-
Jul 3rd, 2013, 11:24 AM
#11
Re: WEIRD ERROR
@ Spoo
Well, you do have a point.
On Local Error Resume Next: If Not Empty Is Nothing Then Do While Null: ReDim i(True To False) As Currency: Loop: Else Debug.Assert CCur(CLng(CInt(CBool(False Imp True Xor False Eqv True)))): Stop: On Local Error GoTo 0
Declare Sub CrashVB Lib "msvbvm60" (Optional DontPassMe As Any)
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
|