<?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/"
		>
<channel>
	<title>Comments for Tom's Blog</title>
	<atom:link href="http://tom-shelton.net/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://tom-shelton.net</link>
	<description></description>
	<lastBuildDate>Tue, 14 Sep 2010 23:51:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>Comment on Creating a Managed Wrapper for a Lib File by Evgeni Krustev</title>
		<link>http://tom-shelton.net/index.php/2008/12/11/creating-a-managed-wrapper-for-a-lib-file/comment-page-1/#comment-90</link>
		<dc:creator>Evgeni Krustev</dc:creator>
		<pubDate>Tue, 14 Sep 2010 23:51:37 +0000</pubDate>
		<guid isPermaLink="false">http://tomshelton.wordpress.com/2008/12/11/creating-a-managed-wrapper-for-a-lib-file/#comment-90</guid>
		<description>I really, really want to thank you,  Tom Shelton! From probably a week I&#039;m trying to do exactly the same and this is the first tutorial that is so detailed and helpful! Thanks again!!!</description>
		<content:encoded><![CDATA[<p>I really, really want to thank you,  Tom Shelton! From probably a week I&#8217;m trying to do exactly the same and this is the first tutorial that is so detailed and helpful! Thanks again!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Managed Wrapper for a Lib File by Sahar</title>
		<link>http://tom-shelton.net/index.php/2008/12/11/creating-a-managed-wrapper-for-a-lib-file/comment-page-1/#comment-79</link>
		<dc:creator>Sahar</dc:creator>
		<pubDate>Tue, 20 Jul 2010 21:06:38 +0000</pubDate>
		<guid isPermaLink="false">http://tomshelton.wordpress.com/2008/12/11/creating-a-managed-wrapper-for-a-lib-file/#comment-79</guid>
		<description>Hi, I have a .lib file and its corresponding .h file ( from a third party developer and I don&#039;t have the source code). I want to use them in c# application. I tried the method you talked about in this page. If I create a lib file as you said in this article, everything works fine and I can work with the class and methods inside the library. but when I replace my library with the main library that I want to work with, I get this error: 
&quot;Error 1 error C2059: syntax error : &#039;__declspec(dllimport)&#039; &quot;. I don&#039;t know anything about c++ and don&#039;t have access to any one who knows it now.</description>
		<content:encoded><![CDATA[<p>Hi, I have a .lib file and its corresponding .h file ( from a third party developer and I don&#8217;t have the source code). I want to use them in c# application. I tried the method you talked about in this page. If I create a lib file as you said in this article, everything works fine and I can work with the class and methods inside the library. but when I replace my library with the main library that I want to work with, I get this error:<br />
&#8220;Error 1 error C2059: syntax error : &#8216;__declspec(dllimport)&#8217; &#8220;. I don&#8217;t know anything about c++ and don&#8217;t have access to any one who knows it now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Simple Hotkey Component using RegisterHotKey by Onur</title>
		<link>http://tom-shelton.net/index.php/2009/10/07/creating-a-simple-hotkey-component-using-registerhotkey/comment-page-1/#comment-78</link>
		<dc:creator>Onur</dc:creator>
		<pubDate>Wed, 30 Jun 2010 12:33:40 +0000</pubDate>
		<guid isPermaLink="false">http://tom-shelton.net/index.php/2009/10/07/creating-a-simple-hotkey-component-using-registerhotkey/#comment-78</guid>
		<description>Hi Tom, when i try to open HotKeyUsage project with VB 2005 Express, i get an error:

&quot;Unable to read the project file &#039;VisualBasicExample.vbproj&#039;. 

C:\Users\\Desktop\HotkeyUsage\VisualBasicExample\VisualBasicExample.vbproj(118,11): The imported project &quot;C:\Microsoft.VisualBasic.targets&quot; was not found. Confirm that the path in the  declaration is correct, and that the file exists on disk.&quot;

The reference Microsoft.VisualBasic.targets is required? It has a problem in solution.</description>
		<content:encoded><![CDATA[<p>Hi Tom, when i try to open HotKeyUsage project with VB 2005 Express, i get an error:</p>
<p>&#8220;Unable to read the project file &#8216;VisualBasicExample.vbproj&#8217;. </p>
<p>C:\Users\\Desktop\HotkeyUsage\VisualBasicExample\VisualBasicExample.vbproj(118,11): The imported project &#8220;C:\Microsoft.VisualBasic.targets&#8221; was not found. Confirm that the path in the  declaration is correct, and that the file exists on disk.&#8221;</p>
<p>The reference Microsoft.VisualBasic.targets is required? It has a problem in solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Simple Hotkey Component using RegisterHotKey by Onur</title>
		<link>http://tom-shelton.net/index.php/2009/10/07/creating-a-simple-hotkey-component-using-registerhotkey/comment-page-1/#comment-77</link>
		<dc:creator>Onur</dc:creator>
		<pubDate>Wed, 30 Jun 2010 12:32:21 +0000</pubDate>
		<guid isPermaLink="false">http://tom-shelton.net/index.php/2009/10/07/creating-a-simple-hotkey-component-using-registerhotkey/#comment-77</guid>
		<description>Hi Tom, when i try to open the project with VB 2005 Express i get an error:

&quot;Unable to read the project file &#039;VisualBasicExample.vbproj&#039;. 

C:\Users\\Desktop\HotkeyUsage\VisualBasicExample\VisualBasicExample.vbproj(118,11): The imported project &quot;C:\Microsoft.VisualBasic.targets&quot; was not found. Confirm that the path in the  declaration is correct, and that the file exists on disk.&quot;

?</description>
		<content:encoded><![CDATA[<p>Hi Tom, when i try to open the project with VB 2005 Express i get an error:</p>
<p>&#8220;Unable to read the project file &#8216;VisualBasicExample.vbproj&#8217;. </p>
<p>C:\Users\\Desktop\HotkeyUsage\VisualBasicExample\VisualBasicExample.vbproj(118,11): The imported project &#8220;C:\Microsoft.VisualBasic.targets&#8221; was not found. Confirm that the path in the  declaration is correct, and that the file exists on disk.&#8221;</p>
<p>?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Calling Managed Code from a DLL Created in Visual C++ 2008 by mk</title>
		<link>http://tom-shelton.net/index.php/2008/11/01/calling-managed-code-from-a-dll-created-in-visual-c-2008/comment-page-1/#comment-76</link>
		<dc:creator>mk</dc:creator>
		<pubDate>Wed, 16 Jun 2010 11:28:19 +0000</pubDate>
		<guid isPermaLink="false">http://tomshelton.wordpress.com/2008/11/01/calling-managed-code-from-a-dll-created-in-visual-c-2008/#comment-76</guid>
		<description>Tom - thanks for this great article.

I managed to make c++ wrapper for VB.NET. However I cannot use it in Excel VBA. 
I get an exception File not found related to the VB.NET dll file. However, I&#039;m sure this dll is in current directory, the same where c++ dll is. I also set current directory in 
Workbook_Open() event. I watched current directory in c++ dll and it is the one containing VB.NET dll.
Any ideas?

Best regards</description>
		<content:encoded><![CDATA[<p>Tom &#8211; thanks for this great article.</p>
<p>I managed to make c++ wrapper for VB.NET. However I cannot use it in Excel VBA.<br />
I get an exception File not found related to the VB.NET dll file. However, I&#8217;m sure this dll is in current directory, the same where c++ dll is. I also set current directory in<br />
Workbook_Open() event. I watched current directory in c++ dll and it is the one containing VB.NET dll.<br />
Any ideas?</p>
<p>Best regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Simple Hotkey Component using RegisterHotKey by Tom Shelton</title>
		<link>http://tom-shelton.net/index.php/2009/10/07/creating-a-simple-hotkey-component-using-registerhotkey/comment-page-1/#comment-75</link>
		<dc:creator>Tom Shelton</dc:creator>
		<pubDate>Sat, 05 Jun 2010 14:24:05 +0000</pubDate>
		<guid isPermaLink="false">http://tom-shelton.net/index.php/2009/10/07/creating-a-simple-hotkey-component-using-registerhotkey/#comment-75</guid>
		<description>Onur - not sure if I know the answer to that or not.  It maybe possible - since the RegisterHotKey function does take a virtual key code....  But, I don&#039;t have a setup where I can really test that.  I have no joystick :)  Feel free to take the source code and experiment with that.  And, if you feel inclined post back and let me know how that worked.</description>
		<content:encoded><![CDATA[<p>Onur &#8211; not sure if I know the answer to that or not.  It maybe possible &#8211; since the RegisterHotKey function does take a virtual key code&#8230;.  But, I don&#8217;t have a setup where I can really test that.  I have no joystick <img src='http://tom-shelton.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   Feel free to take the source code and experiment with that.  And, if you feel inclined post back and let me know how that worked.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Simple Hotkey Component using RegisterHotKey by Onur</title>
		<link>http://tom-shelton.net/index.php/2009/10/07/creating-a-simple-hotkey-component-using-registerhotkey/comment-page-1/#comment-74</link>
		<dc:creator>Onur</dc:creator>
		<pubDate>Wed, 02 Jun 2010 09:02:05 +0000</pubDate>
		<guid isPermaLink="false">http://tom-shelton.net/index.php/2009/10/07/creating-a-simple-hotkey-component-using-registerhotkey/#comment-74</guid>
		<description>Hi Tom,

I know how to check joystick button&#039;s pressed status without directx, but winmm.dll. I wonder whether it is possible to hook a joystick button (a joystick virtual key registration?).

I just want to get some code to run when one of joystick button is pressed WHILE application is inactive. Is it possible to register a joystick button as virtual key?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Tom,</p>
<p>I know how to check joystick button&#8217;s pressed status without directx, but winmm.dll. I wonder whether it is possible to hook a joystick button (a joystick virtual key registration?).</p>
<p>I just want to get some code to run when one of joystick button is pressed WHILE application is inactive. Is it possible to register a joystick button as virtual key?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using C# and WMI to Create and Configure IIS6 Web Sites by Tom Shelton</title>
		<link>http://tom-shelton.net/index.php/2009/05/05/using-c-and-wmi-to-create-and-configure-iis6-web-sites/comment-page-1/#comment-73</link>
		<dc:creator>Tom Shelton</dc:creator>
		<pubDate>Fri, 23 Apr 2010 17:30:42 +0000</pubDate>
		<guid isPermaLink="false">http://tom-shelton.net/?p=130#comment-73</guid>
		<description>Sorry - I have been really busy and haven&#039;t been keeping up with the blog so much lately.  I believe all of these are in the complete code.  I will try and attach a zip of the actual code in the next couple of days.</description>
		<content:encoded><![CDATA[<p>Sorry &#8211; I have been really busy and haven&#8217;t been keeping up with the blog so much lately.  I believe all of these are in the complete code.  I will try and attach a zip of the actual code in the next couple of days.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Simple Hotkey Component using RegisterHotKey by Tom Shelton</title>
		<link>http://tom-shelton.net/index.php/2009/10/07/creating-a-simple-hotkey-component-using-registerhotkey/comment-page-1/#comment-72</link>
		<dc:creator>Tom Shelton</dc:creator>
		<pubDate>Fri, 23 Apr 2010 17:28:28 +0000</pubDate>
		<guid isPermaLink="false">http://tom-shelton.net/index.php/2009/10/07/creating-a-simple-hotkey-component-using-registerhotkey/#comment-72</guid>
		<description>Sorry Darryl,  I haven&#039;t ever tried to deal with the media keys.   I&#039;m not sure if RegisterHotKey does either :)  If I get sometime, I will try and investigate that though.</description>
		<content:encoded><![CDATA[<p>Sorry Darryl,  I haven&#8217;t ever tried to deal with the media keys.   I&#8217;m not sure if RegisterHotKey does either <img src='http://tom-shelton.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   If I get sometime, I will try and investigate that though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Simple Hotkey Component using RegisterHotKey by Darryl</title>
		<link>http://tom-shelton.net/index.php/2009/10/07/creating-a-simple-hotkey-component-using-registerhotkey/comment-page-1/#comment-71</link>
		<dc:creator>Darryl</dc:creator>
		<pubDate>Sat, 10 Apr 2010 13:41:30 +0000</pubDate>
		<guid isPermaLink="false">http://tom-shelton.net/index.php/2009/10/07/creating-a-simple-hotkey-component-using-registerhotkey/#comment-71</guid>
		<description>This is great, just what I was looking for, but I doesn&#039;t seem to respond to media keys.  Any suggestions?

thanks
-Darryl</description>
		<content:encoded><![CDATA[<p>This is great, just what I was looking for, but I doesn&#8217;t seem to respond to media keys.  Any suggestions?</p>
<p>thanks<br />
-Darryl</p>
]]></content:encoded>
	</item>
</channel>
</rss>

