<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : &lt;SOLVED&gt; TaskDialog problem Win98</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : &lt;SOLVED&gt; TaskDialog problem Win98]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 11:38:15 +0000</pubDate>
  <lastBuildDate>Thu, 24 Feb 2011 04:21:24 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=17067</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[&lt;SOLVED&gt; TaskDialog problem Win98 : Thanks Oleg. That works.So the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17067&amp;PID=62949&amp;title=solved-taskdialog-problem-win98#62949</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4225">chrisABC</a><br /><strong>Subject:</strong> 17067<br /><strong>Posted:</strong> 24 February 2011 at 4:21am<br /><br />Thanks Oleg. That works.<br><br>So the encoding='UTF-8' seems to cause a problem with old Win98 computer.<br><br>(Hmm... we still need to explain why the CJ Sample also works, even though it does include UTF-8, but I am not going to worry about that :-)<br><br>Thanks again for your help.<br>]]>
   </description>
   <pubDate>Thu, 24 Feb 2011 04:21:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17067&amp;PID=62949&amp;title=solved-taskdialog-problem-win98#62949</guid>
  </item> 
  <item>
   <title><![CDATA[&lt;SOLVED&gt; TaskDialog problem Win98 : What if you remove only &amp;#034;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17067&amp;PID=62915&amp;title=solved-taskdialog-problem-win98#62915</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 17067<br /><strong>Posted:</strong> 23 February 2011 at 10:48am<br /><br />What if you remove only "<span ="Apple-style-span" style="-webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px; ">encoding='UTF-8'" part of instruction ? Maybe indeed has old parser that don't know about UTF-8.</span>]]>
   </description>
   <pubDate>Wed, 23 Feb 2011 10:48:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17067&amp;PID=62915&amp;title=solved-taskdialog-problem-win98#62915</guid>
  </item> 
  <item>
   <title><![CDATA[&lt;SOLVED&gt; TaskDialog problem Win98 : This code works on all PCs &amp;#039;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17067&amp;PID=62904&amp;title=solved-taskdialog-problem-win98#62904</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4225">chrisABC</a><br /><strong>Subject:</strong> 17067<br /><strong>Posted:</strong> 23 February 2011 at 5:10am<br /><br />This code works on all PCs<br><br>&nbsp;&nbsp;&nbsp; ' myXML = "&lt;?xml version='1.0' encoding='UTF-8'?&gt;"<br><br>&nbsp;&nbsp;&nbsp; myXML = myXML &amp; "&lt;Dialogs xmlns='anyold123232312stringhere'&gt;"<br>&nbsp;&nbsp;&nbsp; myXML = myXML &amp; "&lt;Dialog Name='Dialog007' AllowCancel='true' EnableHyperlinks='true' <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MessageBoxStyle='true'&gt;"<br>&nbsp;&nbsp;&nbsp; myXML = myXML &amp; "&lt;MainInstruction Image='*Warning'&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Do you want to open or save this file?&lt;/MainInstruction&gt;"<br>&nbsp;&nbsp;&nbsp; myXML = myXML &amp; "&lt;Content&gt;A simple text message here&lt;/Content&gt;"<br>&nbsp;&nbsp;&nbsp; myXML = myXML &amp; " &lt;Buttons Default='2'&gt; &lt;Cancel/&gt; &lt;Button ID='100'&gt;&amp;amp;Open&lt;/Button&gt; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;Button ID='101'&gt;&amp;amp;Save&lt;/Button&gt; &lt;/Buttons&gt;"<br>&nbsp;&nbsp;&nbsp; myXML = myXML &amp; "&lt;Verification Checked='true'&gt;&amp;amp;Always ask before open&lt;/Verification&gt;"<br>&nbsp;&nbsp;&nbsp; myXML = myXML &amp; "&lt;Footer Image='*Shield'&gt;While files from Internet can be useful, <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; some files can potentially harm your computer. If you do not trust the source, <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; do not open or save this file. &amp;lt;a href='http://www.microsoft.com'&amp;gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; What's the risk?&amp;lt;/a&amp;gt;&lt;/Footer&gt;"<br>&nbsp;&nbsp;&nbsp; myXML = myXML &amp; " &lt;/Dialog&gt;"<br>&nbsp;&nbsp;&nbsp; myXML = myXML &amp; "&lt;/Dialogs&gt;"<br><br>&nbsp;&nbsp;&nbsp; TaskDialog1.CreateFromXML myXML, "Dialogs/Dialog&#091;@Name='Dialog007'&#093;"<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; TaskDialog1.ShowDialog<br><br>-----------------------------------------------------------------------------------------------------------<br>Note that the first line is commented out.<br><br>If I put the first line back, then the code works on MOST computers. But on a couple of WIN98 PCs this code does not work -- just gives CJ CONTROLS error.<br><br>If I create an error in the XML (eg. remove a &gt; bracket) then I get this error on all PCs.<br>So it looks like something on the WIN98 PC is finding an error in the XML when that first line is there.&nbsp; (But more modern PCs do not show error).<br><br>Do you know what files in Windows are used by TaskDialog to interpret the XML?&nbsp; (I am thinking, maybe WIN98 has an old version .....)<br><br>If I leave off the first line for ALL computers, could this cause any problem??&nbsp; (It seems to work OK)<br><br><br><br>]]>
   </description>
   <pubDate>Wed, 23 Feb 2011 05:10:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17067&amp;PID=62904&amp;title=solved-taskdialog-problem-win98#62904</guid>
  </item> 
  <item>
   <title><![CDATA[&lt;SOLVED&gt; TaskDialog problem Win98 :  Customer reports no difference....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17067&amp;PID=62786&amp;title=solved-taskdialog-problem-win98#62786</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4225">chrisABC</a><br /><strong>Subject:</strong> 17067<br /><strong>Posted:</strong> 18 February 2011 at 10:00am<br /><br />Customer reports no difference.&nbsp; :-(<br><br>I will do some more tests....<br><br>]]>
   </description>
   <pubDate>Fri, 18 Feb 2011 10:00:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17067&amp;PID=62786&amp;title=solved-taskdialog-problem-win98#62786</guid>
  </item> 
  <item>
   <title><![CDATA[&lt;SOLVED&gt; TaskDialog problem Win98 : OK, I have done this and sent...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17067&amp;PID=62783&amp;title=solved-taskdialog-problem-win98#62783</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4225">chrisABC</a><br /><strong>Subject:</strong> 17067<br /><strong>Posted:</strong> 18 February 2011 at 8:09am<br /><br />OK, I have done this and sent it to customer to test.<br><br>(I am puzzled because your original TaskDialog Sample works OK on his PC. And your sample includes the Schema line... ??)<br>]]>
   </description>
   <pubDate>Fri, 18 Feb 2011 08:09:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17067&amp;PID=62783&amp;title=solved-taskdialog-problem-win98#62783</guid>
  </item> 
  <item>
   <title><![CDATA[&lt;SOLVED&gt; TaskDialog problem Win98 : Sorry if I confused you Oleg.I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17067&amp;PID=62780&amp;title=solved-taskdialog-problem-win98#62780</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4225">chrisABC</a><br /><strong>Subject:</strong> 17067<br /><strong>Posted:</strong> 18 February 2011 at 7:59am<br /><br />Sorry if I confused you Oleg.<br><br>I do not load XML from disk file. But I create XML string in the program, then pass it to TaskDialog<br>]]>
   </description>
   <pubDate>Fri, 18 Feb 2011 07:59:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17067&amp;PID=62780&amp;title=solved-taskdialog-problem-win98#62780</guid>
  </item> 
  <item>
   <title><![CDATA[&lt;SOLVED&gt; TaskDialog problem Win98 :  Maybe it don&amp;#039;t follow xsd...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17067&amp;PID=62773&amp;title=solved-taskdialog-problem-win98#62773</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 17067<br /><strong>Posted:</strong> 18 February 2011 at 7:32am<br /><br />Maybe it don't follow xsd file. Try to remove&lt;&nbsp;<span ="apple-style-span"="" style="-webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px; ">xmlns=" &amp; Chr$(34) &amp; "http://www.codejock.com/schema/TDSchema.xsd"&gt; part</span>]]>
   </description>
   <pubDate>Fri, 18 Feb 2011 07:32:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17067&amp;PID=62773&amp;title=solved-taskdialog-problem-win98#62773</guid>
  </item> 
  <item>
   <title><![CDATA[&lt;SOLVED&gt; TaskDialog problem Win98 : ???Actually it was my first question...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17067&amp;PID=62772&amp;title=solved-taskdialog-problem-win98#62772</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 17067<br /><strong>Posted:</strong> 18 February 2011 at 7:27am<br /><br />???<div>Actually it was my first question in this thread "<span ="Apple-style-span" style="-webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px; ">Do you manuall set all parameters or load them from XML"</span></div><div><span ="Apple-style-span" style="-webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px; "><br></span></div><div><span ="Apple-style-span" style="-webkit-border-horiz&#111;ntal-spacing: 1px; -webkit-border-vertical-spacing: 1px; ">So you load it from XML in your application too?</span></div>]]>
   </description>
   <pubDate>Fri, 18 Feb 2011 07:27:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17067&amp;PID=62772&amp;title=solved-taskdialog-problem-win98#62772</guid>
  </item> 
  <item>
   <title><![CDATA[&lt;SOLVED&gt; TaskDialog problem Win98 : I have isolated the problem. Please...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17067&amp;PID=62756&amp;title=solved-taskdialog-problem-win98#62756</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4225">chrisABC</a><br /><strong>Subject:</strong> 17067<br /><strong>Posted:</strong> 18 February 2011 at 4:58am<br /><br />I have isolated the problem. Please can you help explain what is happening.<br><br><b><font color="#990000">This works fine on Win98 PC.</font></b><br><br>&nbsp;myXML = "&lt;Dialog Name=" &amp; Chr$(34) &amp; "Dialog007" &amp; Chr$(34) &amp; " AllowCancel=" <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &amp; Chr$(34) &amp; "true" &amp; Chr$(34) &amp; " EnableHyperlinks=" &amp; Chr$(34) &amp; "true" <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &amp; Chr$(34) &amp; " MessageBoxStyle=" &amp; Chr$(34) &amp; "true" &amp; Chr$(34) &amp; "&gt;"<br>&nbsp; myXML = myXML &amp; "&lt;WindowTitle&gt;File Download&lt;/WindowTitle&gt;"<br>&nbsp; myXML = myXML &amp; "&lt;MainInstruction Image=" &amp; Chr$(34) &amp; "*Warning" &amp; Chr$(34) <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &amp; "&gt;Do you want to open or save this file?&lt;/MainInstruction&gt;"<br>&nbsp; myXML = myXML &amp; "&lt;Content&gt;Name:&nbsp; %1\nType:&nbsp; %2\nFrom:&nbsp; %3&lt;/Content&gt;"<br>&nbsp; myXML = myXML &amp; " &lt;Buttons Default=" &amp; Chr$(34) &amp; "2" &amp; Chr$(34) <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &amp; "&gt; &lt;Cancel/&gt; &lt;Button ID=" &amp; Chr$(34) &amp; "100" &amp; Chr$(34) <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &amp; "&gt;&amp;amp;Open&lt;/Button&gt; &lt;Button ID=" &amp; Chr$(34) <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &amp; "101" &amp; Chr$(34) &amp; "&gt;&amp;amp;Save&lt;/Button&gt; &lt;/Buttons&gt;"<br>&nbsp; myXML = myXML &amp; "&lt;Verification Checked=" &amp; Chr$(34) &amp; "true" &amp; Chr$(34) <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &amp; "&gt;&amp;amp;Always ask before open&lt;/Verification&gt;"<br>&nbsp; myXML = myXML &amp; "&lt;Footer Image=" &amp; Chr$(34) &amp; "*Shield" &amp; Chr$(34) <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &amp; "&gt;While files from Internet can be useful, some files can potentially<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; harm your computer. If you do not trust the source, do not open <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; or save this file. &amp;lt;a href=" &amp; Chr$(34) <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &amp; "http://www.microsoft.com" &amp; Chr$(34) <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &amp; "&amp;gt;What's the risk?&amp;lt;/a&amp;gt;&lt;/Footer&gt;"<br>&nbsp; myXML = myXML &amp; " &lt;/Dialog&gt;"<br><br>&nbsp; TaskDialog1.CreateFromXML myXML, "Dialog&#091;@Name='Dialog007'&#093;", Params<br>&nbsp;&nbsp;&nbsp; <br>&nbsp; TaskDialog1.ShowDialog<br><br>-----------------------------------------------------------------------------------------------------------------<br><br><b><font color="#990000">This does not work in Win98 (but works OK in XP, Vista, 7)<br>ONLY DIFFERENCE IS THE FIRST LINE</font></b><br><br>&nbsp;myXML = "&lt;?xml version=" &amp; Chr$(34) &amp; "1.0" &amp; Chr$(34) &amp; " encoding=" &amp; Chr$(34) <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &amp; "UTF-8" &amp; Chr$(34) &amp; "?&gt;" &amp; _<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&lt;Dialogs xmlns=" &amp; Chr$(34) &amp; "http://www.codejock.com/schema/TDSchema.xsd" <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &amp; Chr$(34) &amp; "&gt;"<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;myXML = myXML &amp; "&lt;Dialog Name=" &amp; Chr$(34) &amp; "Dialog007" &amp; Chr$(34) &amp; " AllowCancel=" <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &amp; Chr$(34) &amp; "true" &amp; Chr$(34) &amp; " EnableHyperlinks=" &amp; Chr$(34) &amp; "true" <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &amp; Chr$(34) &amp; " MessageBoxStyle=" &amp; Chr$(34) &amp; "true" &amp; Chr$(34) &amp; "&gt;"<br>&nbsp;myXML = myXML &amp; "&lt;WindowTitle&gt;File Download&lt;/WindowTitle&gt;"<br>&nbsp;myXML = myXML &amp; "&lt;MainInstruction Image=" &amp; Chr$(34) &amp; "*Warning" &amp; Chr$(34) <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &amp; "&gt;Do you want to open or save this file?&lt;/MainInstruction&gt;"<br>&nbsp;myXML = myXML &amp; "&lt;Content&gt;Name:&nbsp; %1\nType:&nbsp; %2\nFrom:&nbsp; %3&lt;/Content&gt;"<br>&nbsp;myXML = myXML &amp; " &lt;Buttons Default=" &amp; Chr$(34) &amp; "2" &amp; Chr$(34) <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &amp; "&gt; &lt;Cancel/&gt; &lt;Button ID=" &amp; Chr$(34) &amp; "100" &amp; Chr$(34) <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &amp; "&gt;&amp;amp;Open&lt;/Button&gt; &lt;Button ID=" &amp; Chr$(34) &amp; "101" &amp; Chr$(34) <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &amp; "&gt;&amp;amp;Save&lt;/Button&gt; &lt;/Buttons&gt;"<br>&nbsp;myXML = myXML &amp; "&lt;Verification Checked=" &amp; Chr$(34) &amp; "true" &amp; Chr$(34) <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &amp; "&gt;&amp;amp;Always ask before open&lt;/Verification&gt;"<br>&nbsp;myXML = myXML &amp; "&lt;Footer Image=" &amp; Chr$(34) &amp; "*Shield" &amp; Chr$(34) <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &amp; "&gt;While files from Internet can be useful, some files can potentially <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; harm your computer. If you do not trust the source, do not open<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; or save this file. &amp;lt;a href=" &amp; Chr$(34) <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &amp; "http://www.microsoft.com" &amp; Chr$(34) <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &amp; "&amp;gt;What's the risk?&amp;lt;/a&amp;gt;&lt;/Footer&gt;"<br>&nbsp;myXML = myXML &amp; " &lt;/Dialog&gt; &lt;/Dialogs&gt;"<br><br>&nbsp;TaskDialog1.CreateFromXML myXML, "Dialogs/Dialog&#091;@Name='Dialog007'&#093;", Params<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;TaskDialog1.ShowDialog<br>]]>
   </description>
   <pubDate>Fri, 18 Feb 2011 04:58:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17067&amp;PID=62756&amp;title=solved-taskdialog-problem-win98#62756</guid>
  </item> 
  <item>
   <title><![CDATA[&lt;SOLVED&gt; TaskDialog problem Win98 : Hi,Another thing to check - if...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17067&amp;PID=62395&amp;title=solved-taskdialog-problem-win98#62395</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 17067<br /><strong>Posted:</strong> 02 February 2011 at 7:45am<br /><br />Hi,<div><br></div><div>Another thing to check - if you set properties in PropertyBrowser try set them in code instead.&nbsp;</div>]]>
   </description>
   <pubDate>Wed, 02 Feb 2011 07:45:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17067&amp;PID=62395&amp;title=solved-taskdialog-problem-win98#62395</guid>
  </item> 
 </channel>
</rss>