This is the discussion forum for the HtmlEditor. See also the HtmlEditor home page, where you can download the control, and the Documentation Wiki, a collaborative project for documenting the control.
if (idoc3 != null)
{
Console.WriteLine ("The base url was: " + idoc3.baseUrl);
idoc3.baseUrl = "http://www.itwriting.com";
Console.WriteLine ("The base url is: " + idoc3.baseUrl);
}
However, it comes up "Not implemented". This is not a problem with the control, it is reported as "not currently supported" in the mshtml docs as well.