<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Create a .Net UserControl that calls a web service that acts as an ActiveX control to use in Excel, VB6, Foxpro</title><link>http://blogs.msdn.com/calvin_hsia/archive/2006/07/14/665830.aspx</link><description>Here’s how you can use Visual Studio to create a .Net User Control that will act as an ActiveX control that can be used in Excel (or other Office application), VB6 or Foxpro. This will bring the power of the entire.Net Framework to your program. This</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Use a different kind of grid in your applications</title><link>http://blogs.msdn.com/calvin_hsia/archive/2006/07/14/665830.aspx#670410</link><pubDate>Wed, 19 Jul 2006 04:34:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:670410</guid><dc:creator>Calvin Hsia's WebLog</dc:creator><description>My prior post (Create a .Net UserControl that calls a web service that acts as an ActiveX control to...</description></item><item><title>Use a different kind of grid in your applications &amp;raquo; Wagalulu - Microsoft &amp;raquo;   &amp;raquo; Use a different kind of grid in your applications</title><link>http://blogs.msdn.com/calvin_hsia/archive/2006/07/14/665830.aspx#670427</link><pubDate>Wed, 19 Jul 2006 04:42:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:670427</guid><dc:creator>Use a different kind of grid in your applications » Wagalulu - Microsoft »   » Use a different kind of grid in your applications</dc:creator><description>PingBack from &lt;a rel="nofollow" target="_new" href="http://microsoft.wagalulu.com/2006/07/18/use-a-different-kind-of-grid-in-your-applications/"&gt;http://microsoft.wagalulu.com/2006/07/18/use-a-different-kind-of-grid-in-your-applications/&lt;/a&gt;</description></item><item><title>re: Create a .Net UserControl that calls a web service that acts as an ActiveX control to use in Excel, VB6, Foxpro</title><link>http://blogs.msdn.com/calvin_hsia/archive/2006/07/14/665830.aspx#670492</link><pubDate>Wed, 19 Jul 2006 06:25:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:670492</guid><dc:creator>Kevin Dente</dc:creator><description>Hmm...last time I heard, only IE and MFC7 are supported ActiveX control containers for .NET controls.&lt;br&gt;&lt;br&gt;&lt;a rel="nofollow" target="_new" href="http://support.microsoft.com/kb/311334/en-us"&gt;http://support.microsoft.com/kb/311334/en-us&lt;/a&gt;</description></item><item><title>re: Create a .Net UserControl that calls a web service that acts as an ActiveX control to use in Excel, VB6, Foxpro</title><link>http://blogs.msdn.com/calvin_hsia/archive/2006/07/14/665830.aspx#671933</link><pubDate>Thu, 20 Jul 2006 01:46:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:671933</guid><dc:creator>VBTeam</dc:creator><description>True, VB6 is not a supported ActiveX control container for .NET User Controls today. &amp;nbsp;However, Calvin and I are working together to see if it is possible longer term to add this as a MS Supported container. &amp;nbsp;Meanwhile, guidance like this helps you understand the current limitations and navigate around them (unsupported).&lt;br&gt;&lt;br&gt;Paul Yuknewicz (Paulyuk)&lt;br&gt;VB Program Manager</description></item><item><title>re: Create a .Net UserControl that calls a web service that acts as an ActiveX control to use in Excel, VB6, Foxpro</title><link>http://blogs.msdn.com/calvin_hsia/archive/2006/07/14/665830.aspx#685049</link><pubDate>Tue, 01 Aug 2006 12:19:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:685049</guid><dc:creator>Joris Schoot</dc:creator><description>I have tried your example.. It works fine in Excel. But in VB6 the event doesn't raise. Any clue?&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Joris</description></item><item><title>re: Create a .Net UserControl that calls a web service that acts as an ActiveX control to use in Excel, VB6, Foxpro</title><link>http://blogs.msdn.com/calvin_hsia/archive/2006/07/14/665830.aspx#687322</link><pubDate>Thu, 03 Aug 2006 10:06:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:687322</guid><dc:creator>Calvin_Hsia</dc:creator><description>Yes Joris, a .Net control will fire events fine in Excel and Foxpro, but not in VB6. This is a known issue, currently being investigated.</description></item><item><title>Host the CLR and Generate IL to call a MessageBox</title><link>http://blogs.msdn.com/calvin_hsia/archive/2006/07/14/665830.aspx#691470</link><pubDate>Tue, 08 Aug 2006 01:07:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:691470</guid><dc:creator>Calvin Hsia's WebLog</dc:creator><description>Here’s some C++ code to host the CLR. It’s an alternative to using COM Interop (see A Visual Basic COM...</description></item><item><title>Create an ActiveX control using ATL that you can use from Fox, Excel, VB6, VB.Net</title><link>http://blogs.msdn.com/calvin_hsia/archive/2006/07/14/665830.aspx#729166</link><pubDate>Tue, 29 Aug 2006 03:08:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:729166</guid><dc:creator>Calvin Hsia's WebLog</dc:creator><description>Creating an ActiveX control is a good exercise in understanding how one works. It also helps to have...</description></item><item><title>re: Create a .Net UserControl that calls a web service that acts as an ActiveX control to use in Excel, VB6, Foxpro</title><link>http://blogs.msdn.com/calvin_hsia/archive/2006/07/14/665830.aspx#850033</link><pubDate>Fri, 20 Oct 2006 21:14:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:850033</guid><dc:creator>Jeff</dc:creator><description>&lt;p&gt;can this same method be used for embedding the activex in a browser? &lt;/p&gt;
</description></item><item><title>re: Create a .Net UserControl that calls a web service that acts as an ActiveX control to use in Excel, VB6, Foxpro</title><link>http://blogs.msdn.com/calvin_hsia/archive/2006/07/14/665830.aspx#1128369</link><pubDate>Thu, 23 Nov 2006 16:40:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1128369</guid><dc:creator>Avy</dc:creator><description>&lt;p&gt;I have tried your example.. It works fine in VB6 but on this usercontrol in VB6 I don't have any &amp;nbsp;events (like Click, MouseDown,MouseUp) &amp;nbsp;only DragDrop,DragOver, LostFocus,GotFocus and Validate events.&lt;/p&gt;
&lt;p&gt;Do you have any clue about this?&lt;/p&gt;
&lt;p&gt;Thx&lt;/p&gt;
&lt;p&gt;Avy&lt;/p&gt;
</description></item><item><title>re: Create a .Net UserControl that calls a web service that acts as an ActiveX control to use in Excel, VB6, Foxpro</title><link>http://blogs.msdn.com/calvin_hsia/archive/2006/07/14/665830.aspx#1129181</link><pubDate>Thu, 23 Nov 2006 20:46:34 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1129181</guid><dc:creator>Rubio</dc:creator><description>&lt;p&gt;How can I export a &amp;nbsp;c#.Net object as an ocx/activex/ecc.. to use in old style unmanaged application ( the old c++ builder5 or other c++ )I would like to use a procedure that doesen't use VB... &lt;/p&gt;
&lt;p&gt;do you have some idea?&lt;/p&gt;
&lt;p&gt;Thx&lt;/p&gt;
&lt;p&gt;R. &lt;/p&gt;
</description></item><item><title>re: Create a .Net UserControl that calls a web service that acts as an ActiveX control to use in Excel, VB6, Foxpro</title><link>http://blogs.msdn.com/calvin_hsia/archive/2006/07/14/665830.aspx#1439648</link><pubDate>Tue, 09 Jan 2007 19:43:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1439648</guid><dc:creator>Avy</dc:creator><description>&lt;p&gt;Hi again.&lt;/p&gt;
&lt;p&gt;I have another usercontrol problem.&lt;/p&gt;
&lt;p&gt;I make a usercontrol(that inherits usercontrol class) in VB.net 2005 that contains a toolstrip control and on that toolstrip I add in runtime &amp;nbsp;9 buttons.&lt;/p&gt;
&lt;p&gt;I make this usercontrol as tlb and I try to add in VB 6 as components and it give me an error: &amp;quot;Name conflicts with existing module, project, or object library&amp;quot;&lt;/p&gt;
&lt;p&gt;Do you have any solution for that?&lt;/p&gt;
&lt;p&gt;When I develop a usercontrol that inherits button class and not usercontrol class it is working.I think this is a problem but I am not so sure.&lt;/p&gt;
&lt;p&gt;Could anyone help me with that, please?&lt;/p&gt;
&lt;p&gt;Thks&lt;/p&gt;
&lt;p&gt;Avy&lt;/p&gt;
</description></item><item><title>re: Create a .Net UserControl that calls a web service that acts as an ActiveX control to use in Excel, VB6, Foxpro</title><link>http://blogs.msdn.com/calvin_hsia/archive/2006/07/14/665830.aspx#1714816</link><pubDate>Mon, 19 Feb 2007 14:58:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1714816</guid><dc:creator>David</dc:creator><description>&lt;p&gt;This is a great example! thanks.&lt;/p&gt;
&lt;p&gt;It's all working nicely on my development machine.&lt;/p&gt;
&lt;p&gt;Does anyone have any experience with deploying a VB6 app that uses a .net control? &amp;nbsp;&lt;/p&gt;
</description></item><item><title>How to Debug VB6 Activex Usercontrol from VB.Net</title><link>http://blogs.msdn.com/calvin_hsia/archive/2006/07/14/665830.aspx#1777342</link><pubDate>Thu, 01 Mar 2007 09:13:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1777342</guid><dc:creator>Manoharan</dc:creator><description>&lt;p&gt;How to Debug VB6 Activex Usercontrol from VB.Net&lt;/p&gt;
</description></item><item><title>re: Create a .Net UserControl that calls a web service that acts as an ActiveX control to use in Excel, VB6, Foxpro</title><link>http://blogs.msdn.com/calvin_hsia/archive/2006/07/14/665830.aspx#2394934</link><pubDate>Thu, 03 May 2007 17:41:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2394934</guid><dc:creator>med111</dc:creator><description>&lt;p&gt;hello,&lt;/p&gt;
&lt;p&gt;In my case, this works fine in tstcon.exe but not in excel, (maybe I missed some thing). I can add this activex in vba editor &amp;quot;additional controls&amp;quot; but when I add to UserForm1, there was an error: the system cannot find the file specified. Moreover the control icon in toolBox has &amp;quot;Unknown&amp;quot; as tooltipBox ,Hope I have a reply!!&lt;/p&gt;
</description></item><item><title>re: Create a .Net UserControl that calls a web service that acts as an ActiveX control to use in Excel, VB6, Foxpro</title><link>http://blogs.msdn.com/calvin_hsia/archive/2006/07/14/665830.aspx#5384574</link><pubDate>Tue, 09 Oct 2007 21:36:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5384574</guid><dc:creator>Injuninus</dc:creator><description>&lt;p&gt;When I Rebuild the .NET Assembly, the reference in VB6 breaks. I get an exception &amp;quot;Object library invalid or contains references to object definitions that could not be found&amp;quot;.&lt;/p&gt;
</description></item><item><title>Use WPF and inline XAML in your Fox, Excel or VB6 applications</title><link>http://blogs.msdn.com/calvin_hsia/archive/2006/07/14/665830.aspx#6749904</link><pubDate>Wed, 12 Dec 2007 21:59:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6749904</guid><dc:creator>Calvin Hsia's WebLog</dc:creator><description>&lt;p&gt;My prior post showed how to create XAML WPF and put it on your Winform App. We can go one step further:&lt;/p&gt;
</description></item><item><title>Use WPF and inline XAML in your Fox, Excel or VB6 applications</title><link>http://blogs.msdn.com/calvin_hsia/archive/2006/07/14/665830.aspx#6749954</link><pubDate>Wed, 12 Dec 2007 22:05:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6749954</guid><dc:creator>Noticias externas</dc:creator><description>&lt;p&gt;My prior post showed how to create XAML WPF and put it on your Winform App. We can go one step further&lt;/p&gt;
</description></item><item><title>re: Create a .Net UserControl that calls a web service that acts as an ActiveX control to use in Excel, VB6, Foxpro</title><link>http://blogs.msdn.com/calvin_hsia/archive/2006/07/14/665830.aspx#8370964</link><pubDate>Wed, 09 Apr 2008 06:37:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8370964</guid><dc:creator>prajakta</dc:creator><description>&lt;p&gt; Hi All,&lt;/p&gt;
&lt;p&gt; I have created user control in vb.net but it does not handle events like mouseup,mousedown.&lt;/p&gt;
&lt;p&gt;Please reply as soon as possible.&lt;/p&gt;
&lt;p&gt;Thanx&lt;/p&gt;
</description></item><item><title>re: Create a .Net UserControl that calls a web service that acts as an ActiveX control to use in Excel, VB6, Foxpro</title><link>http://blogs.msdn.com/calvin_hsia/archive/2006/07/14/665830.aspx#8535706</link><pubDate>Fri, 23 May 2008 04:13:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8535706</guid><dc:creator>Beto</dc:creator><description>&lt;p&gt;Hi All&lt;/p&gt;
&lt;p&gt;can you help me to invoke this control from html&lt;/p&gt;
&lt;p&gt;sample&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;OBJECT id=&amp;quot;myControl1&amp;quot; name=&amp;quot;myControl1&amp;quot; classid=&amp;quot;VBZipWebService.dll#VBZipWebService.VBZipWebService&amp;quot; width=288 height=72&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/OBJECT&amp;gt;&lt;/p&gt;
&lt;p&gt;this don't work&lt;/p&gt;
</description></item><item><title>re: Create a .Net UserControl that calls a web service that acts as an ActiveX control to use in Excel, VB6, Foxpro</title><link>http://blogs.msdn.com/calvin_hsia/archive/2006/07/14/665830.aspx#8678802</link><pubDate>Wed, 02 Jul 2008 00:47:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8678802</guid><dc:creator>hank</dc:creator><description>&lt;p&gt;Thank you so much for this article. &amp;nbsp;I'm starting with VB.Net and this article answered some questions I had.&lt;/p&gt;
</description></item><item><title>Dynamically load a DLL from a runtime specified path </title><link>http://blogs.msdn.com/calvin_hsia/archive/2006/07/14/665830.aspx#9020747</link><pubDate>Tue, 28 Oct 2008 22:03:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9020747</guid><dc:creator>Calvin Hsia's WebLog</dc:creator><description>&lt;p&gt;When running VB.Net or C# code, often it’s useful to call native code. One way is using PInvoke. (for&lt;/p&gt;
</description></item><item><title>re: Create a .Net UserControl that calls a web service that acts as an ActiveX control to use in Excel, VB6, Foxpro</title><link>http://blogs.msdn.com/calvin_hsia/archive/2006/07/14/665830.aspx#9900628</link><pubDate>Tue, 29 Sep 2009 09:23:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9900628</guid><dc:creator>Nitin</dc:creator><description>&lt;p&gt;Hi, I've a dot net user control (vb.net 2005) created using Interop toolkit. It displays video using a IIIrd party control. So far so good, but as soon as I use it in VB6, control is not rendered, it is there as I can display its properties on runtime and other controls like panel and buttons are there. But somehow vidoe is not displayed. I'm not sure if someone faced this particular problem before. &lt;/p&gt;
&lt;p&gt;Any help or guidance is greatly appreciated.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
</description></item></channel></rss>