<?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: Call Managed C# Method from JavaScript Code</title>
	<atom:link href="http://globetech.wordpress.com/2008/01/07/call-managed-c-method-from-javascript-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://globetech.wordpress.com/2008/01/07/call-managed-c-method-from-javascript-code/</link>
	<description>scratching the surface</description>
	<lastBuildDate>Sat, 19 Jan 2008 09:03:53 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: braintech</title>
		<link>http://globetech.wordpress.com/2008/01/07/call-managed-c-method-from-javascript-code/#comment-6</link>
		<dc:creator>braintech</dc:creator>
		<pubDate>Sat, 19 Jan 2008 09:03:53 +0000</pubDate>
		<guid isPermaLink="false">http://globetech.wordpress.com/2008/01/07/call-managed-c-method-from-javascript-code/#comment-6</guid>
		<description>&lt;strong&gt;
Imports System.Runtime.InteropServices

&lt;ComVisible(False)&gt; _
Class SampleClass
End Class
&lt;/strong&gt;

for more details have a look at: http://msdn2.microsoft.com/en-us/library/system.runtime.interopservices.comvisibleattribute(VS.71).aspx</description>
		<content:encoded><![CDATA[<p><strong><br />
Imports System.Runtime.InteropServices</p>
<p>&lt;ComVisible(False)&gt; _<br />
Class SampleClass<br />
End Class<br />
</strong></p>
<p>for more details have a look at: <a href="http://msdn2.microsoft.com/en-us/library/system.runtime.interopservices.comvisibleattribute(VS.71).aspx" rel="nofollow">http://msdn2.microsoft.com/en-us/library/system.runtime.interopservices.comvisibleattribute(VS.71).aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kashif</title>
		<link>http://globetech.wordpress.com/2008/01/07/call-managed-c-method-from-javascript-code/#comment-5</link>
		<dc:creator>kashif</dc:creator>
		<pubDate>Sat, 19 Jan 2008 08:53:34 +0000</pubDate>
		<guid isPermaLink="false">http://globetech.wordpress.com/2008/01/07/call-managed-c-method-from-javascript-code/#comment-5</guid>
		<description>thanks for the prompt reply.  how would i make a vb.net class com visible?  thanks again.</description>
		<content:encoded><![CDATA[<p>thanks for the prompt reply.  how would i make a vb.net class com visible?  thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: globetech</title>
		<link>http://globetech.wordpress.com/2008/01/07/call-managed-c-method-from-javascript-code/#comment-4</link>
		<dc:creator>globetech</dc:creator>
		<pubDate>Fri, 18 Jan 2008 14:27:22 +0000</pubDate>
		<guid isPermaLink="false">http://globetech.wordpress.com/2008/01/07/call-managed-c-method-from-javascript-code/#comment-4</guid>
		<description>Yes it should work, since this is part of the .net Framework, but it won&#039;t work in .net Compact Framework.</description>
		<content:encoded><![CDATA[<p>Yes it should work, since this is part of the .net Framework, but it won&#8217;t work in .net Compact Framework.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kashif</title>
		<link>http://globetech.wordpress.com/2008/01/07/call-managed-c-method-from-javascript-code/#comment-3</link>
		<dc:creator>kashif</dc:creator>
		<pubDate>Fri, 18 Jan 2008 13:05:58 +0000</pubDate>
		<guid isPermaLink="false">http://globetech.wordpress.com/2008/01/07/call-managed-c-method-from-javascript-code/#comment-3</guid>
		<description>Does this window.external.MethodToCallFromScript() works similarly if created in VB.NET?  Thank you, even this code is very helpful</description>
		<content:encoded><![CDATA[<p>Does this window.external.MethodToCallFromScript() works similarly if created in VB.NET?  Thank you, even this code is very helpful</p>
]]></content:encoded>
	</item>
</channel>
</rss>
