<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0">
  <channel>
    <title>Phorum 5</title>
    <link>http://www.itwriting.com/phorum/index.php</link>
    <description><![CDATA[]]></description>
    <language>EN</language>
    <pubDate>Tue, 09 Mar 2010 10:50:29 +0000</pubDate>
    <lastBuildDate>Tue, 09 Mar 2010 10:50:29 +0000</lastBuildDate>
    <category>Phorum 5</category>
    <generator>Phorum 5.1.25</generator>
    <ttl>60</ttl>
    <item>
      <title>[HtmlEditor] [solved] CLR20r3, FileLoadException, SecurityException, Strong name validation failed.</title>
      <link>http://www.itwriting.com/phorum/read.php?3,4279,4279#msg-4279</link>
      <author>Atara</author>
      <description><![CDATA[I hope the following will help someone -<br />
<br />
I tried to compile and run HtmlEditor files [2005 with mshtml.dll]. <br />
On my development computer all works fine, but when I xcopy the bin folder to another computer the demo app did not work.<br />
The only error I received was -<br />
<br />
	DemoHtmlApp.exe has stopped working<br />
<br />
	Description:<br />
	  Stopped working<br />
<br />
	Problem signature:<br />
	  Problem Event Name:	CLR20r3<br />
	  Problem Signature 01:	demohtmlapp.exe<br />
	  Problem Signature 02:	1.0.3708.26933<br />
	  Problem Signature 03:	4b8673ca<br />
	  Problem Signature 04:	DemoHtmlApp<br />
	  Problem Signature 05:	1.0.3708.26933<br />
	  Problem Signature 06:	4b8673ca<br />
	  Problem Signature 07:	4<br />
	  Problem Signature 08:	dd<br />
	  Problem Signature 09:	System.IO.FileLoadException<br />
	  OS Version:	6.0.6000.2.0.0.768.3<br />
	  Locale ID:	1033<br />
<br />
 <br />
so I added Try-Catch in the Main() [DemoHtmlApp, Form1.cs] -<br />
<br />
     try {           <br />
            Application.Run(new Form1());             <br />
     }	catch (Exception e) {<br />
            Debug.WriteLine(&quot;Main exception: &quot; + e.Message);<br />
            MessageBox.Show(&quot;Main exception: &quot; + e.ToString() );<br />
            throw; // empty Throw for Vista WER [Windows Error Reporting]     <br />
     }<br />
<br />
<br />
now I received some more info - <br />
     System.IO.FileLoadException: Could not load file or assembly <br />
     'Microsoft.mshtml, Version=7.0.3300.0, . . .' or one of its dependencies.<br />
     Strong name validation failed. (Exception . . . 0x8013141A)<br />
     File name: 'Microsoft.mshtml, ersion=7.0.3300.0, . . .'<br />
     . . .<br />
     System.Security.SecurityException:<br />
     Strong name validation failed. (Exception . . . 0x8013141A)	<br />
     The Zone of the assembly that failed was:<br />
     MyComputer<br />
     at onlyconnect.HtmlEditor..ctor()<br />
     at . . .<br />
<br />
even when verifying that I do use &quot;copy local&quot; for &quot;Microsoft.mshtml.dll&quot;<br />
<br />
Googling around, I verified that I do not use &quot;Project Properties | Signing&quot; in both HtmlEditor project and HtmlEditorDemo project.<br />
and also - donot use &quot;Enable ClickOnce Security settings&quot; on the HtmlEditorDemo project - to avoid creating the manifest file with all its permissions handling.<br />
I also learned that I cannot use &quot;Add reference&quot; from just browsing to &quot;Microsoft.mshtml.dll&quot; <br />
so I removed its reference from the HtmlEditorDemo project and re-add it, using the .Net tab.<br />
I had 3 options for the file:<br />
&quot;c:\Program Files\Microsoft Visual Studio 9.0\Visual Studio Tools for Office\PIA\Office11\Microsoft.mshtml.dll&quot; <br />
&quot;c:\Program Files\Microsoft Visual Studio 9.0\Visual Studio Tools for Office\PIA\Office12\Microsoft.mshtml.dll&quot; <br />
&quot;c:\Program Files\Microsoft.NET\Primary Interop Assemblies\Microsoft.mshtml.dll&quot; <br />
Fortunately, I chose to take the PIA file, it also happens to be &quot;File Version 7.0.3300.1&quot; and not &quot;7.0.3300.0&quot; as the Office files <br />
(Though the inner File Version is also 7.0.3300.0)<br />
[Some sites claims that the Office files are &quot;delay signed&quot; or &quot;partially signed&quot; but the PIA file (installed with the VS installation) is a fully signed copy.]<br />
<br />
xcopy the bin folder to the testing computer and now all works well!<br />
<br />
Development OS: XP + IE6 + VS 2003 + VS 2008 + Office<br />
Testing OS: Vista + IE8, <br />
(the working solution was also tested on XP + IE6 without VS\Office installed)<br />
<br />
If anyone have any hint to the &quot;Access is denied&quot; error when running the demo of the last HtmlEditor version (without the mshtml file) It will help a lot.<br />
[&quot;Running scripts in Demo&quot; - http://www.itwriting.com/phorum/read.php?3,3968]<br />
<br />
Atara]]></description>
      <category>HtmlEditor</category>
      <guid isPermaLink="true">http://www.itwriting.com/phorum/read.php?3,4279,4279#msg-4279</guid>
      <pubDate>Tue, 09 Mar 2010 10:50:29 +0000</pubDate>
    </item>
    <item>
      <title>[HtmlEditor] Re: Running scripts in Demo</title>
      <link>http://www.itwriting.com/phorum/read.php?3,3968,4278#msg-4278</link>
      <author>Atara</author>
      <description><![CDATA[yes. I compiled your project using VS2008, and run the demo locally, on my computer. I can &quot;Load HTML&quot;, but when I try to run the menu option &quot;Test | Execute Script&quot; I get the exception &quot;Access is denied&quot;. <br />
<br />
Atara]]></description>
      <category>HtmlEditor</category>
      <guid isPermaLink="true">http://www.itwriting.com/phorum/read.php?3,3968,4278#msg-4278</guid>
      <pubDate>Sun, 07 Mar 2010 11:46:20 +0000</pubDate>
    </item>
    <item>
      <title>[HtmlEditor] Re: By pressing enter key only &lt;p&gt; or &lt;div&gt; tag appearing</title>
      <link>http://www.itwriting.com/phorum/read.php?3,4270,4277#msg-4277</link>
      <author>Tim</author>
      <description><![CDATA[Have you tried Shift+Enter?<br />
<br />
Tim]]></description>
      <category>HtmlEditor</category>
      <guid isPermaLink="true">http://www.itwriting.com/phorum/read.php?3,4270,4277#msg-4277</guid>
      <pubDate>Thu, 04 Mar 2010 21:10:22 +0000</pubDate>
    </item>
    <item>
      <title>[HtmlEditor] Re: Running scripts in Demo</title>
      <link>http://www.itwriting.com/phorum/read.php?3,3968,4276#msg-4276</link>
      <author>Tim</author>
      <description><![CDATA[Is this different from the problem with running from the shared drive?<br />
<br />
Tim]]></description>
      <category>HtmlEditor</category>
      <guid isPermaLink="true">http://www.itwriting.com/phorum/read.php?3,3968,4276#msg-4276</guid>
      <pubDate>Thu, 04 Mar 2010 21:07:04 +0000</pubDate>
    </item>
    <item>
      <title>[HtmlEditor] Re: HtmlEditor and Windows Vista 64 Bit</title>
      <link>http://www.itwriting.com/phorum/read.php?3,4247,4275#msg-4275</link>
      <author>Tim</author>
      <description><![CDATA[liao is correct - build the project for x86.<br />
<br />
Tim]]></description>
      <category>HtmlEditor</category>
      <guid isPermaLink="true">http://www.itwriting.com/phorum/read.php?3,4247,4275#msg-4275</guid>
      <pubDate>Thu, 04 Mar 2010 21:04:46 +0000</pubDate>
    </item>
    <item>
      <title>[HtmlEditor] Re: Running scripts in Demo - link</title>
      <link>http://www.itwriting.com/phorum/read.php?3,3968,4274#msg-4274</link>
      <author>Atara</author>
      <description><![CDATA[. . . the code in [URL: http://codecentrix.blogspot.com/2008/02/when-ihtmlwindow2document-throws.html] looks almost the same as in comsupport.cs (line 350)<br />
<br />
Are there code-experts that understand the above link, compare it to HtmlEditor code, and can explain it ?<br />
<br />
Atara.]]></description>
      <category>HtmlEditor</category>
      <guid isPermaLink="true">http://www.itwriting.com/phorum/read.php?3,3968,4274#msg-4274</guid>
      <pubDate>Wed, 24 Feb 2010 14:32:18 +0000</pubDate>
    </item>
    <item>
      <title>[HtmlEditor] Re: Running scripts in Demo</title>
      <link>http://www.itwriting.com/phorum/read.php?3,3968,4273#msg-4273</link>
      <author>Atara</author>
      <description><![CDATA[I loaded the sln in VS 2008, and when running DemoHtmlApp, I also get the &quot;Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))&quot; error .<br />
<br />
(IsDesignMode =	false)<br />
<br />
Has anyone solved it?<br />
<br />
Atara]]></description>
      <category>HtmlEditor</category>
      <guid isPermaLink="true">http://www.itwriting.com/phorum/read.php?3,3968,4273#msg-4273</guid>
      <pubDate>Wed, 24 Feb 2010 12:05:20 +0000</pubDate>
    </item>
    <item>
      <title>[HtmlEditor] Re: HtmlEditor and Windows Vista 64 Bit</title>
      <link>http://www.itwriting.com/phorum/read.php?3,4247,4272#msg-4272</link>
      <author>liao</author>
      <description><![CDATA[x86 or anycpu]]></description>
      <category>HtmlEditor</category>
      <guid isPermaLink="true">http://www.itwriting.com/phorum/read.php?3,4247,4272#msg-4272</guid>
      <pubDate>Wed, 24 Feb 2010 05:16:48 +0000</pubDate>
    </item>
    <item>
      <title>[HtmlEditor] Re: HtmlEditor and Windows Vista 64 Bit</title>
      <link>http://www.itwriting.com/phorum/read.php?3,4247,4271#msg-4271</link>
      <author>Jess</author>
      <description><![CDATA[I have the same problem with Windows 7 64 bit.<br />
Any suggestion?]]></description>
      <category>HtmlEditor</category>
      <guid isPermaLink="true">http://www.itwriting.com/phorum/read.php?3,4247,4271#msg-4271</guid>
      <pubDate>Mon, 15 Feb 2010 11:50:47 +0000</pubDate>
    </item>
    <item>
      <title>[HtmlEditor] By pressing enter key only &lt;p&gt; or &lt;div&gt; tag appearing</title>
      <link>http://www.itwriting.com/phorum/read.php?3,4270,4270#msg-4270</link>
      <author>Biswa</author>
      <description><![CDATA[Hi,<br />
<br />
The HTML editor is nice application and i am using it since 2 years. But now i encountered a problem as by pressing enter key only &lt;p&gt; or &lt;div&gt; for the boolean property &quot;IsDivOnEnter&quot;. Is there any option to bring &lt;br&gt; tag? Plz. help me out.. It is urgent]]></description>
      <category>HtmlEditor</category>
      <guid isPermaLink="true">http://www.itwriting.com/phorum/read.php?3,4270,4270#msg-4270</guid>
      <pubDate>Mon, 15 Feb 2010 11:27:34 +0000</pubDate>
    </item>
    <item>
      <title>[HtmlEditor] Re: Calling the onchange of an IHTMLSelectElement</title>
      <link>http://www.itwriting.com/phorum/read.php?3,1507,4269#msg-4269</link>
      <author>E</author>
      <description><![CDATA[Mayank, I'm not sure if this will fill your needs but you might take a look at <br />
<br />
IHTMLWindow3.attachEvent<br />
<br />
http://msdn.microsoft.com/en-us/library/aa741345(VS.85).aspx]]></description>
      <category>HtmlEditor</category>
      <guid isPermaLink="true">http://www.itwriting.com/phorum/read.php?3,1507,4269#msg-4269</guid>
      <pubDate>Thu, 28 Jan 2010 19:18:44 +0000</pubDate>
    </item>
    <item>
      <title>[HtmlEditor] Re: Calling the onchange of an IHTMLSelectElement</title>
      <link>http://www.itwriting.com/phorum/read.php?3,1507,4267#msg-4267</link>
      <author>Ralph</author>
      <description><![CDATA[That was extremely helpful, so thanks so much! I adapted it to a simpler case and it worked a treat.<br />
<br />
As to Mayank's &quot;DocumentComplete&quot; - I wish I could get it to fire at all. It's causing me lots of grief. Anyway, meanwhile one major problem has been solved.]]></description>
      <category>HtmlEditor</category>
      <guid isPermaLink="true">http://www.itwriting.com/phorum/read.php?3,1507,4267#msg-4267</guid>
      <pubDate>Thu, 17 Dec 2009 03:27:06 +0000</pubDate>
    </item>
    <item>
      <title>[HtmlEditor] Re: Saving Web Page Complete? /Images actually what I need</title>
      <link>http://www.itwriting.com/phorum/read.php?3,4203,4266#msg-4266</link>
      <author>veera</author>
      <description><![CDATA[i want code for that]]></description>
      <category>HtmlEditor</category>
      <guid isPermaLink="true">http://www.itwriting.com/phorum/read.php?3,4203,4266#msg-4266</guid>
      <pubDate>Wed, 16 Dec 2009 05:46:48 +0000</pubDate>
    </item>
    <item>
      <title>[HtmlEditor] Use HTML Editor as ActiveX</title>
      <link>http://www.itwriting.com/phorum/read.php?3,4265,4265#msg-4265</link>
      <author>just2click</author>
      <description><![CDATA[Hi all,<br />
<br />
I found this application while looking for ways to use a WebBrowser control/MSTHML as an ActiveX.<br />
<br />
I'm trying to register this control (HtmlEditor.dll) and use it as an ActiveX to add it into a hosting web page.<br />
<br />
I'd be grateful for every help,<br />
<br />
Thanks in advance,<br />
<br />
-Dror]]></description>
      <category>HtmlEditor</category>
      <guid isPermaLink="true">http://www.itwriting.com/phorum/read.php?3,4265,4265#msg-4265</guid>
      <pubDate>Tue, 08 Dec 2009 17:50:40 +0000</pubDate>
    </item>
    <item>
      <title>[HtmlEditor] Re: .NET 3.5 errors</title>
      <link>http://www.itwriting.com/phorum/read.php?3,4054,4257#msg-4257</link>
      <author>Tomas Kنllsen</author>
      <description><![CDATA[Luke Wrote:<br />
-------------------------------------------------------<br />
&gt; This isn't a 64-bit issue; I get the exact same<br />
&gt; error.  I'm using WinXP SP2, .net 3.5 &amp; WPF.  I<br />
&gt; have the HtmlEditor inside a WPF USerControl and<br />
&gt; get the error when closing that control's designer<br />
&gt; window.<br />
<br />
<br />
I got it working (in WPF) by adding [ComVisible(true)] to the HtmlSite class.<br />
<br />
Maybe it will help someone.<br />
<br />
/Tomas]]></description>
      <category>HtmlEditor</category>
      <guid isPermaLink="true">http://www.itwriting.com/phorum/read.php?3,4054,4257#msg-4257</guid>
      <pubDate>Thu, 26 Nov 2009 10:42:05 +0000</pubDate>
    </item>
    <item>
      <title>[HtmlEditor] ViewLink &amp; IFrame Detach Issue</title>
      <link>http://www.itwriting.com/phorum/read.php?3,4256,4256#msg-4256</link>
      <author>Blade MF</author>
      <description><![CDATA[Hi,<br />
<br />
I am developing a bunch (a lot) of binary behaviors with C#. The problem is, that in some occasions IElementBehavior.Detach is not being called.<br />
<br />
For example, if you have a simple html page with a single IFRAME in it, then, in the document in the IFRAME you put a binary behavior element, which creates a ViewLink. If you create another binary behavior element in the viewlink document, and the refresh the IFRAME, the Detach method of the inner element is not being called. <br />
<br />
HTML Page<br />
 |- IFRAME<br />
 |--- HTML Page<br />
 |----- Element1<br />
 |------- ViewLink document<br />
 |--------- Element2<br />
<br />
I have a very simple code that demonstrates it.<br />
<br />
I played arround with it for a few days and found out that if you force a garbage collection in the Element1.Detach, once in a while, Element2.Detach is called.<br />
<br />
This means that there is some .NET object holding a reference that it should't hold.<br />
<br />
The fun part is that this does not happen when NOT in a IFRAME - everything gets detached in time.<br />
<br />
Does anyone have any idea?]]></description>
      <category>HtmlEditor</category>
      <guid isPermaLink="true">http://www.itwriting.com/phorum/read.php?3,4256,4256#msg-4256</guid>
      <pubDate>Thu, 26 Nov 2009 09:31:39 +0000</pubDate>
    </item>
    <item>
      <title>[HtmlEditor] About find and replace in HTMlEditor</title>
      <link>http://www.itwriting.com/phorum/read.php?3,4255,4255#msg-4255</link>
      <author>Prachi</author>
      <description><![CDATA[Hello,<br />
 In my code I want to internally find a particular word and replace it with other.<br />
I have used Webbrowser control in editable mode.I am using IHTMLTxtRange for finding a word and replacing it with other word.I have to find and replace internally in my code.<br />
<br />
Following is my code:-<br />
<br />
Public Sub FindReplaceText(ByVal sfindText As String, ByVal sReplacetext As String)<br />
Try<br />
<br />
<br />
FindReplaceReset()<br />
FindReplaceAll(sfindText, sReplacetext, False, False)<br />
Catch ex As Exception<br />
<br />
End Try<br />
End Sub<br />
<br />
<br />
<br />
Private Sub FindReplaceReset()<br />
<br />
<br />
document = DirectCast(HTMLEditor.Document.DomDocument, IHTMLDocument2)<br />
body = DirectCast(document.body, HTMLBody)<br />
<br />
' reset the range being worked with<br />
_findRange = DirectCast(body.createTextRange(), IHTMLTxtRange)<br />
DirectCast(document.selection, IHTMLSelectionObject).empty()<br />
<br />
End Sub<br />
' replaces all the occurrences of the given string with the other<br />
Private Function FindReplaceAll(ByVal findText__1 As String, ByVal replaceText As String, ByVal matchWhole As Boolean, ByVal matchCase As Boolean) As Integer<br />
Dim found As Integer = 0<br />
Dim replaceRange As IHTMLTxtRange = Nothing<br />
<br />
Do<br />
' find the given text within the find range<br />
replaceRange = FindText(findText__1, matchWhole, matchCase)<br />
' if found perform a replace<br />
If replaceRange IsNot Nothing Then<br />
replaceRange.text = replaceText<br />
found += 1<br />
End If<br />
Loop While replaceRange IsNot Nothing<br />
<br />
' return count of items repalced<br />
<br />
Return found<br />
End Function<br />
'FindReplaceAll<br />
' function to perform the actual find of the given text<br />
Private Function FindText(ByVal sfindText As String, ByVal matchWhole As Boolean, ByVal matchCase As Boolean) As IHTMLTxtRange<br />
' define the search options<br />
Dim searchOptions As Integer = 0<br />
If matchWhole Then<br />
searchOptions = searchOptions + 2<br />
End If<br />
If matchCase Then<br />
searchOptions = searchOptions + 4<br />
End If<br />
<br />
If Not _findRange.text Is Nothing Then<br />
<br />
<br />
' perform the search operation<br />
If _findRange.findText(sfindText, _findRange.text.Length, searchOptions) Then<br />
' select the found text within the document<br />
_findRange.[select]()<br />
' limit the new find range to be from the newly found text<br />
Dim foundRange As IHTMLTxtRange = DirectCast(document.selection.createRange(), IHTMLTxtRange)<br />
_findRange = DirectCast(body.createTextRange(), IHTMLTxtRange)<br />
_findRange.setEndPoint(&quot;StartToEnd&quot;, foundRange)<br />
' text found so return this selection<br />
Return foundRange<br />
Else<br />
' reset the find ranges<br />
FindReplaceReset()<br />
' no text found so return null range<br />
Return Nothing<br />
<br />
End If<br />
Else<br />
' reset the find ranges<br />
FindReplaceReset()<br />
' no text found so return null range<br />
Return Nothing<br />
End If<br />
End Function<br />
<br />
<br />
  It works fine for all find and replace except if the word contains vbnewline.If in webbrowser control I enter<br />
<br />
Hiii<br />
<br />
Hello.<br />
<br />
 The above two words contain Enter key(i.e vbnewline) between them.If I pass following string to my Method it doesn't recognize the whole word and doesn't replace the word. I have called my method as <br />
<br />
FindReplaceAll(&quot;Hii&quot;+vbcr+&quot;Hello&quot;,&quot;HiiiHelloReplaced&quot;, False, False)<br />
<br />
  Can anyone tell me why is it so?]]></description>
      <category>HtmlEditor</category>
      <guid isPermaLink="true">http://www.itwriting.com/phorum/read.php?3,4255,4255#msg-4255</guid>
      <pubDate>Sat, 21 Nov 2009 12:10:29 +0000</pubDate>
    </item>
    <item>
      <title>[HtmlEditor] Re: Help with anchor tags for MSHTML based editor</title>
      <link>http://www.itwriting.com/phorum/read.php?3,2782,4251#msg-4251</link>
      <author>danobrega</author>
      <description><![CDATA[I can't understand how you managed to use the BeforeNavigate event. This event is fired by IDocHostUIHandler.TranslateUrl. From my testing when we load an email from memory, if a user clicks a link to an anchor in the same document (href=&quot;#anchorid&quot; the strURLIn parameter of TranslateUrl will contain &quot;about:blank&quot;.<br />
<br />
   The biggest problem is that in this situation mshtml does not scroll to the anchor location.<br />
<br />
   Do you know if there is any way to detect that mshtml wants to navigate while having access to the whole URL?<br />
<br />
Regards.]]></description>
      <category>HtmlEditor</category>
      <guid isPermaLink="true">http://www.itwriting.com/phorum/read.php?3,2782,4251#msg-4251</guid>
      <pubDate>Mon, 09 Nov 2009 14:54:47 +0000</pubDate>
    </item>
    <item>
      <title>[HtmlEditor] Re: The last request, form for inserting img...</title>
      <link>http://www.itwriting.com/phorum/read.php?3,3514,4250#msg-4250</link>
      <author>YUYU</author>
      <description><![CDATA[&lt;a target=&quot;http://www.s-shooq.com/chat/ahle.html&quot; href=&quot;http://www.s-shooq.com/chat/ahle.html&quot;&gt;<br />
شات الاهلي&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/chat/ahle.html&quot; href=&quot;http://www.s-shooq.com/chat/ahle.html&quot;&gt;<br />
دردشة الاهلي&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/chat/ahle.html&quot; href=&quot;http://www.s-shooq.com/chat/ahle.html&quot;&gt;<br />
دردشه الاهلي&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/chat/ahle.html&quot; href=&quot;http://www.s-shooq.com/chat/ahle.html&quot;&gt;<br />
شات&lt;/a&gt; - &lt;a href=&quot;http://www.s-shooq.com/chat/ahle.html&quot;&gt;شات كتابي&lt;/a&gt; - &lt;/span&gt;&lt;a target=&quot;http://www.s-shooq.com&quot; href=&quot;http://www.s-shooq.com&quot;&gt;شات&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com&quot; href=&quot;http://www.s-shooq.com&quot;&gt;دردشة&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com&quot; href=&quot;http://www.s-shooq.com&quot;&gt;دردشه&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/vb&quot; href=&quot;http://www.s-shooq.com/vb&quot;&gt;منتدى&lt;/a&gt; <br />
- &lt;a target=&quot;http://www.s-shooq.com/vb&quot; href=&quot;http://www.s-shooq.com/vb&quot;&gt;منتديات&lt;/a&gt; <br />
- &lt;a target=&quot;http://www.s-shooq.com/vb&quot; href=&quot;http://www.s-shooq.com/vb&quot;&gt;سحايب <br />
شوق&lt;/a&gt; - &lt;a target=&quot;http://www.s-shooq.com&quot; href=&quot;http://www.s-shooq.com&quot;&gt;شات <br />
كتابي&lt;/a&gt; - &lt;a target=&quot;http://www.s-shooq.com&quot; href=&quot;http://www.s-shooq.com&quot;&gt;<br />
دردشة كتابيه&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com&quot; href=&quot;http://www.s-shooq.com&quot;&gt;دردشه كتابيه&lt;/a&gt; <br />
- &lt;a target=&quot;http://www.s-shooq.com&quot; href=&quot;http://www.s-shooq.com&quot;&gt;دردشة كتابية&lt;/a&gt; <br />
- &lt;a target=&quot;http://www.s-shooq.com&quot; href=&quot;http://www.s-shooq.com&quot;&gt;دردشه كتابية&lt;/a&gt; <br />
- &lt;span lang=&quot;en-us&quot;&gt;<br />
&lt;a target=&quot;http://www.s-shooq.com&quot; href=&quot;http://www.s-shooq.com&quot;&gt;ahj &lt;/a&gt;-&amp;nbsp; &lt;/span&gt;<br />
&lt;a target=&quot;http://www.s-shooq.com/dir&quot; href=&quot;http://www.s-shooq.com/dir&quot;&gt;دليل <br />
مواقع&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/dir&quot; href=&quot;http://www.s-shooq.com/dir&quot;&gt;دليل <br />
المواقع&lt;/a&gt; &lt;span lang=&quot;en-us&quot;&gt;<br />
&amp;nbsp;- &lt;/span&gt;<br />
&lt;a target=&quot;http://www.s-shooq.com/chat/1.htm&quot; href=&quot;http://www.s-shooq.com/chat/1.htm&quot;&gt;<br />
شات النصر&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/chat/1.htm&quot; href=&quot;http://www.s-shooq.com/chat/1.htm&quot;&gt;<br />
دردشة النصر&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/chat/2.htm&quot; href=&quot;http://www.s-shooq.com/chat/2.htm&quot;&gt;<br />
شات الهلال&lt;/a&gt; -&lt;a target=&quot;http://www.s-shooq.com/chat/2.htm&quot; href=&quot;http://www.s-shooq.com/chat/2.htm&quot;&gt; <br />
دردشة الهلال&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/chat/3.htm&quot; href=&quot;http://www.s-shooq.com/chat/3.htm&quot;&gt;<br />
شات الكويت&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/chat/3.htm&quot; href=&quot;http://www.s-shooq.com/chat/3.htm&quot;&gt;<br />
دردشة الكويت&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/chat/3.htm&quot; href=&quot;http://www.s-shooq.com/chat/3.htm&quot;&gt;<br />
شات كويتي&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/chat/8.htm&quot; href=&quot;http://www.s-shooq.com/chat/8.htm&quot;&gt;<br />
شات عمان&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/chat/8.htm&quot; href=&quot;http://www.s-shooq.com/chat/8.htm&quot;&gt;<br />
دردشة عمان&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/chat/8.htm&quot; href=&quot;http://www.s-shooq.com/chat/8.htm&quot;&gt;<br />
شات عماني&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/chat/1.htm&quot; href=&quot;http://www.s-shooq.com/chat/1.htm&quot;&gt;<br />
شات نصراوي&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/chat/4.htm&quot; href=&quot;http://www.s-shooq.com/chat/4.htm&quot;&gt;<br />
شات بحريني&lt;/a&gt;&amp;nbsp; -<br />
&lt;a target=&quot;http://www.s-shooq.com/chat/4.htm&quot; href=&quot;http://www.s-shooq.com/chat/4.htm&quot;&gt;<br />
دردشة بحرينيه&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/chat/5.htm&quot; href=&quot;http://www.s-shooq.com/chat/5.htm&quot;&gt;<br />
شات قطري&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/chat/5.htm&quot; href=&quot;http://www.s-shooq.com/chat/5.htm&quot;&gt;<br />
دردشه قطريه&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/chat/6.htm&quot; href=&quot;http://www.s-shooq.com/chat/6.htm&quot;&gt;<br />
شات عراقي&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/chat/6.htm&quot; href=&quot;http://www.s-shooq.com/chat/6.htm&quot;&gt;<br />
دردشة عراقيه&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/chat/6.htm&quot; href=&quot;http://www.s-shooq.com/chat/6.htm&quot;&gt;<br />
شات العراق&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/chat/4.htm&quot; href=&quot;http://www.s-shooq.com/chat/4.htm&quot;&gt;<br />
شات البحرين&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/chat/4.htm&quot; href=&quot;http://www.s-shooq.com/chat/4.htm&quot;&gt;<br />
دردشة البحرين&lt;/a&gt; -&lt;a target=&quot;http://www.s-shooq.com/chat/5.htm&quot; href=&quot;http://www.s-shooq.com/chat/5.htm&quot;&gt; <br />
شات قطر&lt;/a&gt; -&amp;nbsp;<br />
&lt;a target=&quot;http://www.s-shooq.com/chat/5.htm&quot; href=&quot;http://www.s-shooq.com/chat/5.htm&quot;&gt;<br />
دردشة قطر&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/chat/6.htm&quot; href=&quot;http://www.s-shooq.com/chat/6.htm&quot;&gt;<br />
دردشة العراق&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/chat/7.htm&quot; href=&quot;http://www.s-shooq.com/chat/7.htm&quot;&gt;<br />
شات اماراتي&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/chat/7.htm&quot; href=&quot;http://www.s-shooq.com/chat/7.htm&quot;&gt;<br />
دردشة اماراتيه&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/chat/7.htm&quot; href=&quot;http://www.s-shooq.com/chat/7.htm&quot;&gt;<br />
شات الامارات&lt;/a&gt; -&amp;nbsp;<br />
&lt;a target=&quot;http://www.s-shooq.com/chat/7.htm&quot; href=&quot;http://www.s-shooq.com/chat/7.htm&quot;&gt;<br />
دردشة الامارات&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/chat/9.htm&quot; href=&quot;http://www.s-shooq.com/chat/9.htm&quot;&gt;<br />
شات سعودي&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/chat/9.htm&quot; href=&quot;http://www.s-shooq.com/chat/9.htm&quot;&gt;<br />
دردشة سعوديه&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/chat/9.htm&quot; href=&quot;http://www.s-shooq.com/chat/9.htm&quot;&gt;<br />
شات السعودية&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/chat/9.htm&quot; href=&quot;http://www.s-shooq.com/chat/9.htm&quot;&gt;<br />
دردشة السعودية&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/chat/yemen.htm&quot; href=&quot;http://www.s-shooq.com/chat/yemen.htm&quot;&gt;<br />
شات يمني&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/chat/yemen.htm&quot; href=&quot;http://www.s-shooq.com/chat/yemen.htm&quot;&gt;<br />
دردشة يمنيه&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/chat/yemen.htm&quot; href=&quot;http://www.s-shooq.com/chat/yemen.htm&quot;&gt;<br />
شات اليمن&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/chat/yemen.htm&quot; href=&quot;http://www.s-shooq.com/chat/yemen.htm&quot;&gt;<br />
دردشة اليمن&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/chat/10.htm&quot; href=&quot;http://www.s-shooq.com/chat/10.htm&quot;&gt;<br />
شات الخليج&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/chat/10.htm&quot; href=&quot;http://www.s-shooq.com/chat/10.htm&quot;&gt;<br />
دردشة الخليج&lt;/a&gt; - &lt;a href=&quot;http://www.s-shooq.com/chat/10.htm&quot;&gt;شات خليجي&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/chat/10.htm&quot; href=&quot;http://www.s-shooq.com/chat/10.htm&quot;&gt;<br />
دردشة خليجية&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/chat/h1.htm&quot; href=&quot;http://www.s-shooq.com/chat/h1.htm&quot;&gt;<br />
شات ذب × ذب&lt;/a&gt; -&lt;a target=&quot;http://www.s-shooq.com/chat/h1.htm&quot; href=&quot;http://www.s-shooq.com/chat/h1.htm&quot;&gt; <br />
دردشة ذب × ذب&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/dir/site-728.html&quot; href=&quot;http://www.s-shooq.com/dir/site-728.html&quot;&gt;<br />
شات ذب × ذب&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/dir/site-728.html&quot; href=&quot;http://www.s-shooq.com/dir/site-728.html&quot;&gt;<br />
دردشة ذب × ذب&lt;/a&gt; - &lt;a target=&quot;http://www.wdq8.com&quot; href=&quot;http://www.wdq8.com&quot;&gt;<br />
ود الكويت&lt;/a&gt; - &lt;a href=&quot;http://www.wdq8.com&quot;&gt;شات كويتي&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.wdq8.com&quot; href=&quot;http://www.wdq8.com&quot;&gt;دردشة كويتيه&lt;/a&gt; -&lt;a target=&quot;http://www.wdq8.com&quot; href=&quot;http://www.wdq8.com&quot;&gt; <br />
دردشه كويتيه&lt;/a&gt; - &lt;a target=&quot;http://www.wdq8.com&quot; href=&quot;http://www.wdq8.com&quot;&gt;<br />
دردشة كويتية&lt;/a&gt; -&lt;a target=&quot;http://www.wdq8.com&quot; href=&quot;http://www.wdq8.com&quot;&gt; <br />
شات&lt;/a&gt; - &lt;a target=&quot;http://www.wdq8.com&quot; href=&quot;http://www.wdq8.com&quot;&gt;دردشة&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.wdq8.com&quot; href=&quot;http://www.wdq8.com&quot;&gt;جات كويتي&lt;/a&gt;&amp;nbsp;<br />
&lt;span lang=&quot;ar-sa&quot;&gt;&amp;nbsp;-<br />
&lt;a target=&quot;http://www.s-shooq.com&quot; href=&quot;http://www.s-shooq.com&quot;&gt;شات سحايب شوق&lt;/a&gt; <br />
- &lt;a target=&quot;http://www.s-shooq.com&quot; href=&quot;http://www.s-shooq.com&quot;&gt;دردشة سحايب <br />
شوق&lt;/a&gt; -&lt;a target=&quot;http://www.s-shooq.com/vb&quot; href=&quot;http://www.s-shooq.com/vb/&quot;&gt;منتدى <br />
سحايب شوق&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/vb&quot; href=&quot;http://www.s-shooq.com/vb/&quot;&gt;منتديات <br />
سحايب شوق&lt;/a&gt;&lt;/span&gt; - &lt;span lang=&quot;ar-sa&quot;&gt;<br />
&lt;a target=&quot;http://www.s-shooq.com/dir/&quot; href=&quot;http://www.s-shooq.com/dir/&quot;&gt;دليل <br />
مواقع سحايب شوق&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/dir/&quot; href=&quot;http://www.s-shooq.com/dir/&quot;&gt;دليل <br />
المواقع سحايب شوق&lt;/a&gt; - <br />
&lt;a target=&quot;http://www.s-shooq.com&quot; href=&quot;http://www.s-shooq.com&quot;&gt;شات خليجي&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com&quot; href=&quot;http://www.s-shooq.com&quot;&gt;دردشه خليجيه&lt;/a&gt; <br />
- &lt;a target=&quot;http://www.s-shooq.com&quot; href=&quot;http://www.s-shooq.com&quot;&gt;دردشة خليجية&lt;/a&gt; <br />
- &lt;a target=&quot;http://www.wdq8.com&quot; href=&quot;http://www.wdq8.com&quot;&gt;شات كتابي&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.wdq8.com&quot; href=&quot;http://www.wdq8.com&quot;&gt;دردشة كتابيه&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.wdq8.com&quot; href=&quot;http://www.wdq8.com&quot;&gt;دردشة كتابية&lt;/a&gt;&amp;nbsp; <br />
- &lt;a target=&quot;http://www.s-shooq.com&quot; href=&quot;http://www.s-shooq.com&quot;&gt;شات سعودي&lt;/a&gt; <br />
- &lt;a target=&quot;http://www.s-shooq.com&quot; href=&quot;http://www.s-shooq.com&quot;&gt;دردشة سعودية&lt;/a&gt; <br />
- &lt;a target=&quot;http://www.wdq8.com&quot; href=&quot;http://www.wdq8.com&quot;&gt;شات خليجي&lt;/a&gt; -&lt;a target=&quot;http://www.wdq8.com&quot; href=&quot;http://www.wdq8.com&quot;&gt; <br />
دردشة خليجية&lt;/a&gt;&lt;/span&gt; - &lt;span lang=&quot;ar-sa&quot;&gt;<br />
&lt;a target=&quot;http://www.s-shooq.com/&quot; href=&quot;http://www.s-shooq.com/&quot;&gt;شا ت&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/vb&quot; href=&quot;http://www.s-shooq.com/vb&quot;&gt;منتدى <br />
خليجي&lt;/a&gt;&lt;/span&gt; - &lt;span lang=&quot;ar-sa&quot;&gt;<br />
&lt;a target=&quot;http://www.wdq8.com&quot; href=&quot;http://www.wdq8.com&quot;&gt;شا ت كويتي&lt;/a&gt; -&lt;a target=&quot;http://www.wdq8.com&quot; href=&quot;http://www.wdq8.com&quot;&gt; <br />
شا ت الكويت&lt;/a&gt; - &lt;a target=&quot;http://www.wdq8.com&quot; href=&quot;http://www.wdq8.com&quot;&gt;شا <br />
ت&lt;/a&gt;&lt;/span&gt; - &lt;span lang=&quot;ar-sa&quot;&gt;<br />
&lt;a target=&quot;http://www.s-shooq.com/chat/massr.html&quot; href=&quot;http://www.s-shooq.com/chat/massr.html&quot;&gt;<br />
شات مصري&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/chat/massr.html&quot; href=&quot;http://www.s-shooq.com/chat/massr.html&quot;&gt;<br />
شات مصر&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/chat/massr.html&quot; href=&quot;http://www.s-shooq.com/chat/massr.html&quot;&gt;<br />
دردشة مصريه&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/chat/massr.html&quot; href=&quot;http://www.s-shooq.com/chat/massr.html&quot;&gt;<br />
دردشة مصرية&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/vb/forumdisplay.php?f=71&quot; href=&quot;http://www.s-shooq.com/vb/forumdisplay.php?f=71&quot;&gt;<br />
رابطة النصر&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/vb/forumdisplay.php?f=71&quot; href=&quot;http://www.s-shooq.com/vb/forumdisplay.php?f=71&quot;&gt;<br />
رابطة العالمي&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/vb/forumdisplay.php?f=72&quot; href=&quot;http://www.s-shooq.com/vb/forumdisplay.php?f=72&quot;&gt;<br />
رابطة الهلال&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/vb/forumdisplay.php?f=72&quot; href=&quot;http://www.s-shooq.com/vb/forumdisplay.php?f=72&quot;&gt;<br />
رابطة الزعيم&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/vb/forumdisplay.php?f=74&quot; href=&quot;http://www.s-shooq.com/vb/forumdisplay.php?f=74&quot;&gt;<br />
رابطة الاهلي&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/vb/forumdisplay.php?f=73&quot; href=&quot;http://www.s-shooq.com/vb/forumdisplay.php?f=73&quot;&gt;<br />
رابطة الاتحاد&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/chat/massr.html&quot; href=&quot;http://www.s-shooq.com/chat/massr.html&quot;&gt;<br />
ام الدنيا&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/chat/massr.html&quot; href=&quot;http://www.s-shooq.com/chat/massr.html&quot;&gt;<br />
مصر&lt;/a&gt;&lt;/span&gt; - &lt;span lang=&quot;ar-sa&quot;&gt;<br />
&lt;a target=&quot;http://www.s-shooq.com/drdsha/sorea.html&quot; href=&quot;http://www.s-shooq.com/drdsha/sorea.html&quot;&gt;<br />
شات سوري&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/drdsha/sorea.html&quot; href=&quot;http://www.s-shooq.com/drdsha/sorea.html&quot;&gt;<br />
دردشة سوريه&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/drdsha/sorea.html&quot; href=&quot;http://www.s-shooq.com/drdsha/sorea.html&quot;&gt;<br />
دردشة سورية&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/drdsha/sorea.html&quot; href=&quot;http://www.s-shooq.com/drdsha/sorea.html&quot;&gt;<br />
شات كتابي&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com/drdsha/sorea.html&quot; href=&quot;http://www.s-shooq.com/drdsha/sorea.html&quot;&gt;<br />
درشة كتابية&lt;/a&gt; -<br />
&lt;a target=&quot;http://www.s-shooq.com&quot; href=&quot;http://www.s-shooq.com&quot;&gt;سحايب&lt;/a&gt;<br />
&lt;/span&gt; &lt;/p&gt;]]></description>
      <category>HtmlEditor</category>
      <guid isPermaLink="true">http://www.itwriting.com/phorum/read.php?3,3514,4250#msg-4250</guid>
      <pubDate>Fri, 02 Oct 2009 01:54:26 +0100</pubDate>
    </item>
    <item>
      <title>[HtmlEditor] Re: .NET 3.5 errors</title>
      <link>http://www.itwriting.com/phorum/read.php?3,4054,4249#msg-4249</link>
      <author>Msto</author>
      <description><![CDATA[I'm getting exactly the same problem with .Net 3.5 on both win 7 64 bit and xp sp3 32 bit, any clues?]]></description>
      <category>HtmlEditor</category>
      <guid isPermaLink="true">http://www.itwriting.com/phorum/read.php?3,4054,4249#msg-4249</guid>
      <pubDate>Sat, 29 Aug 2009 04:32:28 +0100</pubDate>
    </item>
    <item>
      <title>[HtmlEditor] Re: Print table with JS?</title>
      <link>http://www.itwriting.com/phorum/read.php?3,1751,4248#msg-4248</link>
      <author>Istvan Sentes</author>
      <description><![CDATA[hey, there, i hope it's the right place to ask..<br />
can so tell me how to print ONLY a table with JavaScript? i know how to print the whole doc (window.print()), but i need to print only a table in the doc<br />
thx a lot in advance<br />
peace!]]></description>
      <category>HtmlEditor</category>
      <guid isPermaLink="true">http://www.itwriting.com/phorum/read.php?3,1751,4248#msg-4248</guid>
      <pubDate>Mon, 24 Aug 2009 18:43:34 +0100</pubDate>
    </item>
    <item>
      <title>[HtmlEditor] HtmlEditor and Windows Vista 64 Bit</title>
      <link>http://www.itwriting.com/phorum/read.php?3,4247,4247#msg-4247</link>
      <author>cookie80</author>
      <description><![CDATA[Hello!<br />
<br />
I was not able to find information about the use of the HtmlEditor component under Windwos Vista 64 Bit.<br />
My problem is, when I try to start an application that includes HtmlEditor I get an errormessage (BadFormatException). Does anybody know how to get around this problem?]]></description>
      <category>HtmlEditor</category>
      <guid isPermaLink="true">http://www.itwriting.com/phorum/read.php?3,4247,4247#msg-4247</guid>
      <pubDate>Thu, 06 Aug 2009 09:31:15 +0100</pubDate>
    </item>
    <item>
      <title>[HtmlEditor] Re: ActiveElement problem</title>
      <link>http://www.itwriting.com/phorum/read.php?3,3956,4246#msg-4246</link>
      <author>majid madadi</author>
      <description><![CDATA[JSS Wrote:<br />
-------------------------------------------------------<br />
&gt; Hi.<br />
&gt; <br />
&gt; Why ActiveElement always return &quot;BODY&quot;, even if<br />
&gt; there is selected ie. IMG. How can I get real<br />
&gt; chosen element?]]></description>
      <category>HtmlEditor</category>
      <guid isPermaLink="true">http://www.itwriting.com/phorum/read.php?3,3956,4246#msg-4246</guid>
      <pubDate>Sat, 25 Jul 2009 05:34:56 +0100</pubDate>
    </item>
    <item>
      <title>[HtmlEditor] Re: How to set a Particular Font</title>
      <link>http://www.itwriting.com/phorum/read.php?3,3505,4245#msg-4245</link>
      <author>Don</author>
      <description><![CDATA[Would like to see the answer to Jean's question above concerning the changeing of font size for each email.]]></description>
      <category>HtmlEditor</category>
      <guid isPermaLink="true">http://www.itwriting.com/phorum/read.php?3,3505,4245#msg-4245</guid>
      <pubDate>Sat, 27 Jun 2009 20:12:59 +0100</pubDate>
    </item>
    <item>
      <title>[HtmlEditor] Re: styleshhetcollection</title>
      <link>http://www.itwriting.com/phorum/read.php?3,4240,4244#msg-4244</link>
      <author>Prabhath Pallati</author>
      <description><![CDATA[I was also facing the same problem till now but I found a solution to this.<br />
<br />
In IHTMLStyleSheetsCollection interface under comsupport.cs contains the following declaration for IHTMLStyleSheetsCollection.item function:<br />
<br />
[DispId(dispids.DISPID_IHTMLSTYLESHEETSCOLLECTION_ITEM)]<br />
object item([In] object pvarIndex);<br />
<br />
instead there should be the following declaration:<br />
<br />
[DispId(dispids.DISPID_IHTMLSTYLESHEETSCOLLECTION_ITEM)]<br />
object item([In] ref object pvarIndex);<br />
<br />
which will solve the problem.]]></description>
      <category>HtmlEditor</category>
      <guid isPermaLink="true">http://www.itwriting.com/phorum/read.php?3,4240,4244#msg-4244</guid>
      <pubDate>Thu, 25 Jun 2009 15:25:17 +0100</pubDate>
    </item>
    <item>
      <title>[HtmlEditor] Re: Help with anchor tags for MSHTML based editor</title>
      <link>http://www.itwriting.com/phorum/read.php?3,2782,4243#msg-4243</link>
      <author>hgs</author>
      <description><![CDATA[Treasure every moment that you have! And remember that time waits for no one. Yesterday is history. Tomorrow is a mystery. Today is a gift. That’s why it’s called the present!<br />
<br />
[url=http://www.mpos.net/s/p3.asp]Credit Card Terminal[/url]| [url=http://www.mpos.net/s/p4.asp]Point of Sale[/url][url=http://coolday.blog.com/].[/url]]]></description>
      <category>HtmlEditor</category>
      <guid isPermaLink="true">http://www.itwriting.com/phorum/read.php?3,2782,4243#msg-4243</guid>
      <pubDate>Mon, 22 Jun 2009 08:56:28 +0100</pubDate>
    </item>
    <item>
      <title>[HtmlEditor] Re: Insert a span tag</title>
      <link>http://www.itwriting.com/phorum/read.php?3,3436,4242#msg-4242</link>
      <author>gdminal</author>
      <description><![CDATA[Treasure every moment that you have! And remember that time waits for no one. Yesterday is history. Tomorrow is a mystery. Today is a gift. That’s why it’s called the present!<br />
<br />
[url=http://www.mpos.net/s/p3.asp]Credit Card Terminal[/url]| [url=http://www.mpos.net/s/p4.asp]Point of Sale[/url][url=http://coolday.blog.com/].[/url]]]></description>
      <category>HtmlEditor</category>
      <guid isPermaLink="true">http://www.itwriting.com/phorum/read.php?3,3436,4242#msg-4242</guid>
      <pubDate>Mon, 22 Jun 2009 08:55:53 +0100</pubDate>
    </item>
    <item>
      <title>[HtmlEditor] Re: How to set a Particular Font</title>
      <link>http://www.itwriting.com/phorum/read.php?3,3505,4241#msg-4241</link>
      <author>ASGDA</author>
      <description><![CDATA[Treasure every moment that you have! And remember that time waits for no one. Yesterday is history. Tomorrow is a mystery. Today is a gift. That’s why it’s called the present!<br />
-------------------------------------------------------------------------------------------------------<br />
<br />
[url=http://www.mpos.net/s/p3.asp]Credit Card Terminal[/url]| [url=http://www.mpos.net/s/p4.asp]Point of Sale[/url][url=http://coolday.blog.com/].[/url]]]></description>
      <category>HtmlEditor</category>
      <guid isPermaLink="true">http://www.itwriting.com/phorum/read.php?3,3505,4241#msg-4241</guid>
      <pubDate>Mon, 22 Jun 2009 08:53:49 +0100</pubDate>
    </item>
    <item>
      <title>[HtmlEditor] styleshhetcollection</title>
      <link>http://www.itwriting.com/phorum/read.php?3,4240,4240#msg-4240</link>
      <author>Andrei</author>
      <description><![CDATA[please help a beginner with this.<br />
i want to use this code for accessing an html page stylesheet rules:<br />
 Dim ss As onlyconnect.IHTMLStyleSheet<br />
 Dim ssCol As onlyconnect.IHTMLStyleSheetsCollection<br />
 Dim ssR As onlyconnect.IHTMLStyleSheetRule<br />
 ssCol = HtmlEditor1.HtmlDocument2.GetStyleSheets<br />
 ss = ssCol.item(0) -- one style on the page, here it gives me a null error in vb express<br />
      Dim a As Integer<br />
        For a = 0 To 15 ' I have 16 rules on a test page<br />
            ssR = ss.GetRules.Item(a)<br />
            MsgBox(ssR.GetStyle.GetCssText)<br />
        Next a<br />
the item function accept for index a pvarIndex type variable I know, but how to I use an integer for index.<br />
again please help a poor beginner.<br />
thank you]]></description>
      <category>HtmlEditor</category>
      <guid isPermaLink="true">http://www.itwriting.com/phorum/read.php?3,4240,4240#msg-4240</guid>
      <pubDate>Thu, 18 Jun 2009 19:14:35 +0100</pubDate>
    </item>
    <item>
      <title>[HtmlEditor] Re: Calling the onchange of an IHTMLSelectElement</title>
      <link>http://www.itwriting.com/phorum/read.php?3,1507,4239#msg-4239</link>
      <author>Corey</author>
      <description><![CDATA[I need to know the return value returned by the javascript method called by the event that I'm calling using FireEvent (using the code above).<br />
<br />
The IHTMLEventObj is supposed to have this value set in the returnValue property but it is always null (instead of true or false).<br />
<br />
Any ideas how to get this working? I'm calling the onclick event of a hyperlink and if the return value is false then the hyperlink should not be clicked, otherwise if it is true then it should (by calling IHTMLAnchorElement's click method).<br />
<br />
Any help would be appreciated. Thanks!<br />
<br />
-Corey]]></description>
      <category>HtmlEditor</category>
      <guid isPermaLink="true">http://www.itwriting.com/phorum/read.php?3,1507,4239#msg-4239</guid>
      <pubDate>Thu, 18 Jun 2009 00:08:34 +0100</pubDate>
    </item>
  </channel>
</rss>
