<?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>reminder &#8211; Blog of Kliment Andreev &#8211; A place so I won&#039;t forget things</title>
	<atom:link href="https://blog.andreev.it/tag/reminder/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.andreev.it</link>
	<description></description>
	<lastBuildDate>Sat, 24 Oct 2020 13:13:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Visual C#: Daily reminder (K-Neglect)</title>
		<link>https://blog.andreev.it/2015/12/81-visual-c-simple-daily-reminder/</link>
					<comments>https://blog.andreev.it/2015/12/81-visual-c-simple-daily-reminder/#respond</comments>
		
		<dc:creator><![CDATA[Kliment Andreev]]></dc:creator>
		<pubDate>Fri, 01 Jan 2016 00:02:30 +0000</pubDate>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[reminder]]></category>
		<category><![CDATA[Visual C#]]></category>
		<guid isPermaLink="false">http://blog.iandreev.com/?p=2421</guid>

					<description><![CDATA[I needed a small reminder that will remind me for tasks that will happen&#8230;]]></description>
										<content:encoded><![CDATA[<div id="bsf_rt_marker"></div><p>I needed a small reminder that will remind me for tasks that will happen within an hour or a couple of hours. I often multitask and have several ideas and thoughts at the same time. Usually, I forget one or two of these, because I am too lazy to write it down or because by the time I create a task or reminder in Outlook, I don&#8217;t remember what I wanted to do. Most of these ideas and thoughts are irrelevant anyway. </p>
<p>So, I didn&#8217;t want to use some programs that are too complex and some web based solutions that take some time to create a basic task. I just needed a bare bone program that will pop up a given reminder in X minutes from now. So, I made this program in Visual C# 2015 Community Edition. You will need .Net 4.5, but if you change the dependencies in the solution, I am sure it will work even with the earliest .Net frameworks. There is nothing special. </p>
<p>The program uses NotifyIcon class, so when you minimize the program it will go in the system tray. Click on the question mark button to see the help.<br />
<a href="https://blog.andreev.it/wp-content/uploads/2015/12/P061-01.png"><img fetchpriority="high" decoding="async" src="https://blog.andreev.it/wp-content/uploads/2015/12/P061-01.png" alt="" width="506" height="135" class="aligncenter size-full wp-image-7457" srcset="https://blog.andreev.it/wp-content/uploads/2015/12/P061-01.png 506w, https://blog.andreev.it/wp-content/uploads/2015/12/P061-01-300x80.png 300w" sizes="(max-width: 506px) 100vw, 506px" /></a><br />
You can get the source for this solution from GitHub.</p>
<pre class="brush: bash; title: ; notranslate">
git clone https://github.com/klimenta/K-Neglect
</pre>
<p>Or, get the exe from <a href="https://blog.andreev.it/wp-content/uploads/2015/12/K-Neglect.zip">here</a>. </p>
<p>NOTE: If you have problems compiling, delete the OBJ folder and then Build the solution (CTRL-SHIFT+B).</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.andreev.it/2015/12/81-visual-c-simple-daily-reminder/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
