“Object library not registered” when adding Microsoft Rich Textbox Control 6.0 (SP6)
I try to add Microsoft Rich Textbox Control 6.0 (SP6) control via Project -> Components... in VB6 IDE. The control is present in the list of controls. When I tick it and click OK/Apply, I get Object library not registered error: Environment is Windows 7 SP1 x64 with latest updates, VB6 SP6 + KB957924. richtx32.Ocx is present in C:\Windows\SysWOW64\ . I tried re-registering .ocx by running this in elevated command prompt: cd c:\windows\SysWOW64 regsvr32 /u richtx32.Ocx regsvr32 richtx32.Ocx Registration completes successfully, but doesn't resolve the problem. When I look at what's going on