<?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>sebthom.de &#187; Visual Basic</title>
	<atom:link href="http://sebthom.de/tag/visual-basic/feed/" rel="self" type="application/rss+xml" />
	<link>http://sebthom.de</link>
	<description>Selbständiger IT Berater - Java, J2EE, WebSphere Portal, Lotus Domino</description>
	<lastBuildDate>Sun, 20 May 2012 22:59:38 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Lotus Notes [Send only] und [Send and File] Schaltfl&#228;chen f&#252;r Outlook 2003</title>
		<link>http://sebthom.de/119-lotus-notes-send-only-send-and-file-buttons-for-outlook-2003/lang/de/</link>
		<comments>http://sebthom.de/119-lotus-notes-send-only-send-and-file-buttons-for-outlook-2003/lang/de/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 18:13:08 +0000</pubDate>
		<dc:creator>Sebastian Thomschke</dc:creator>
				<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://sebthom.de/?p=119</guid>
		<description><![CDATA[     <link rel="alternate" type="application/atom+xml" title="sebthom.de Category: Visual Basic" href="http://sebthom.de/category/it/development/visual-basic-coding/lang/de/feed/" />
Man kann &#252;ber Lotus Notes sagen was man m&#246;chte, wenn man damit eine Weile gearbeitet hat und auf z.B. Outlook umgestiegen ist/wurde, dann fehlt einem in der Regel doch die eine oder andere liebgewonnene Funktion. Da ich nun bereits bei meinem zweiten Kunden &#8220;gezwungen&#8221; bin, mit MS Outlook 2003 zu arbeiten und mich scheinbar auch [...]]]></description>
			<content:encoded><![CDATA[<p>Man kann &uuml;ber Lotus Notes sagen was man m&ouml;chte, wenn man damit eine Weile gearbeitet hat und auf z.B. Outlook umgestiegen ist/wurde, dann fehlt einem in der Regel doch die eine oder andere liebgewonnene Funktion.</p>
<p>Da ich nun bereits bei meinem zweiten Kunden &#8220;gezwungen&#8221; bin, mit MS Outlook 2003 zu arbeiten und mich scheinbar auch in Zukunft nicht um dessen Verwendung dr&uuml;cken kann, habe ich zwei der vielen praktische Notes-Funktionen f&uuml;r Outlook 2003 implementiert:</p>
<ol>
<li>Die Schaltfl&auml;che <b>[Send only]</b>, bzw. <b>[Nur senden]</b> versendet eine E-Mail ohne eine Kopie davon in Outlook zu speichern.</li>
<li>Die Schaltfl&auml;che <b>[Send and File...]</b> bzw. <b>[Senden und ablegen...]</b> erfragt vor dem Versenden in welchem Ordner die gerade geschriebene E-Mail abgelegt werden soll.</li>
</ol>
<p>Installation:</p>
<ol>
<li>Download des Visual Basic Moduls in der gew&uuml;nschten Sprache.<br />
Note: There is a file embedded within this post, please visit this post to download the file.</p>
<p>Note: There is a file embedded within this post, please visit this post to download the file.<br />

</li>
<li>In Outlook den Visual Basic Editor &ouml;ffnen.
<p><a href="http://sebthom.de/wp-content/uploads/2009/02/01_outlook_open_vbe.png" rel="lightbox[119]"><img src="http://sebthom.de/wp-content/uploads/2009/02/01_outlook_open_vbe-150x150.png" alt="open VBE from within outlook" title="open VBE from within outlook" class="alignnone size-thumbnail wp-image-121" height="150" width="150" /></a></li>
<li>Das Visual Basic Modul importieren
<p><a href="http://sebthom.de/wp-content/uploads/2009/02/02_vbe_import.png" rel="lightbox[119]"><img src="http://sebthom.de/wp-content/uploads/2009/02/02_vbe_import-150x150.png" alt="Modul importieren" title="Modul importieren" class="alignnone size-thumbnail wp-image-122" height="150" width="150" /></a> <a href="http://sebthom.de/wp-content/uploads/2009/02/03_vbe_select_file.png" rel="lightbox[119]"><img src="http://sebthom.de/wp-content/uploads/2009/02/03_vbe_select_file-150x150.png" alt="Das VBE Modul ausw&auml;hlen" title="Das VBE Modul ausw&auml;hlen" class="alignnone size-thumbnail wp-image-123" height="150" width="150" /></a> <a href="http://sebthom.de/wp-content/uploads/2009/02/04_vbe_module_imported.png" rel="lightbox[119]"><img src="http://sebthom.de/wp-content/uploads/2009/02/04_vbe_module_imported-150x150.png" alt="Das VBE Modul wurde importiert." title="Das VBE Modul wurde importiert." class="alignnone size-thumbnail wp-image-124" height="150" width="150" /></a>
</li>
<li>Das Projekt speichern.
<p><a href="http://sebthom.de/wp-content/uploads/2009/02/05_vbe_save_module.png" rel="lightbox[119]"><img src="http://sebthom.de/wp-content/uploads/2009/02/05_vbe_save_module-150x150.png" alt="Das VBE Projekt speichern" title="Das VBE Projekt speichern" class="alignnone size-thumbnail wp-image-125" height="150" width="150" /></a>
</li>
<li>Die Schaltfl&auml;chen in der Toolbar installieren.
<p><a href="http://sebthom.de/wp-content/uploads/2009/02/06_outlook_open_markos.png" rel="lightbox[119]"><img src="http://sebthom.de/wp-content/uploads/2009/02/06_outlook_open_markos-150x150.png" alt="Makros Dialog &ouml;ffnen" title="Makros Dialog &ouml;ffnen" class="alignnone size-thumbnail wp-image-126" height="150" width="150" /></a> <a href="http://sebthom.de/wp-content/uploads/2009/02/07_marco_select_install_sendandfile.png" rel="lightbox[119]"><img src="http://sebthom.de/wp-content/uploads/2009/02/07_marco_select_install_sendandfile-150x150.png" alt="Schaltfl&auml;che [Senden und ablegen...] installieren" title="Schaltfl&auml;che [Senden und ablegen...] installieren" class="alignnone size-thumbnail wp-image-127" height="150" width="150" /></a> <a href="http://sebthom.de/wp-content/uploads/2009/02/08_msg_sendandfile_installed.png" rel="lightbox[119]"><img src="http://sebthom.de/wp-content/uploads/2009/02/08_msg_sendandfile_installed-150x120.png" alt="Schaltfl&auml;che [Senden und ablegen...] installiert" title="Schaltfl&auml;che [Senden und ablegen...] installiert" class="alignnone size-thumbnail wp-image-128" height="120" width="150" /></a> <a href="http://sebthom.de/wp-content/uploads/2009/02/09_marco_select_install_sendonly.png" rel="lightbox[119]"><img src="http://sebthom.de/wp-content/uploads/2009/02/09_marco_select_install_sendonly-150x150.png" alt="Schaltfl&auml;che [Nur senden] installieren" title="Schaltfl&auml;che [Nur senden] installieren" class="alignnone size-thumbnail wp-image-129" height="150" width="150" /></a> <a href="http://sebthom.de/wp-content/uploads/2009/02/10_msg_sendonly_installed.png" rel="lightbox[119]"><img src="http://sebthom.de/wp-content/uploads/2009/02/10_msg_sendonly_installed-150x120.png" alt="Schaltfl&auml;che [Nur senden] installiert" title="Schaltfl&auml;che [Nur senden] installiert" class="alignnone size-thumbnail wp-image-130" height="120" width="150" /></a>
</li>
<li>Beim Erstellen einer neuen E-Mail sollten nun in der Toolbar die beiden zus&auml;tzlichen Schaltfl&auml;chen angezeigt werden.
<p><a href="http://sebthom.de/wp-content/uploads/2009/02/11_new_buttons_in_toolbar.png" rel="lightbox[119]"><img src="http://sebthom.de/wp-content/uploads/2009/02/11_new_buttons_in_toolbar-150x150.png" alt="Neue Schaltfl&auml;chen in der Toolbar" title="Neue Schaltfl&auml;chen in der Toolbar" class="alignnone size-thumbnail wp-image-131" height="150" width="150" /></a>
</li>
<li>Beim Klick auf &#8220;Senden und ablegen&#8230;&#8221; erscheint vor dem Versenden der Ordnerdialog.
<p><a href="http://sebthom.de/wp-content/uploads/2009/02/12_sendandfile_select_folder.png" rel="lightbox[119]"><img src="http://sebthom.de/wp-content/uploads/2009/02/12_sendandfile_select_folder-150x150.png" alt="Auswahl des Zielordners" title="Auswahl des Zielordners" class="alignnone size-thumbnail wp-image-120" height="150" width="150" /></a></li>
</ol>
 <img src="http://sebthom.de/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=119" width="1" height="1" style="display: none;" /><hr />
<p><small>&copy; sebthom for <a href="http://sebthom.de">sebthom.de</a>, 2009. |
<a href="http://sebthom.de/119-lotus-notes-send-only-send-and-file-buttons-for-outlook-2003/lang/de/">Permalink</a> |
<a href="http://sebthom.de/119-lotus-notes-send-only-send-and-file-buttons-for-outlook-2003/lang/de/#comments">19 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://sebthom.de/119-lotus-notes-send-only-send-and-file-buttons-for-outlook-2003/lang/de/&amp;title=Lotus Notes [Send only] und [Send and File] Schaltfl&auml;chen f&uuml;r Outlook 2003">del.icio.us</a>
<br/>
Post tags: <a href="http://sebthom.de/tag/outlook/" rel="nofollow tag">Outlook</a>, <a href="http://sebthom.de/tag/productivity/" rel="nofollow tag">Productivity</a>, <a href="http://sebthom.de/tag/vba/" rel="nofollow tag">VBA</a>, <a href="http://sebthom.de/tag/visual-basic/" rel="nofollow tag">Visual Basic</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://sebthom.de/119-lotus-notes-send-only-send-and-file-buttons-for-outlook-2003/feed/lang/de/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>MyPad v1.1.6 &#8211; ein PHP Editor</title>
		<link>http://sebthom.de/23-mypad-php-editor/lang/de/</link>
		<comments>http://sebthom.de/23-mypad-php-editor/lang/de/#comments</comments>
		<pubDate>Mon, 26 Jul 2004 19:26:49 +0000</pubDate>
		<dc:creator>Sebastian Thomschke</dc:creator>
				<category><![CDATA[My Freeware]]></category>
		<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[Entwicklung]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://sebthom.de/2007/09/mypad-v116-langenalangenlangdeeinlangde-php-editor-03072004/</guid>
		<description><![CDATA[MyPad ist ein kompakter PHP Editor. Ich habe diesen Editor entwickelt, weil ich keinen passenden mit einem Single Documend Interface finden konnte. Der Editor, nach dem ich gesucht habe, sollte dem Notepad &#228;hneln, aber auch in der Lage sein, PHP Quellcode farblich hervorzuheben. Ein solcher Editor kann dann ideal im Zusammenhang mit einem Filemanager &#228;hnlich [...]]]></description>
			<content:encoded><![CDATA[<p>MyPad ist ein kompakter PHP Editor. Ich habe diesen Editor entwickelt, weil ich keinen passenden mit einem Single Documend Interface finden konnte.<br />
Der Editor, nach dem ich gesucht habe, sollte dem Notepad &auml;hneln, aber auch in der Lage sein, PHP Quellcode farblich hervorzuheben.<br />
Ein solcher Editor kann dann ideal im Zusammenhang mit einem Filemanager &auml;hnlich dem Norton Commander verwendet werden.</p>
<p>(...)<br/>Read the rest of <a href="http://sebthom.de/23-mypad-php-editor/lang/de/">MyPad v1.1.6 &#8211; ein PHP Editor</a> (123 words)</p>
<hr />
<p><small>&copy; sebthom for <a href="http://sebthom.de">sebthom.de</a>, 2004. |
<a href="http://sebthom.de/23-mypad-php-editor/lang/de/">Permalink</a> |
<a href="http://sebthom.de/23-mypad-php-editor/lang/de/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://sebthom.de/23-mypad-php-editor/lang/de/&amp;title=MyPad v1.1.6 &#8211; ein PHP Editor">del.icio.us</a>
<br/>
Post tags: <a href="http://sebthom.de/tag/bug/" rel="nofollow tag">bug</a>, <a href="http://sebthom.de/tag/freeware/" rel="nofollow tag">My Freeware</a>, <a href="http://sebthom.de/tag/php/" rel="nofollow tag">PHP</a>, <a href="http://sebthom.de/tag/visual-basic/" rel="nofollow tag">Visual Basic</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://sebthom.de/23-mypad-php-editor/feed/lang/de/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Basic &#8211; Multiple Undos Class v2.04</title>
		<link>http://sebthom.de/30-visual-basic-multiple-undos-class/lang/de/</link>
		<comments>http://sebthom.de/30-visual-basic-multiple-undos-class/lang/de/#comments</comments>
		<pubDate>Sun, 09 Mar 2003 19:06:05 +0000</pubDate>
		<dc:creator>Sebastian Thomschke</dc:creator>
				<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[Entwicklung]]></category>

		<guid isPermaLink="false">http://sebthom.de/2007/09/visual-basic-multiple-undos-class-v204-released-05092003/lang/de</guid>
		<description><![CDATA[Ich habe schon jede Menge verschiedener Multi Undo L&#246;sungen probiert, aber bisher hatte jede mindestens einen Haken. Also, war es Zeit eine eigene zu schreiben, und ich glaube meine ist ziemlich clever. Wenn Du meine L&#246;sung verwenden willst, mu&#223;t Du Deinen Programmcode nicht durch da&#223; Einf&#252;gen massenweiser undo-bezogener Funktionen, Prozeduren und Variablen verunstalten. Alles wird [...]]]></description>
			<content:encoded><![CDATA[<p>Ich habe schon jede Menge verschiedener Multi Undo L&ouml;sungen probiert, aber bisher hatte jede mindestens einen Haken. Also, war es Zeit eine eigene zu schreiben, und ich glaube meine ist ziemlich clever.</p>
<p>Wenn Du meine L&ouml;sung verwenden willst, mu&szlig;t Du Deinen Programmcode nicht durch da&szlig; Einf&uuml;gen massenweiser undo-bezogener Funktionen, Prozeduren und Variablen verunstalten. Alles wird Dir hier ganz komfortabel mit zwei kleinen Klassen geliefert.</p>
<p>(...)<br/>Read the rest of <a href="http://sebthom.de/30-visual-basic-multiple-undos-class/lang/de/">Visual Basic &#8211; Multiple Undos Class v2.04</a> (116 words)</p>
<hr />
<p><small>&copy; sebthom for <a href="http://sebthom.de">sebthom.de</a>, 2003. |
<a href="http://sebthom.de/30-visual-basic-multiple-undos-class/lang/de/">Permalink</a> |
<a href="http://sebthom.de/30-visual-basic-multiple-undos-class/lang/de/#comments">2 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://sebthom.de/30-visual-basic-multiple-undos-class/lang/de/&amp;title=Visual Basic &#8211; Multiple Undos Class v2.04">del.icio.us</a>
<br/>
Post tags: <a href="http://sebthom.de/tag/visual-basic/" rel="nofollow tag">Visual Basic</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://sebthom.de/30-visual-basic-multiple-undos-class/feed/lang/de/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Visual Basic &#8211; High Precision Timer v1.20</title>
		<link>http://sebthom.de/32-visual-basic-high-precision-timer/lang/de/</link>
		<comments>http://sebthom.de/32-visual-basic-high-precision-timer/lang/de/#comments</comments>
		<pubDate>Mon, 05 Aug 2002 19:12:41 +0000</pubDate>
		<dc:creator>Sebastian Thomschke</dc:creator>
				<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[Entwicklung]]></category>

		<guid isPermaLink="false">http://sebthom.de/2007/09/visual-basic-high-precision-timer-v120-05082002/lang/de</guid>
		<description><![CDATA[Dieser Code stellt eine VB Implementierung des hoch pr&#228;zisen Multimedia Timers der winmm.dll dar. Ich habe diese Implementierung aus dem gleichen Grund wie die Multiple Undos Class geschrieben: Ich wollte eine saubere L&#246;sung, die sehr einfach in bestehende VB Projekte eingef&#252;gt werden kann, ohne dessen Programmcode zu verunstalten und die nicht dazu f&#252;hrt, da&#223; meine [...]]]></description>
			<content:encoded><![CDATA[<p>Dieser Code stellt eine VB Implementierung des hoch pr&auml;zisen Multimedia Timers der winmm.dll dar.</p>
<p>Ich habe diese Implementierung aus dem gleichen Grund wie die Multiple Undos Class geschrieben:	Ich wollte eine saubere L&ouml;sung, die sehr einfach in bestehende VB Projekte eingef&uuml;gt werden kann, ohne dessen Programmcode zu verunstalten und die nicht dazu f&uuml;hrt, da&szlig; meine VB Projekte von weiteren OCX Dateien oder DLLs abh&auml;ngen. Ausserdem sollte sie so weit wie m&ouml;glich objektorientiert sein.<br />
(...)<br/>Read the rest of <a href="http://sebthom.de/32-visual-basic-high-precision-timer/lang/de/">Visual Basic &#8211; High Precision Timer v1.20</a> (171 words)</p>
<hr />
<p><small>&copy; sebthom for <a href="http://sebthom.de">sebthom.de</a>, 2002. |
<a href="http://sebthom.de/32-visual-basic-high-precision-timer/lang/de/">Permalink</a> |
<a href="http://sebthom.de/32-visual-basic-high-precision-timer/lang/de/#comments">One comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://sebthom.de/32-visual-basic-high-precision-timer/lang/de/&amp;title=Visual Basic &#8211; High Precision Timer v1.20">del.icio.us</a>
<br/>
Post tags: <a href="http://sebthom.de/tag/visual-basic/" rel="nofollow tag">Visual Basic</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://sebthom.de/32-visual-basic-high-precision-timer/feed/lang/de/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Excel &#8211; VBA Timer Example v1.00</title>
		<link>http://sebthom.de/28-excel-vba-timer/lang/de/</link>
		<comments>http://sebthom.de/28-excel-vba-timer/lang/de/#comments</comments>
		<pubDate>Sat, 06 Apr 2002 18:52:07 +0000</pubDate>
		<dc:creator>Sebastian Thomschke</dc:creator>
				<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://sebthom.de/2007/09/excel-vba-timer/lang/de</guid>
		<description><![CDATA[Ein Freund hatte mich einmal gefragt, ob es nicht irgendwie m&#246;glich sei, einzelne Arbeitsbl&#228;tter in Excel automatisch periodisch aktualisieren zu lassen. Das erste was ich dann tat, war im Internet nach einer entspr. L&#246;sung in Visual Basic for Applications zu suchen, aber das einzige was ich fand, war ein ActiveX Timer Control eines Drittanbieters, welches [...]]]></description>
			<content:encoded><![CDATA[<p>Ein Freund hatte mich einmal gefragt, ob es nicht irgendwie m&ouml;glich sei, einzelne Arbeitsbl&auml;tter in Excel automatisch periodisch aktualisieren zu lassen.<br />
Das erste was ich dann tat, war im Internet nach einer entspr. L&ouml;sung in Visual Basic for Applications zu suchen, aber das einzige was ich fand, war ein ActiveX Timer Control eines Drittanbieters, welches man auf einer Userform platzieren mu&szlig;. Dann fand ich zuf&auml;llig den VBA Befehl &#8220;Application.onTime&#8221; und hatte eine Idee.</p>
<p>Hier ist nun meine L&ouml;sung, welche nur das VBA onTime Kommando verwendet. Kein ActiveX Control oder irgend ein anderes 3rd-Party Modul sind hierf&uuml;r n&ouml;tig.</p>
<p>(...)<br/>Read the rest of <a href="http://sebthom.de/28-excel-vba-timer/lang/de/">Excel &#8211; VBA Timer Example v1.00</a> (2 words)</p>
<hr />
<p><small>&copy; sebthom for <a href="http://sebthom.de">sebthom.de</a>, 2002. |
<a href="http://sebthom.de/28-excel-vba-timer/lang/de/">Permalink</a> |
<a href="http://sebthom.de/28-excel-vba-timer/lang/de/#comments">15 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://sebthom.de/28-excel-vba-timer/lang/de/&amp;title=Excel &#8211; VBA Timer Example v1.00">del.icio.us</a>
<br/>
Post tags: <a href="http://sebthom.de/tag/excel/" rel="nofollow tag">Excel</a>, <a href="http://sebthom.de/tag/vba/" rel="nofollow tag">VBA</a>, <a href="http://sebthom.de/tag/visual-basic/" rel="nofollow tag">Visual Basic</a><br/>
</small></p>
<p><small>Feed enhanced by <a href='http://planetozh.com/blog/my-projects/wordpress-plugin-better-feed-rss/'>Better Feed</a> from  <a href='http://planetozh.com/blog/'>Ozh</a></small></p>
]]></content:encoded>
			<wfw:commentRss>http://sebthom.de/28-excel-vba-timer/feed/lang/de/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>

