<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.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>Reflection: Displaying a Form By Name</title><link>http://msmvps.com/blogs/deborahk/archive/2009/07/03/reflection-displaying-a-form-by-name.aspx</link><description>There may be situations when you want to display a form by its form name. For example, say that you retain your menu options in a database so they can be customized. You want to associated a menu option with the display of a particular form. So you store</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>re: Reflection: Displaying a Form By Name</title><link>http://msmvps.com/blogs/deborahk/archive/2009/07/03/reflection-displaying-a-form-by-name.aspx#1744408</link><pubDate>Wed, 09 Dec 2009 12:12:36 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1744408</guid><dc:creator>re: Reflection: Displaying a Form By Name</dc:creator><description>&lt;p&gt;This works great as long as you are calling a form that resides inside the assembly. &amp;nbsp;I need to be able to display a form that resides in another assembly. &amp;nbsp;I have tried many samples on the internet and find that they do not work and either give me a null reference exception as soon as I try frm.Show or when I try to invoke the Show method as (obj.GetMethod(&amp;quot;Show&amp;quot;).Invoke(inst, Nothing)) it gives an ambiguous name exception. &amp;nbsp;How can I perform this?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1744408" width="1" height="1"&gt;</description></item><item><title>re: Reflection: Displaying a Form By Name</title><link>http://msmvps.com/blogs/deborahk/archive/2009/07/03/reflection-displaying-a-form-by-name.aspx#1726326</link><pubDate>Thu, 24 Sep 2009 18:35:10 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1726326</guid><dc:creator>Jim Kahl</dc:creator><description>&lt;p&gt;This works great as long as you are calling a form that resides inside the assembly. &amp;nbsp;I need to be able to display a form that resides in another assembly. &amp;nbsp;I have tried many samples on the internet and find that they do not work and either give me a null reference exception as soon as I try frm.Show or when I try to invoke the Show method as (obj.GetMethod(&amp;quot;Show&amp;quot;).Invoke(inst, Nothing)) it gives an ambiguous name exception. &amp;nbsp;How can I perform this?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1726326" width="1" height="1"&gt;</description></item></channel></rss>