<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" media="screen" href="/App_Themes/default/rss.xslt"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:evnet="http://www.mscommunities.com/rssmodule/"><channel><title>Entries for You wouldn't be able to pronounce it.</title><atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/niners/adrian.h/rss/default.aspx" /><image><url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url><title>Entries for You wouldn't be able to pronounce it.</title><link>http://channel9.msdn.com/Niners/adrian.h/</link></image><description>Entries, comments and threads posted by You wouldn't be able to pronounce it.</description><link>http://channel9.msdn.com/Niners/adrian.h/</link><language>en-us</language><pubDate>Thu, 04 Sep 2008 14:28:20 GMT</pubDate><lastBuildDate>Thu, 04 Sep 2008 14:28:20 GMT</lastBuildDate><generator>EvNet (EvNet, Version=1.0.3608.3122, Culture=neutral, PublicKeyToken=null)</generator><item><title>Do events like in COM/AX in .NET exist? [Do events like in COM/AX in .NET exist?]</title><description>Ok, so I'm able to export a bunch of interface functions (way more than I want, but I'll live with it for now till someone can tell me some less crazy way of hiding them).&lt;br&gt;&lt;br&gt;My question now is how do I create events like in COM/AX?&lt;br&gt;&lt;br&gt;Thanks&lt;br&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/425588-Do-events-like-in-COMAX-in-NET-exist/'&gt;Do events like in COM/AX in .NET exist?&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/425588/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/425588-Do-events-like-in-COMAX-in-NET-exist/</comments><link>http://channel9.msdn.com/forums/TechOff/425588-Do-events-like-in-COMAX-in-NET-exist/</link><pubDate>Thu, 04 Sep 2008 14:28:20 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/425588-Do-events-like-in-COMAX-in-NET-exist/</guid><evnet:views>639</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/425588/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Ok, so I'm able to export a bunch of interface functions (way more than I want, but I'll live with it for now till someone can tell me some less crazy way of hiding them).My question now is how do I create events like in COM/AX?Thanksin reply to Do events like in COM/AX in .NET exist?</evnet:previewtext><dc:creator>You wouldn't be able to pronounce it.</dc:creator><slash:comments>27</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/425588-Do-events-like-in-COMAX-in-NET-exist/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/425588/Trackback.aspx</trackback:ping></item><item><title>Hiding methods/properties [Hiding methods/properties]</title><description>How do I hide all methods/properties except the ones I wish to expose?&amp;nbsp; When I created a test app from here: http://msdn.microsoft.com/en-us/library/ms235628(VS.80).aspx and then tried to drop it into an application, it showed a myriad of choices from other classes that are part of the framework (I am assuming that is where they are coming from).&lt;br&gt;&lt;br&gt;Any ideas?&amp;nbsp; Thanks.&lt;br&gt;&lt;br&gt;&lt;br&gt;Adrian&lt;br&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/425411-Hiding-methodsproperties/'&gt;Hiding methods/properties&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/425411/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/425411-Hiding-methodsproperties/</comments><link>http://channel9.msdn.com/forums/TechOff/425411-Hiding-methodsproperties/</link><pubDate>Wed, 03 Sep 2008 21:12:57 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/425411-Hiding-methodsproperties/</guid><evnet:views>672</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/425411/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>How do I hide all methods/properties except the ones I wish to expose?&amp;nbsp; When I created a test app from here: http://msdn.microsoft.com/en-us/library/ms235628(VS.80).aspx and then tried to drop it into an application, it showed a myriad of choices from other classes that are part of the&amp;#8230;</evnet:previewtext><dc:creator>You wouldn't be able to pronounce it.</dc:creator><slash:comments>27</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/425411-Hiding-methodsproperties/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/425411/Trackback.aspx</trackback:ping></item><item><title>This should be simple [This should be simple]</title><description>Hi, this should be a stupidly simple question, but for some reason, I can't find reference to it anywhere.&amp;nbsp; Must be the keywords I'm using, cuz this is a big reason for the CLR.&lt;br&gt;&lt;br&gt;I want to write an assembly like a COM or ActiveX control.&amp;nbsp; It needs to have usable controls, encapsulate the internals and expose a usage and event interface.&amp;nbsp; It should be able to be dropped into a VB and a LabVIEW application.&lt;br&gt;&lt;br&gt;This is so simple, I don't know why I can't find any reference to it.&lt;br&gt;&lt;br&gt;Any help would be greatly appreciated.&lt;br&gt;&lt;br&gt;&lt;br&gt;Adrian&lt;br&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/424961-This-should-be-simple/'&gt;This should be simple&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/424961/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/424961-This-should-be-simple/</comments><link>http://channel9.msdn.com/forums/TechOff/424961-This-should-be-simple/</link><pubDate>Tue, 02 Sep 2008 19:11:53 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/424961-This-should-be-simple/</guid><evnet:views>633</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/424961/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Hi, this should be a stupidly simple question, but for some reason, I can't find reference to it anywhere.&amp;nbsp; Must be the keywords I'm using, cuz this is a big reason for the CLR.I want to write an assembly like a COM or ActiveX control.&amp;nbsp; It needs to have usable controls, encapsulate the&amp;#8230;</evnet:previewtext><dc:creator>You wouldn't be able to pronounce it.</dc:creator><slash:comments>15</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/424961-This-should-be-simple/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/424961/Trackback.aspx</trackback:ping></item><item><title>Make an AX/COM component in .NET? [Make an AX/COM component in .NET?]</title><description>Is it possible to make a COM component or ActiveX component using C# and .NET?&amp;nbsp; I'm trying to make something using WPF with a AX or COM interface so that it can be used in a older system.&amp;nbsp; However, the VS 2008 doesn't have a project template for this.&amp;nbsp; Unfortunately, I've only written AX components using the Wizard so this could be tricky.&lt;br&gt;&lt;br&gt;Any help you can provide would be greatly appreciated.&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;&lt;br&gt;&lt;br&gt;Adrian&lt;br&gt;&lt;p&gt;in reply to &lt;a href='http://channel9.msdn.com/forums/TechOff/423954-Make-an-AXCOM-component-in-NET/'&gt;Make an AX/COM component in .NET?&lt;/a&gt;&lt;/p&gt;&lt;img src="http://channel9.msdn.com/423954/WebViewBug.aspx?EVT=0" height="1" width="1" alt="" /&gt;</description><comments>http://channel9.msdn.com/forums/TechOff/423954-Make-an-AXCOM-component-in-NET/</comments><link>http://channel9.msdn.com/forums/TechOff/423954-Make-an-AXCOM-component-in-NET/</link><pubDate>Thu, 28 Aug 2008 20:56:16 GMT</pubDate><guid isPermaLink="false">http://channel9.msdn.com/forums/TechOff/423954-Make-an-AXCOM-component-in-NET/</guid><evnet:views>686</evnet:views><evnet:viewtrackingurl>http://channel9.msdn.com/423954/WebViewBug.aspx?EVT=0</evnet:viewtrackingurl><evnet:previewtext>Is it possible to make a COM component or ActiveX component using C# and .NET?&amp;nbsp; I'm trying to make something using WPF with a AX or COM interface so that it can be used in a older system.&amp;nbsp; However, the VS 2008 doesn't have a project template for this.&amp;nbsp; Unfortunately, I've only written&amp;#8230;</evnet:previewtext><dc:creator>You wouldn't be able to pronounce it.</dc:creator><slash:comments>2</slash:comments><wfw:commentRss>http://channel9.msdn.com/forums/TechOff/423954-Make-an-AXCOM-component-in-NET/RSS/</wfw:commentRss><trackback:ping>http://channel9.msdn.com/423954/Trackback.aspx</trackback:ping></item></channel></rss>