<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Visual Basic Q&#38;A &#187; Visual</title>
	<atom:link href="http://jack-fx.com/vbqa/tag/visual/feed/" rel="self" type="application/rss+xml" />
	<link>http://jack-fx.com/vbqa</link>
	<description>Visual Basic Questions and Answers, VB QA</description>
	<lastBuildDate>Mon, 30 Jan 2012 12:49:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To  Create a Basic Add-in Using VB5 or VB6</title>
		<link>http://jack-fx.com/vbqa/2011/10/08/how-to-create-a-basic-add-in-using-vb5-or-vb6/</link>
		<comments>http://jack-fx.com/vbqa/2011/10/08/how-to-create-a-basic-add-in-using-vb5-or-vb6/#comments</comments>
		<pubDate>Sun, 09 Oct 2011 08:09:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[activex dll]]></category>
		<category><![CDATA[activex exe]]></category>
		<category><![CDATA[Add-in]]></category>
		<category><![CDATA[Addin]]></category>
		<category><![CDATA[extensibility model]]></category>
		<category><![CDATA[Hide]]></category>
		<category><![CDATA[interface methods]]></category>
		<category><![CDATA[mfrmAddIn]]></category>
		<category><![CDATA[necessary events]]></category>
		<category><![CDATA[Sub]]></category>
		<category><![CDATA[the]]></category>
		<category><![CDATA[Visual]]></category>

		<guid isPermaLink="false">http://jack-fx.com/vbqa/2011/10/08/how-to-create-a-basic-add-in-using-vb5-or-vb6/</guid>
		<description><![CDATA[SymptomsThis article describes how to create the basic framework of an Add-in forVisual Basic 5.0 or 6.0. An Add-in utilizes the Visual Basic Extensibilityobject model to customize and extend the Visual Basic environment.ResolutionIn Visual Basic 5.0 or 6.0, you can create the code for a minimal Add-in project with a single step. You simply double-click [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/vbqa/2011/10/08/how-to-create-a-basic-add-in-using-vb5-or-vb6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To  Compile VB Programs with Debug Symbols Embedded</title>
		<link>http://jack-fx.com/vbqa/2011/09/26/how-to-compile-vb-programs-with-debug-symbols-embedded/</link>
		<comments>http://jack-fx.com/vbqa/2011/09/26/how-to-compile-vb-programs-with-debug-symbols-embedded/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 17:37:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Autoexec]]></category>
		<category><![CDATA[Bat]]></category>
		<category><![CDATA[Command]]></category>
		<category><![CDATA[Debug]]></category>
		<category><![CDATA[environment tab]]></category>
		<category><![CDATA[exe project]]></category>
		<category><![CDATA[LINK]]></category>
		<category><![CDATA[link environment]]></category>
		<category><![CDATA[ms dos command]]></category>
		<category><![CDATA[ms dos prompt]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[Visual]]></category>

		<guid isPermaLink="false">http://jack-fx.com/vbqa/2011/09/26/how-to-compile-vb-programs-with-debug-symbols-embedded/</guid>
		<description><![CDATA[SymptomsThe &#8220;Compile to Native Code&#8221; option introduced in Visual Basic versions 5.0 and 6.0 not only improves performance of Visual Basic programs and components, but also makes it possible to debug them with the Visual C++ debugger.This article shows you how to compile a Visual Basic program or componentwith embedded debug symbols. By doing so, [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/vbqa/2011/09/26/how-to-compile-vb-programs-with-debug-symbols-embedded/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To  Associate a Custom Icon with a Formless Visual Basic Application</title>
		<link>http://jack-fx.com/vbqa/2011/09/06/how-to-associate-a-custom-icon-with-a-formless-visual-basic-application/</link>
		<comments>http://jack-fx.com/vbqa/2011/09/06/how-to-associate-a-custom-icon-with-a-formless-visual-basic-application/#comments</comments>
		<pubDate>Tue, 06 Sep 2011 13:33:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[custom icon]]></category>
		<category><![CDATA[Editor]]></category>
		<category><![CDATA[exe project]]></category>
		<category><![CDATA[executable application]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[microsoft visual studio]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[resource]]></category>
		<category><![CDATA[Visual]]></category>
		<category><![CDATA[visual studio 6]]></category>

		<guid isPermaLink="false">http://jack-fx.com/vbqa/2011/09/06/how-to-associate-a-custom-icon-with-a-formless-visual-basic-application/</guid>
		<description><![CDATA[SymptomsFor Visual Basic applications that do not contain forms, you can still provide a custom icon for the executable. This article explains how you can add an icon resource to the project.ResolutionWhen you create a Visual Basic executable application, you can select an icon from one of the project&#8217;s forms in the Icon drop-down list [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/vbqa/2011/09/06/how-to-associate-a-custom-icon-with-a-formless-visual-basic-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BUG: Data Form Wizard Through Application Wizard Omits ADO Reference</title>
		<link>http://jack-fx.com/vbqa/2011/07/13/bug-data-form-wizard-through-application-wizard-omits-ado-reference-2/</link>
		<comments>http://jack-fx.com/vbqa/2011/07/13/bug-data-form-wizard-through-application-wizard-omits-ado-reference-2/#comments</comments>
		<pubDate>Wed, 13 Jul 2011 15:16:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[application wizard]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[error message]]></category>
		<category><![CDATA[SymptomsWhen]]></category>
		<category><![CDATA[Visual]]></category>
		<category><![CDATA[visual basic application]]></category>
		<category><![CDATA[Wizard]]></category>

		<guid isPermaLink="false">http://jack-fx.com/vbqa/2011/07/13/bug-data-form-wizard-through-application-wizard-omits-ado-reference-2/</guid>
		<description><![CDATA[SymptomsWhen you run an application that is created using the Visual Basic Application Wizard, you receive the following error message:
Compile error: User-defined type not definedResolutionThe Application Wizard allows for the creation of forms via the Data FormWizard. When a form is created in this manner, a reference to ADO is notadded to the project.
]]></description>
		<wfw:commentRss>http://jack-fx.com/vbqa/2011/07/13/bug-data-form-wizard-through-application-wizard-omits-ado-reference-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Differences Between Visual Basic .NET and Visual C# .NET&#8221; white paper is available</title>
		<link>http://jack-fx.com/vbqa/2011/06/20/differences-between-visual-basic-net-and-visual-c-net-white-paper-is-available-2/</link>
		<comments>http://jack-fx.com/vbqa/2011/06/20/differences-between-visual-basic-net-and-visual-c-net-white-paper-is-available-2/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 09:29:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[class programming]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Language]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[microsoft visual c]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[object oriented programming]]></category>
		<category><![CDATA[object oriented programming language]]></category>
		<category><![CDATA[oriented programming language]]></category>
		<category><![CDATA[Visual]]></category>

		<guid isPermaLink="false">http://jack-fx.com/vbqa/2011/06/20/differences-between-visual-basic-net-and-visual-c-net-white-paper-is-available-2/</guid>
		<description><![CDATA[Symptoms This article points to the &#8220;Differences Between Microsoft		Visual Basic .NET and Microsoft Visual C# .NET&#8221; white paper.Resolution Because of the previous differences between Visual Basic		and C/C++, many developers assume incorrectly about the capabilities of Visual		Basic .NET. Many Visual Basic developers think that Visual C# is a more		powerful language than Visual Basic. In other words, [...]]]></description>
		<wfw:commentRss>http://jack-fx.com/vbqa/2011/06/20/differences-between-visual-basic-net-and-visual-c-net-white-paper-is-available-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PRB: Run-Time Error 713 Opening Data Report in Distributed Application</title>
		<link>http://jack-fx.com/vbqa/2011/03/17/prb-run-time-error-713-opening-data-report-in-distributed-application/</link>
		<comments>http://jack-fx.com/vbqa/2011/03/17/prb-run-time-error-713-opening-data-report-in-distributed-application/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 14:04:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[error 713]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[run time error]]></category>
		<category><![CDATA[SymptomsYou]]></category>
		<category><![CDATA[Visual]]></category>
		<category><![CDATA[visual basic application]]></category>

		<guid isPermaLink="false">http://jack-fx.com/vbqa/2011/03/17/prb-run-time-error-713-opening-data-report-in-distributed-application/</guid>
		<description><![CDATA[SymptomsYou are distributing a Visual Basic application that includes a data report. After installation, you receive the following error when you attempt to open the data report from your application:
Run-time error &#8216;713&#8242;:Application-defined or object defined errorResolutionThe Data Report run-time file (Msdbrptr.dll) was not included in your setup package.
]]></description>
		<wfw:commentRss>http://jack-fx.com/vbqa/2011/03/17/prb-run-time-error-713-opening-data-report-in-distributed-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

