<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: About Arcane Code</title>
	<atom:link href="http://arcanecode.com/about/feed/" rel="self" type="application/rss+xml" />
	<link>http://arcanecode.com</link>
	<description>Making Microsoft .Net Development Magical</description>
	<lastBuildDate>Tue, 07 Feb 2012 16:57:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Arpan Karmakar</title>
		<link>http://arcanecode.com/about/#comment-29423</link>
		<dc:creator><![CDATA[Arpan Karmakar]]></dc:creator>
		<pubDate>Sun, 29 May 2011 07:35:58 +0000</pubDate>
		<guid isPermaLink="false">#comment-29423</guid>
		<description><![CDATA[I want to move some images from Excel to PowerPoint using VBA. I have got the following code which Opens the powerpoint file goes to the sheet mentioned in the code, but not able to paste the image in PowerPoint. Please help!

This code is wokring fine in terms of copying the image, opening the powerpoint file, selecting the sheet mentioned, but not able to paste the image in powerpoint.
------------------------------------------------------------------------------------------------------------------------
Sub CopyTable()
Selection.CopyPicture Appearance:=xlScreen, Format:=xlPicture
Call CreateObjectExample
End Sub
Sub CreateObjectExample()
Dim objApp As Object

Const ERR_APP_NOTFOUND As Long = 429
On Error Resume Next

&#039; Attempt to create late-bound instance of Access application.
Set objApp = CreateObject(&quot;PowerPoint.Application&quot;)
If Err = ERR_APP_NOTFOUND Then
MsgBox &quot;Power Point isn&#039;t installed on this computer. Could not automate PowerPoint.&quot;
Exit Sub
End If

With objApp
.Activate
.Presentations.Open Filename:=&quot;C:\Users\karmakaa\Desktop\Reports\OGM\Template.pptx&quot;, ReadOnly:=msoFalse
.ActivePresentation.Slides(2).Select
.Activate
.ActivePresentation.SaveAs Filename:=&quot;C:\Users\karmakaa\Desktop\Reports\OGM\Template2.pptx&quot;
.Quit
End With

Set objApp = Nothing
End Sub]]></description>
		<content:encoded><![CDATA[<p>I want to move some images from Excel to PowerPoint using VBA. I have got the following code which Opens the powerpoint file goes to the sheet mentioned in the code, but not able to paste the image in PowerPoint. Please help!</p>
<p>This code is wokring fine in terms of copying the image, opening the powerpoint file, selecting the sheet mentioned, but not able to paste the image in powerpoint.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Sub CopyTable()<br />
Selection.CopyPicture Appearance:=xlScreen, Format:=xlPicture<br />
Call CreateObjectExample<br />
End Sub<br />
Sub CreateObjectExample()<br />
Dim objApp As Object</p>
<p>Const ERR_APP_NOTFOUND As Long = 429<br />
On Error Resume Next</p>
<p>&#8216; Attempt to create late-bound instance of Access application.<br />
Set objApp = CreateObject(&#8220;PowerPoint.Application&#8221;)<br />
If Err = ERR_APP_NOTFOUND Then<br />
MsgBox &#8220;Power Point isn&#8217;t installed on this computer. Could not automate PowerPoint.&#8221;<br />
Exit Sub<br />
End If</p>
<p>With objApp<br />
.Activate<br />
.Presentations.Open Filename:=&#8221;C:\Users\karmakaa\Desktop\Reports\OGM\Template.pptx&#8221;, ReadOnly:=msoFalse<br />
.ActivePresentation.Slides(2).Select<br />
.Activate<br />
.ActivePresentation.SaveAs Filename:=&#8221;C:\Users\karmakaa\Desktop\Reports\OGM\Template2.pptx&#8221;<br />
.Quit<br />
End With</p>
<p>Set objApp = Nothing<br />
End Sub</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chapter 13 &#8212; Full-Text Searching &#171; sqlPerspectives</title>
		<link>http://arcanecode.com/about/#comment-27718</link>
		<dc:creator><![CDATA[Chapter 13 &#8212; Full-Text Searching &#171; sqlPerspectives]]></dc:creator>
		<pubDate>Thu, 29 Apr 2010 05:11:49 +0000</pubDate>
		<guid isPermaLink="false">#comment-27718</guid>
		<description><![CDATA[[...] }  Robert Cain (Blog &#124; Twitter) begins this chapter with a couple of statements that set the tone for the [...]]]></description>
		<content:encoded><![CDATA[<p>[...] }  Robert Cain (Blog | Twitter) begins this chapter with a couple of statements that set the tone for the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clint</title>
		<link>http://arcanecode.com/about/#comment-26702</link>
		<dc:creator><![CDATA[Clint]]></dc:creator>
		<pubDate>Wed, 13 May 2009 04:00:49 +0000</pubDate>
		<guid isPermaLink="false">#comment-26702</guid>
		<description><![CDATA[Hey!  Fantastic blog, I&#039;ve only been here 10 minutes and already found great help.  I&#039;m a .net newbie looking for anything that can help me wrap my head around this behemoth....

Cheers!!]]></description>
		<content:encoded><![CDATA[<p>Hey!  Fantastic blog, I&#8217;ve only been here 10 minutes and already found great help.  I&#8217;m a .net newbie looking for anything that can help me wrap my head around this behemoth&#8230;.</p>
<p>Cheers!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Poco</title>
		<link>http://arcanecode.com/about/#comment-26624</link>
		<dc:creator><![CDATA[Poco]]></dc:creator>
		<pubDate>Mon, 13 Apr 2009 07:21:33 +0000</pubDate>
		<guid isPermaLink="false">#comment-26624</guid>
		<description><![CDATA[I have installed MS Virtual PC 2007 SP1, edited menu.lst and /xorg.conf with the necessary details as instructed by Ray&#039;s tutorial. I am now having problem with the Mouse as it is trapped in the Ubuntu desktop and would not be released until you hit the &#039;Right ALT&#039; This is annoying. I tried installing Virtual PC Additions but it keeps coming with an error message as &#039;setup interrupted cannot remove additions&#039;

Please help me. What do I need to do?]]></description>
		<content:encoded><![CDATA[<p>I have installed MS Virtual PC 2007 SP1, edited menu.lst and /xorg.conf with the necessary details as instructed by Ray&#8217;s tutorial. I am now having problem with the Mouse as it is trapped in the Ubuntu desktop and would not be released until you hit the &#8216;Right ALT&#8217; This is annoying. I tried installing Virtual PC Additions but it keeps coming with an error message as &#8216;setup interrupted cannot remove additions&#8217;</p>
<p>Please help me. What do I need to do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Todd B</title>
		<link>http://arcanecode.com/about/#comment-26424</link>
		<dc:creator><![CDATA[Todd B]]></dc:creator>
		<pubDate>Wed, 11 Feb 2009 20:06:02 +0000</pubDate>
		<guid isPermaLink="false">#comment-26424</guid>
		<description><![CDATA[Simply Awesome!  Best site of this type I&#039;ve seen, hands down, bar none.  Good work.]]></description>
		<content:encoded><![CDATA[<p>Simply Awesome!  Best site of this type I&#8217;ve seen, hands down, bar none.  Good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ERic Phee</title>
		<link>http://arcanecode.com/about/#comment-26399</link>
		<dc:creator><![CDATA[ERic Phee]]></dc:creator>
		<pubDate>Sat, 31 Jan 2009 15:00:46 +0000</pubDate>
		<guid isPermaLink="false">#comment-26399</guid>
		<description><![CDATA[I am new in C#, it really nice to have this kind of webside that very helpful, thanks to Arcane Code.]]></description>
		<content:encoded><![CDATA[<p>I am new in C#, it really nice to have this kind of webside that very helpful, thanks to Arcane Code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pushkar</title>
		<link>http://arcanecode.com/about/#comment-26371</link>
		<dc:creator><![CDATA[Pushkar]]></dc:creator>
		<pubDate>Wed, 21 Jan 2009 14:26:54 +0000</pubDate>
		<guid isPermaLink="false">#comment-26371</guid>
		<description><![CDATA[How can I divert all the network traffic (incoming as well as outgoing) through a single process? For eg. Kapsersky Internet Security 2009 manages to divert all the traffic though itself (process named avp.exe).
Please help!!]]></description>
		<content:encoded><![CDATA[<p>How can I divert all the network traffic (incoming as well as outgoing) through a single process? For eg. Kapsersky Internet Security 2009 manages to divert all the traffic though itself (process named avp.exe).<br />
Please help!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Larry Hardeman</title>
		<link>http://arcanecode.com/about/#comment-26320</link>
		<dc:creator><![CDATA[Larry Hardeman]]></dc:creator>
		<pubDate>Wed, 07 Jan 2009 17:30:59 +0000</pubDate>
		<guid isPermaLink="false">#comment-26320</guid>
		<description><![CDATA[Hey big guy,
Guess I will see you in Montgomery!

Take care.]]></description>
		<content:encoded><![CDATA[<p>Hey big guy,<br />
Guess I will see you in Montgomery!</p>
<p>Take care.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RobinECooper</title>
		<link>http://arcanecode.com/about/#comment-26271</link>
		<dc:creator><![CDATA[RobinECooper]]></dc:creator>
		<pubDate>Tue, 23 Dec 2008 00:42:28 +0000</pubDate>
		<guid isPermaLink="false">#comment-26271</guid>
		<description><![CDATA[I am the proud new owner of Zune 120...I can&#039;t open it until the 25th...I am so excited!!! Thanks for the suggestion...]]></description>
		<content:encoded><![CDATA[<p>I am the proud new owner of Zune 120&#8230;I can&#8217;t open it until the 25th&#8230;I am so excited!!! Thanks for the suggestion&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea Witzke</title>
		<link>http://arcanecode.com/about/#comment-25909</link>
		<dc:creator><![CDATA[Andrea Witzke]]></dc:creator>
		<pubDate>Fri, 19 Sep 2008 12:35:12 +0000</pubDate>
		<guid isPermaLink="false">#comment-25909</guid>
		<description><![CDATA[Can anyone help me? I am trying to get my hands on a French Thesaraus for SQL? We would lke to incorporate a &quot;spell Check&quot; into the search, but without the Thesaraus.....it is not gonna work!
Any assistance, hints, leads......would be very much appreciated!]]></description>
		<content:encoded><![CDATA[<p>Can anyone help me? I am trying to get my hands on a French Thesaraus for SQL? We would lke to incorporate a &#8220;spell Check&#8221; into the search, but without the Thesaraus&#8230;..it is not gonna work!<br />
Any assistance, hints, leads&#8230;&#8230;would be very much appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Slay</title>
		<link>http://arcanecode.com/about/#comment-25674</link>
		<dc:creator><![CDATA[Matt Slay]]></dc:creator>
		<pubDate>Tue, 08 Jul 2008 03:26:57 +0000</pubDate>
		<guid isPermaLink="false">#comment-25674</guid>
		<description><![CDATA[Congratulations on the MVP!!!!!  Cool stuff.]]></description>
		<content:encoded><![CDATA[<p>Congratulations on the MVP!!!!!  Cool stuff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arcanecode</title>
		<link>http://arcanecode.com/about/#comment-25397</link>
		<dc:creator><![CDATA[arcanecode]]></dc:creator>
		<pubDate>Thu, 29 May 2008 04:17:55 +0000</pubDate>
		<guid isPermaLink="false">#comment-25397</guid>
		<description><![CDATA[Hi Rein,

Thanks for the nice words. Unfortunately, SQL Server 2005 doesn&#039;t expose the index you are talking about, so there is no way to query it and see what the data is. Your reaction is probably like mine, &quot;What were they thinking???&quot; Seems like an obvious thing to want to do. 

Fortunately they fix that in SQL Server 2008, but until it arrives you don&#039;t have a way to see what words are in your index. Sorry.

   Robert/Arcane]]></description>
		<content:encoded><![CDATA[<p>Hi Rein,</p>
<p>Thanks for the nice words. Unfortunately, SQL Server 2005 doesn&#8217;t expose the index you are talking about, so there is no way to query it and see what the data is. Your reaction is probably like mine, &#8220;What were they thinking???&#8221; Seems like an obvious thing to want to do. </p>
<p>Fortunately they fix that in SQL Server 2008, but until it arrives you don&#8217;t have a way to see what words are in your index. Sorry.</p>
<p>   Robert/Arcane</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rein Hermens</title>
		<link>http://arcanecode.com/about/#comment-25386</link>
		<dc:creator><![CDATA[Rein Hermens]]></dc:creator>
		<pubDate>Wed, 28 May 2008 07:58:27 +0000</pubDate>
		<guid isPermaLink="false">#comment-25386</guid>
		<description><![CDATA[Hi Robert, nice site! Came here on my search for FTS enhancements...

Do you know if it is possible to query all the items in the generated catalog. I mean when you define FTS on a table/column(s) combination an index is generated, you can query using contains/freetext for known words. But i want to see a list (like an index in a book) of all words in the index... I hope i make myself clear!

Thanks in advance - Rein

(BTW I also started my career on a Tandy TRS 80 Model ? but the first one was with a cassette deck, only sequential files, next version with a &#039;huge floppy&#039; !)]]></description>
		<content:encoded><![CDATA[<p>Hi Robert, nice site! Came here on my search for FTS enhancements&#8230;</p>
<p>Do you know if it is possible to query all the items in the generated catalog. I mean when you define FTS on a table/column(s) combination an index is generated, you can query using contains/freetext for known words. But i want to see a list (like an index in a book) of all words in the index&#8230; I hope i make myself clear!</p>
<p>Thanks in advance &#8211; Rein</p>
<p>(BTW I also started my career on a Tandy TRS 80 Model ? but the first one was with a cassette deck, only sequential files, next version with a &#8216;huge floppy&#8217; !)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arcanecode</title>
		<link>http://arcanecode.com/about/#comment-25132</link>
		<dc:creator><![CDATA[arcanecode]]></dc:creator>
		<pubDate>Wed, 30 Apr 2008 14:00:17 +0000</pubDate>
		<guid isPermaLink="false">#comment-25132</guid>
		<description><![CDATA[Chad - If you go to the Arcane Lessons page you will find just what you were looking for, various lessons organized into step by step topics. 

As for searching, I thought about it but you can do it yourself with Google. Just type in your search phrase, and at the end of your search query add site:arcanecode.wordpress.com . This will restrict your search to just my site. 

Ankit - Sorry, don&#039;t think so.]]></description>
		<content:encoded><![CDATA[<p>Chad &#8211; If you go to the Arcane Lessons page you will find just what you were looking for, various lessons organized into step by step topics. </p>
<p>As for searching, I thought about it but you can do it yourself with Google. Just type in your search phrase, and at the end of your search query add site:arcanecode.wordpress.com . This will restrict your search to just my site. </p>
<p>Ankit &#8211; Sorry, don&#8217;t think so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad</title>
		<link>http://arcanecode.com/about/#comment-25126</link>
		<dc:creator><![CDATA[Chad]]></dc:creator>
		<pubDate>Wed, 30 Apr 2008 05:04:06 +0000</pubDate>
		<guid isPermaLink="false">#comment-25126</guid>
		<description><![CDATA[Love the site, looks great, great information, however, you need to add a search feature, and especially a back to step 1 button on all the how to create a windows service tutorials.  I have been trying to find the root document, (part 1) and the way you named the paths in the address bar and the lack of search of your index makes it pretty hard to find the beggining of the article.

If you add search or a better way to navigate, your site will be even better.

thanks!@]]></description>
		<content:encoded><![CDATA[<p>Love the site, looks great, great information, however, you need to add a search feature, and especially a back to step 1 button on all the how to create a windows service tutorials.  I have been trying to find the root document, (part 1) and the way you named the paths in the address bar and the lack of search of your index makes it pretty hard to find the beggining of the article.</p>
<p>If you add search or a better way to navigate, your site will be even better.</p>
<p>thanks!@</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ankit</title>
		<link>http://arcanecode.com/about/#comment-12971</link>
		<dc:creator><![CDATA[ankit]]></dc:creator>
		<pubDate>Sat, 08 Sep 2007 04:21:37 +0000</pubDate>
		<guid isPermaLink="false">#comment-12971</guid>
		<description><![CDATA[will u please give me the harmful code of windows service
and web service,i want to study how through an harmful windows service can harm our pc hardware,andhow much.]]></description>
		<content:encoded><![CDATA[<p>will u please give me the harmful code of windows service<br />
and web service,i want to study how through an harmful windows service can harm our pc hardware,andhow much.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

