
January 12th, 2004, 07:45 PM
|
|
Junior Member
|
|
Join Date: Jan 2004
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Problems with Using ActiveX in C#Builder
In C#Builder personal edition I'm trying to add Microsoft Web Browser activex control to my aplication. I manage to add icon of that control to "tolol palette" but when I want to drop that control on form I get such errror,
Quote: Failed to add a reference to the ActiveX type library. Ensure that it is properly registered.
Full ActiveX control path: C:\WINNT\System32\shdocvw.dll |
the same thing happening with rest of activex controls, I can add them to palette but can't drop them onto form...
I tried registering them with
Quote: | >>regsvr32 C:\WINNT\system32\shdocvw.dll |
But still nothing...I'm out of ideas...
|