Subj : New component - TCppWebBrowser To : borland.public.cpp.borlandcpp From : "hm" <.> Date : Fri Feb 13 2004 10:22 am I created a new component with TCppWebBrowser as the ancestor type. Without adding any code to it I compiled and installed it. When I tried it in a test form everything except the TCppWebBrowser functions worked, that is, setting properties and calling function inherited from COleControl and up is OK but when calling Navigate2 or GoHome I get an Access violation. Am I supposed to do something special for this to work? Initialize something? When I inspect the object everything looks normal... When using the CppWebBrowser component directly these function work of course. The exception notification: Project wbtest.exe raised exception class EAccessViolation with message 'Access violation at address 00937073. Write of address 00004570'. Do you know what I need to do to make this work? Thank you hm .