<?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>P-line automatisering</title>
	<atom:link href="http://www.pline.nl/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.pline.nl/blog</link>
	<description>De BIM en CAD specialist</description>
	<lastBuildDate>Mon, 03 May 2010 19:55:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Findfile in AutoCAD VBA</title>
		<link>http://www.pline.nl/blog/?p=8</link>
		<comments>http://www.pline.nl/blog/?p=8#comments</comments>
		<pubDate>Fri, 16 Feb 2007 16:04:39 +0000</pubDate>
		<dc:creator>Leo van der Geest</dc:creator>
				<category><![CDATA[AutoCAD]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://www.pline.nl/blog/?p=8</guid>
		<description><![CDATA[AutoLisp heeft een mooie FindFile functie om een bestand te zoeken in de AutoCAD paden. Hier de VBA equivalent.
 
]]></description>
			<content:encoded><![CDATA[<p>AutoLisp heeft een mooie <em>FindFile</em> functie om een bestand te zoeken in de AutoCAD paden. Hier de VBA equivalent.</p>
<p><viewcode src="/code/vba_findfile.txt" link="yes"/> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.pline.nl/blog/?feed=rss2&amp;p=8</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kleur dialoog in AutoCAD VBA</title>
		<link>http://www.pline.nl/blog/?p=7</link>
		<comments>http://www.pline.nl/blog/?p=7#comments</comments>
		<pubDate>Fri, 16 Feb 2007 08:54:53 +0000</pubDate>
		<dc:creator>Leo van der Geest</dc:creator>
				<category><![CDATA[AutoCAD]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://www.pline.nl/blog/?p=7</guid>
		<description><![CDATA[Standaard heeft VBA geen toegang tot de Select Color dialoogvenster. Dit kan alleen door eerst een declaratie van een referentie te maken naar externe procedure. Deze procedure is opgeslagen in de acad.exe
 
]]></description>
			<content:encoded><![CDATA[<p>Standaard heeft VBA geen toegang tot de <em>Select Color</em> dialoogvenster. Dit kan alleen door eerst een declaratie van een referentie te maken naar externe procedure. Deze procedure is opgeslagen in de <em>acad.exe</em></p>
<p><viewcode src="/code/vba_acadcolordialog.txt" link="yes"/> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.pline.nl/blog/?feed=rss2&amp;p=7</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
