<?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/category/it/development/visual-basic-coding/feed/" rel="self" type="application/rss+xml" />
	<link>http://sebthom.de</link>
	<description>IT Freelancer - Java, J2EE, IBM WebSphere Portal, Lotus Notes/Domino</description>
	<lastBuildDate>Sun, 14 Mar 2010 14:10:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Lotus Notes&#8217; [Send only] and [Send and File] buttons for Outlook 2003</title>
		<link>http://sebthom.de/119-lotus-notes-send-only-send-and-file-buttons-for-outlook-2003/</link>
		<comments>http://sebthom.de/119-lotus-notes-send-only-send-and-file-buttons-for-outlook-2003/#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/feed/" />
You can say what you want about Lotus Notes, if you have used it for a while and switched e.g. to Outlook, you&#8217;ll find yourself missing one or the other nifty Notes function.
Already two of my customers &#8220;forced&#8221; me to use MS Outlook 2003 and since this isn&#8217;t likely to change in the near future, [...]]]></description>
			<content:encoded><![CDATA[<p>You can say what you want about Lotus Notes, if you have used it for a while and switched e.g. to Outlook, you&#8217;ll find yourself missing one or the other nifty Notes function.</p>
<p>Already two of my customers &#8220;forced&#8221; me to use MS Outlook 2003 and since this isn&#8217;t likely to change in the near future, I implemented two of these handy Notes functions for Outlook 2003:</p>
<ol>
<li>The button <b>[Send only]</b> sends e-mails without storing a copy of it in the local mailbox.</li>
<li>The button <b>[Send and File...]</b> prompts you for the folder where to store the e-mail being send.</li>
</ol>
<p>Installation:</p>
<ol>
<li>Download the Visual Basic module in the favored language.<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 open the Visual Basic editor.<br />
<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>Import the Visual Basic module.<br />
<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="Import the VBE module" title="Import the VBE module" 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="Select the VBE module" title="Select the VBE module" 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="The VBE module was imported." title="The VBE module was imported." class="alignnone size-thumbnail wp-image-124" height="150" width="150" /></a>
</li>
<li>Save the project.<br />
<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="Save the VBE project" title="Save the VBE project" class="alignnone size-thumbnail wp-image-125" height="150" width="150" /></a>
</li>
<li>Install the buttons in the toolbar.<br />
<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="Open the Macros dialog" title="Open the Macros dialog" 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="Installing the button [Send and File...]" title="Installing the button [Send and File...]" 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="Button [Send and File...] installed" title="Button [Send and File...] installed" 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="Installing the button [Send only]" title="Installing the button [Send only]" 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="Button [Send only] installed" title="Button [Send only] installed" class="alignnone size-thumbnail wp-image-130" height="120" width="150" /></a>
</li>
<li>When composing a new e-mail the additional buttons should appear in the toolbar.<br />
<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="New buttons in the toolbar" title="New buttons in the toolbar" class="alignnone size-thumbnail wp-image-131" height="150" width="150" /></a>
</li>
<li>When clicking &#8220;Send and File&#8230;&#8221; the folder dialog is displayed before the e-mail is send.<br />
<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="Selecting the target folder" title="Selecting the target folder" class="alignnone size-thumbnail wp-image-120" height="150" width="150" /></a></li>
</ol>
 <img src="http://sebthom.de/wp-content/plugins/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/">Permalink</a> |
<a href="http://sebthom.de/119-lotus-notes-send-only-send-and-file-buttons-for-outlook-2003/#comments">9 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/&amp;title=Lotus Notes&#8217; [Send only] and [Send and File] buttons for 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/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>MyPad v1.1.6 &#8211; a PHP Editor</title>
		<link>http://sebthom.de/23-mypad-php-editor/</link>
		<comments>http://sebthom.de/23-mypad-php-editor/#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[Development]]></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 is a very compact PHP Editor. I developed this editor because I could not find a suitable PHP Editor with a Single Document Interface.
The Editor I was searching for should look and behave like Notepad, but should be able to colorize PHP source code.
Such a small Editor can be perfectly used in conjunction with [...]]]></description>
			<content:encoded><![CDATA[<p>MyPad is a very compact PHP Editor. I developed this editor because I could not find a suitable PHP Editor with a Single Document Interface.<br />
The Editor I was searching for should look and behave like Notepad, but should be able to colorize PHP source code.<br />
Such a small Editor can be perfectly used in conjunction with a norton commander like filemanager.</p>
<p>(...)<br/>Read the rest of <a href="http://sebthom.de/23-mypad-php-editor/">MyPad v1.1.6 &#8211; a 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/">Permalink</a> |
<a href="http://sebthom.de/23-mypad-php-editor/#comments">No comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://sebthom.de/23-mypad-php-editor/&amp;title=MyPad v1.1.6 &#8211; a 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/</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/</link>
		<comments>http://sebthom.de/30-visual-basic-multiple-undos-class/#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[Development]]></category>

		<guid isPermaLink="false">http://sebthom.de/2007/09/visual-basic-multiple-undos-class-v204-released-05092003/lang/de</guid>
		<description><![CDATA[I tried a lot of differnet multi undo solutions, but every had at least one draw back. So I had to write my on solution and I think my one is quite smart.
If you want to use it, you don&#8217;t have to clutter your code by pasting in lots of undo-related subs, functions and variables. [...]]]></description>
			<content:encoded><![CDATA[<p>I tried a lot of differnet multi undo solutions, but every had at least one draw back. So I had to write my on solution and I think my one is quite smart.</p>
<p>If you want to use it, you don&#8217;t have to clutter your code by pasting in lots of undo-related subs, functions and variables. Everything comes within two small class files.</p>
<p>(...)<br/>Read the rest of <a href="http://sebthom.de/30-visual-basic-multiple-undos-class/">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/">Permalink</a> |
<a href="http://sebthom.de/30-visual-basic-multiple-undos-class/#comments">2 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://sebthom.de/30-visual-basic-multiple-undos-class/&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/</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/</link>
		<comments>http://sebthom.de/32-visual-basic-high-precision-timer/#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[Development]]></category>

		<guid isPermaLink="false">http://sebthom.de/2007/09/visual-basic-high-precision-timer-v120-05082002/lang/de</guid>
		<description><![CDATA[This code is a VB implementation of the high precision multimedia timer which can be found in the winmm.dll.
I wrote this code because of the same reason I developed the multiple undo class: I wanted to have a smart solution that can be easily added to different VB projects, that doesn&#8217;t clutter the code, that [...]]]></description>
			<content:encoded><![CDATA[<p>This code is a VB implementation of the high precision multimedia timer which can be found in the winmm.dll.</p>
<p>I wrote this code because of the same reason I developed the multiple undo class: I wanted to have a smart solution that can be easily added to different VB projects, that doesn&#8217;t clutter the code, that doesn&#8217;t let depend my project on another custom OCX or DLL file and that is object oriented as much as possible.<br />
(...)<br/>Read the rest of <a href="http://sebthom.de/32-visual-basic-high-precision-timer/">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/">Permalink</a> |
<a href="http://sebthom.de/32-visual-basic-high-precision-timer/#comments">One comment</a> |
Add to
<a href="http://del.icio.us/post?url=http://sebthom.de/32-visual-basic-high-precision-timer/&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/</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/</link>
		<comments>http://sebthom.de/28-excel-vba-timer/#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[A friend of mine asked me about how to let excel periodically update some worksheets.
So the first thing I did was searching the web for a solution in Visual Basic for Applications. But the only one I found was to use a 3rd party ActiveX timer control which you have to place onto a userform. [...]]]></description>
			<content:encoded><![CDATA[<p>A friend of mine asked me about how to let excel periodically update some worksheets.<br />
So the first thing I did was searching the web for a solution in Visual Basic for Applications. But the only one I found was to use a 3rd party ActiveX timer control which you have to place onto a userform. Then I found the VBA command &#8220;Application.onTime&#8221; and had an idea.</p>
<p>Here is my solution only utilizing the VBA onTime command. No need for ActiveX control or any other 3rd party module.</p>
<p>(...)<br/>Read the rest of <a href="http://sebthom.de/28-excel-vba-timer/">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/">Permalink</a> |
<a href="http://sebthom.de/28-excel-vba-timer/#comments">10 comments</a> |
Add to
<a href="http://del.icio.us/post?url=http://sebthom.de/28-excel-vba-timer/&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/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
