<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0">
  <channel>
    <title>HtmlEditor</title>
    <link>http://www.itwriting.com/phorum/list.php?3</link>
    <description><![CDATA[For discussion of the .Net HTMLEditor control]]></description>
    <language>EN</language>
    <pubDate>Wed, 05 Jul 2006 10:32:57 +0100</pubDate>
    <lastBuildDate>Wed, 05 Jul 2006 10:32:57 +0100</lastBuildDate>
    <category>HtmlEditor</category>
    <generator>Phorum 5.1.25</generator>
    <ttl>60</ttl>
    <item>
      <title>Re: AxWebBrowser width HTML  elements</title>
      <link>http://www.itwriting.com/phorum/read.php?3,3191,3194#msg-3194</link>
      <author>Tim</author>
      <description><![CDATA[It is probably to do with how you are hooking up to the event; there are a number of different ways to do this and the one you are using has strange side-effects; I think you have to implement some of the COM interfaces to do it successfully.<br />
<br />
Tim]]></description>
      <category>HtmlEditor</category>
      <guid isPermaLink="true">http://www.itwriting.com/phorum/read.php?3,3191,3194#msg-3194</guid>
      <pubDate>Wed, 05 Jul 2006 10:32:57 +0100</pubDate>
    </item>
    <item>
      <title>Re: AxWebBrowser width HTML  elements</title>
      <link>http://www.itwriting.com/phorum/read.php?3,3191,3193#msg-3193</link>
      <author>Hernan</author>
      <description><![CDATA[Ok, no problem<br />
I keep on trying<br />
Regards !]]></description>
      <category>HtmlEditor</category>
      <guid isPermaLink="true">http://www.itwriting.com/phorum/read.php?3,3191,3193#msg-3193</guid>
      <pubDate>Tue, 04 Jul 2006 16:10:30 +0100</pubDate>
    </item>
    <item>
      <title>Re: AxWebBrowser width HTML  elements</title>
      <link>http://www.itwriting.com/phorum/read.php?3,3191,3192#msg-3192</link>
      <author>Tim</author>
      <description><![CDATA[Please bear in mind that this whole project was an effort *not* to use the Axwebbrowser, so we are not really the right people to ask!<br />
<br />
I'm shortly updating the code so you can host ShDocVw instead of Mshtml.<br />
<br />
Tim]]></description>
      <category>HtmlEditor</category>
      <guid isPermaLink="true">http://www.itwriting.com/phorum/read.php?3,3191,3192#msg-3192</guid>
      <pubDate>Tue, 04 Jul 2006 14:55:21 +0100</pubDate>
    </item>
    <item>
      <title>AxWebBrowser width HTML  elements</title>
      <link>http://www.itwriting.com/phorum/read.php?3,3191,3191#msg-3191</link>
      <author>Hernan</author>
      <description><![CDATA[I can not resolve this problem.<br />
When I attach onchange event to my browser I can not drop down the html select element.<br />
If I do double click over the html select element it drops down.<br />
<br />
Pleeeeeease help !<br />
<br />
<br />
private void axWebBrowser_DocumentComplete(object sender, AxSHDocVw.DWebBrowserEvents2_DocumentCompleteEvent e) <br />
{<br />
   HTMLDocumentClass htmlDoc = (HTMLDocumentClass)this.axWebBrowser.Document;<br />
   HTMLSelectElement combo = (HTMLSelectElement)htmlDoc.getElementById(&quot;test&quot;);			<br />
   ((mshtml.HTMLSelectElementEvents2_Event)combo).onchange += new mshtml.HTMLSelectElementEvents2_onchangeEventHandler(this.Select_onchange);			<br />
}<br />
<br />
private void Select_onchange(IHTMLEventObj e) <br />
{<br />
   System.Windows.Forms.MessageBox.Show(&quot;Cambio un: &quot;+ e.srcElement.tagName + &quot; nombre: &quot; + e.srcElement.id + &quot; valor &quot; + e.srcElement.getAttribute(&quot;value&quot;,0));<br />
}]]></description>
      <category>HtmlEditor</category>
      <guid isPermaLink="true">http://www.itwriting.com/phorum/read.php?3,3191,3191#msg-3191</guid>
      <pubDate>Tue, 04 Jul 2006 14:31:55 +0100</pubDate>
    </item>
  </channel>
</rss>
