 




<?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 on: Displaying a form from a dll that resides in the dll</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/displaying-a-form-from-a-dll-that-resides-in-the-dll/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/displaying-a-form-from-a-dll-that-resides-in-the-dll/</link>
	<description></description>
	<lastBuildDate>Tue, 21 May 2013 22:12:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: mcp111</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/displaying-a-form-from-a-dll-that-resides-in-the-dll/#comment-41435</link>
		<dc:creator>mcp111</dc:creator>
		<pubDate>Wed, 31 Jan 2007 10:08:10 +0000</pubDate>
		<guid isPermaLink="false">#comment-41435</guid>
		<description><![CDATA[Try form.repaint or the RedrawWindow API]]></description>
		<content:encoded><![CDATA[<p>Try form.repaint or the RedrawWindow API</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beermaker</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/displaying-a-form-from-a-dll-that-resides-in-the-dll/#comment-41436</link>
		<dc:creator>beermaker</dc:creator>
		<pubDate>Wed, 31 Jan 2007 09:21:43 +0000</pubDate>
		<guid isPermaLink="false">#comment-41436</guid>
		<description><![CDATA[With on error resume next you wont see the error code. you need to setup an error trap to display the error message. it should look like this:

public sub MySub()
on error goto ErrorTrap
  &#039;App code goes here
  frmMyForm.show vbmodal
  exit sub
ErrorTrap:
   msgbox &quot;Error showing form:&quot; &amp; Error
end sub]]></description>
		<content:encoded><![CDATA[<p>With on error resume next you wont see the error code. you need to setup an error trap to display the error message. it should look like this:</p>
<p>public sub MySub()<br />
on error goto ErrorTrap<br />
  &#8216;App code goes here<br />
  frmMyForm.show vbmodal<br />
  exit sub<br />
ErrorTrap:<br />
   msgbox &#8220;Error showing form:&#8221; &amp; Error<br />
end sub</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.014 seconds using memcached
Object Caching 282/285 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-21 22:46:55 -->