<?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>NeoEGM.com &#187; Windows</title>
	<atom:link href="https://www.neoegm.com/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.neoegm.com</link>
	<description>Knowledge is inside</description>
	<lastBuildDate>Mon, 08 Jul 2024 05:38:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.39</generator>
	<item>
		<title>Icon&#8217;s Story &#8211; Flash Animation</title>
		<link>https://www.neoegm.com/blog/funny-flash-animations/icons-story-flash-animation/</link>
		<comments>https://www.neoegm.com/blog/funny-flash-animations/icons-story-flash-animation/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 20:55:38 +0000</pubDate>
		<dc:creator><![CDATA[NeoEGM]]></dc:creator>
				<category><![CDATA[Funny Flash Animations]]></category>
		<category><![CDATA[Animation]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Funny]]></category>
		<category><![CDATA[Icon]]></category>
		<category><![CDATA[ICQ]]></category>
		<category><![CDATA[Play]]></category>
		<category><![CDATA[Ruins]]></category>
		<category><![CDATA[Story]]></category>
		<category><![CDATA[War]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.neoegm.com/?p=1433</guid>
		<description><![CDATA[This is a Flash animation Fepe published a lot of time ago, but it&#8217;s worth to be posted&#8230; It&#8217;s the war that starts, once in a while, between our desktop&#8217;s icons when we leave the PC powered on and go somewhere else&#8230; So now we know what happended if, when we get back, get to [&#8230;]<div class='yarpp-related-rss'>
<strong>
Related posts:<ol>
<li><a href="https://www.neoegm.com/blog/funny-flash-animations/animator-vs-animation-2/" rel="bookmark" title="Animator vs. Animation II &#8211; Flash Animation">Animator vs. Animation II &#8211; Flash Animation </a></li>
<li><a href="https://www.neoegm.com/blog/funny-flash-animations/animator-vs-animation-1/" rel="bookmark" title="Animator vs. Animation I &#8211; Flash Animation">Animator vs. Animation I &#8211; Flash Animation </a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/wxwidgets/celsius-to-fahrenheit/" rel="bookmark" title="Celsius to Fahrenheit">Celsius to Fahrenheit </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>This is a Flash animation <a href="http://www.fepe55.com.ar/blog/2006/07/31/historia-de-iconos/">Fepe</a> published a lot of time ago, but it&#8217;s worth to be posted&#8230;</p>
<p>It&#8217;s the war that starts, once in a while, between our desktop&#8217;s icons when we leave the PC powered on and go somewhere else&#8230;</p>
<p>So now we know what happended if, when we get back, get to find the desktop in ruins! <img src="https://www.neoegm.com/wp-includes/images/smilies/simple-smile.png" alt=":)" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>You have to press &#8220;Play&#8221; below for it to start&#8230;</p>

<object id="Flash_IconStory" width="500" height="334"><param name="movie" value="http://download.neoegm.com/media/flash/icon_story.swf"></param><param name="allowscriptaccess" value="always"></param><embed src="http://download.neoegm.com/media/flash/icon_story.swf" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" name="Flash_IconStory" width="500" height="334"></embed><div style="display: none; height:100%; width:100%; text-align: center; padding: 20px;"><strong><a href="http://www.neoegm.com/blog/funny-flash-animations/icons-story-flash-animation/">Here is a video. Go to the post to watch it.</a></strong></div></object>

<script type="text/javascript">
<!--
function getFlashMovieObject(movieName)
{
  if (window.document[movieName]) 
  {
      return window.document[movieName];
  }
  if (navigator.appName.indexOf("Microsoft Internet")==-1)
  {
    if (document.embeds && document.embeds[movieName])
      return document.embeds[movieName]; 
  }
  else // if (navigator.appName.indexOf("Microsoft Internet")!=-1)
  {
    return document.getElementById(movieName);
  }
}

var autostop_interval = new Array();
var autostop_count = new Array();

function tryautostop(id, playtext)
{
	try
	{
		if (getFlashMovieObject(id).PercentLoaded() != 100)
			return;

		if (!getFlashMovieObject(id).IsPlaying())
		{
			if (autostop_count[id] >= 10)
			{
				clearInterval(autostop_interval[id]);
				document.getElementById('flashplaylink').innerHTML = playtext;
			}
			else
				autostop_count[id]++;
		}
		else
		{
			autostop_count[id] = 0;
			getFlashMovieObject(id).StopPlay();
		}
	}
	catch (e)
	{
	}
}

autostop_count["Flash_IconStory"] = 0;
autostop_interval["Flash_IconStory"] = setInterval("tryautostop('Flash_IconStory', 'Play')", 100);

function IntelligentPlayPause(link, playtext, stoptext, waittext)
{
	if (this.innerHTML == waittext)
		return;

	if (getFlashMovieObject('Flash_IconStory').IsPlaying())
	{
		getFlashMovieObject('Flash_IconStory').StopPlay();
		link.innerHTML = playtext;
	}
	else
	{
		getFlashMovieObject('Flash_IconStory').Play();
		link.innerHTML = stoptext;
	}
}
//-->
</script>
<div align="center">
<p class="download"><a id="flashplaylink" href="javascript:" onclick="IntelligentPlayPause(this, 'Play', 'Pause', 'Loading...');">Loading&#8230;</a></p>
</div>
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="https://www.neoegm.com/blog/funny-flash-animations/icons-story-flash-animation/" title="centigrados a farenheit">centigrados a farenheit</a></li>
<li><a href="https://www.neoegm.com/blog/funny-flash-animations/icons-story-flash-animation/" title="conversion de farenheit a centigrados">conversion de farenheit a centigrados</a></li>
<li><a href="https://www.neoegm.com/blog/funny-flash-animations/icons-story-flash-animation/" title="conversion de grados centigrados a farenheit">conversion de grados centigrados a farenheit</a></li>
<li><a href="https://www.neoegm.com/blog/funny-flash-animations/icons-story-flash-animation/" title="pinball classic">pinball classic</a></li>
<li><a href="https://www.neoegm.com/blog/funny-flash-animations/icons-story-flash-animation/" title="grados fahrenheit a centigrados">grados fahrenheit a centigrados</a></li>
<li><a href="https://www.neoegm.com/blog/funny-flash-animations/icons-story-flash-animation/" title="grados celsius y fahrenheit">grados celsius y fahrenheit</a></li>
<li><a href="https://www.neoegm.com/blog/funny-flash-animations/icons-story-flash-animation/" title="grados centigrados a fahrenheit">grados centigrados a fahrenheit</a></li>
<li><a href="https://www.neoegm.com/blog/funny-flash-animations/icons-story-flash-animation/" title="formato control de asistencia">formato control de asistencia</a></li>
<li><a href="https://www.neoegm.com/blog/funny-flash-animations/icons-story-flash-animation/" title="convertidor de grados farenheit a celsius">convertidor de grados farenheit a celsius</a></li>
<li><a href="https://www.neoegm.com/blog/funny-flash-animations/icons-story-flash-animation/" title="convertidor de grados farenheit a centigrados">convertidor de grados farenheit a centigrados</a></li>
</ul>
<div class='yarpp-related-rss'>
<strong><p>Related posts:<ol>
<li><a href="https://www.neoegm.com/blog/funny-flash-animations/animator-vs-animation-2/" rel="bookmark" title="Animator vs. Animation II &#8211; Flash Animation">Animator vs. Animation II &#8211; Flash Animation </a></li>
<li><a href="https://www.neoegm.com/blog/funny-flash-animations/animator-vs-animation-1/" rel="bookmark" title="Animator vs. Animation I &#8211; Flash Animation">Animator vs. Animation I &#8211; Flash Animation </a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/wxwidgets/celsius-to-fahrenheit/" rel="bookmark" title="Celsius to Fahrenheit">Celsius to Fahrenheit </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>https://www.neoegm.com/blog/funny-flash-animations/icons-story-flash-animation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure Hotmail, Live and MSN e-mail accounts to use them with POP3 in Outlook 2007 and Outlook 2003</title>
		<link>https://www.neoegm.com/tech/internet-tech/e-mail-internet/configure-hotmail-live-and-msn-e-mail-accounts-to-use-them-with-pop3-in-outlook-2007-and-outlook-2003/</link>
		<comments>https://www.neoegm.com/tech/internet-tech/e-mail-internet/configure-hotmail-live-and-msn-e-mail-accounts-to-use-them-with-pop3-in-outlook-2007-and-outlook-2003/#comments</comments>
		<pubDate>Sun, 23 Aug 2009 07:00:07 +0000</pubDate>
		<dc:creator><![CDATA[NeoEGM]]></dc:creator>
				<category><![CDATA[E-Mail]]></category>
		<category><![CDATA[Configure]]></category>
		<category><![CDATA[Hotmail]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Live]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MSN]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Outlook 2003]]></category>
		<category><![CDATA[Outlook 2007]]></category>
		<category><![CDATA[POP3]]></category>
		<category><![CDATA[SMTP]]></category>
		<category><![CDATA[SPA]]></category>
		<category><![CDATA[Step by Step]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.neoegm.com/?p=1036</guid>
		<description><![CDATA[As you may know, Microsoft has decided some time ago to open its POP3 support for Hotmail, Live and MSN e-mail accounts&#8230; Here, you&#8217;ll find the needed information to make them work on your favorite e-mail client&#8230; First, I&#8217;ll leave the configuration data (that you can use in any e-mail client) and, then, I&#8217;ll explain [&#8230;]<div class='yarpp-related-rss'>
<strong>
Related posts:<ol>
<li><a href="https://www.neoegm.com/blog/culture-above-all/culture-above-all-2-miss-teen-usa-2007-south-carolina-answers-a-question/" rel="bookmark" title="Culture Above All II: Miss Teen USA 2007 (South Carolina) answers a question">Culture Above All II: Miss Teen USA 2007 (South Carolina) answers a question </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p><img src="http://www.neoegm.com/wp-content/uploads/2009/08/vista-wow-windows-live-logo_256x2561-150x150.png" alt="vista-wow-windows-live-logo_256x256[1]" title="vista-wow-windows-live-logo_256x256[1]" width="150" height="150" class="aligncenter size-thumbnail wp-image-1074" /></p>
<p>As you may know, Microsoft has decided some time ago to open its <strong>POP3 support</strong> for <strong>Hotmail</strong>, <strong>Live</strong> and <strong>MSN</strong> e-mail accounts&#8230;</p>
<p>Here, you&#8217;ll find the needed information to make them work on your favorite e-mail client&#8230;</p>
<p>First, I&#8217;ll leave the configuration data (that you can use in any e-mail client) and, then, I&#8217;ll explain step by step how to configure the accounts in Outlook&#8230;</p>
<p><strong>Server type:</strong> POP3<br />
<strong>Incoming mail server (POP3):</strong> pop3.live.com<br />
<strong>Outgoing mail server (SMTP):</strong> smtp.live.com<br />
<strong>Require logon using Secure Password Authentication (SPA):</strong> Yes.<br />
<strong>SMTP Authentication:</strong> Yes, use the same settings as the incoming mail server.<br />
<strong>POP3 Encrypted Connection:</strong> Yes.<br />
<strong>POP3 Port:</strong> 995<br />
<strong>SMTP Connection Encryption:</strong> Yes, TLS.<br />
<strong>SMTP Port:</strong> 25.</p>
<p><span id="more-1036"></span></p>
<p>These instructions are for Outlook 2007, but they also apply to Outlook 2003 with some little differences&#8230; Those differences will be explained where corresponding&#8230;</p>
<p>First of all, you must go to Tools->Account Settings&#8230; [<em>Outlook 2003:</em> it is Tools->E-Mail Accounts&#8230;]</p>
<p><img src="http://www.neoegm.com/wp-content/uploads/2009/08/Outlook_2007_Configure_Menu.png" alt="Outlook_2007_Configure_Menu" title="Outlook_2007_Configure_Menu" width="381" height="373" class="aligncenter size-full wp-image-1047" /></p>
<p>Then, this screen will appear&#8230; (If you don&#8217;t have any account set up yet, it may open directly the New Account Wizard)&#8230; [<em>Outlook 2003:</em> You must choose &#8220;View or change existing e-mail accounts&#8221; for the following screen to appear, but you can directly choose &#8220;Add a new e-mail account&#8221;.]</p>
<p><a href="http://www.neoegm.com/wp-content/uploads/2009/08/Outlook_2007_Configure_Account_Settings.png" rel="lightbox[1036]"><img src="http://www.neoegm.com/wp-content/uploads/2009/08/Outlook_2007_Configure_Account_Settings-300x248.png" alt="Outlook_2007_Configure_Account_Settings" title="Outlook_2007_Configure_Account_Settings" width="300" height="248" class="aligncenter size-medium wp-image-1043" /></a></p>
<p>You must press &#8220;New&#8221;&#8230; (You will not need to do this if the New Account Wizard opened automatically).</p>
<p><a href="http://www.neoegm.com/wp-content/uploads/2009/08/Outlook_2007_Configure_Service_Main.png" rel="lightbox[1036]"><img src="http://www.neoegm.com/wp-content/uploads/2009/08/Outlook_2007_Configure_Service_Main-300x227.png" alt="Outlook_2007_Configure_Service_Main" title="Outlook_2007_Configure_Service_Main" width="300" height="227" class="aligncenter size-medium wp-image-1052" /></a></p>
<p>Here you must choose &#8220;Microsoft Exchange, POP3, IMAP or HTTP&#8221; and press Next&#8230; [<em>Outlook 2003:</em> just choose POP3.]</p>
<p><a href="http://www.neoegm.com/wp-content/uploads/2009/08/Outlook_2007_Configure_Auto.png" rel="lightbox[1036]"><img src="http://www.neoegm.com/wp-content/uploads/2009/08/Outlook_2007_Configure_Auto-300x226.png" alt="Outlook_2007_Configure_Auto" title="Outlook_2007_Configure_Auto" width="300" height="226" class="aligncenter size-medium wp-image-1044" /></a></p>
<p>Then, check &#8220;Manually configure server settings or additional server types&#8221; and press Next&#8230; [<em>Outlook 2003:</em> this step is not needed.]</p>
<p><a href="http://www.neoegm.com/wp-content/uploads/2009/08/Outlook_2007_Configure_Service.png" rel="lightbox[1036]"><img src="http://www.neoegm.com/wp-content/uploads/2009/08/Outlook_2007_Configure_Service-300x227.png" alt="Outlook_2007_Configure_Service" title="Outlook_2007_Configure_Service" width="300" height="227" class="aligncenter size-medium wp-image-1051" /></a></p>
<p>Choose &#8220;Internet E-mail&#8221; and press Next&#8230; The Manual configuration screen will appear&#8230; Fill it with the following data: [<em>Outlook 2003:</em> the Manual configuration screen will appear directly without this step, just fill it. You must not check the &#8220;Require logon using Secure Password Authentication (SPA)&#8221; since it doesn&#8217;t seem to be correctly supported for Outlook 2003.]</p>
<p><a href="http://www.neoegm.com/wp-content/uploads/2009/08/Outlook_2007_Configure_Manually.png" rel="lightbox[1036]"><img src="http://www.neoegm.com/wp-content/uploads/2009/08/Outlook_2007_Configure_Manually-300x227.png" alt="Outlook_2007_Configure_Manually" title="Outlook_2007_Configure_Manually" width="300" height="227" class="aligncenter size-medium wp-image-1046" /></a></p>
<p>Of course, you must adapt for your account the following fields: &#8220;Your Name&#8221;, &#8220;E-Mail Address&#8221;, &#8220;User Name&#8221; and &#8220;Password&#8221;&#8230; If you don&#8217;t want to leave your password saved, just uncheck the &#8220;Remember password&#8221; checkbox&#8230;</p>
<p>Then, press &#8220;More Settings&#8221;&#8230;</p>
<p><img src="http://www.neoegm.com/wp-content/uploads/2009/08/Outlook_2007_Configure_More_General.png" alt="Outlook_2007_Configure_More_General" title="Outlook_2007_Configure_More_General" width="415" height="459" class="aligncenter size-full wp-image-1049" /></p>
<p>Go to the &#8220;Outgoing Server&#8221; page and leave it configured like this:</p>
<p><img src="http://www.neoegm.com/wp-content/uploads/2009/08/Outlook_2007_Configure_More_Outgoing.png" alt="Outlook_2007_Configure_More_Outgoing" title="Outlook_2007_Configure_More_Outgoing" width="411" height="458" class="aligncenter size-full wp-image-1050" /></p>
<p>Then go to the Advanced page and leave it like this&#8230; [<em>Outlook 2003:</em> there is no outgoing server connection encryption type selection, just check both SSL boxes.]</p>
<p><img src="http://www.neoegm.com/wp-content/uploads/2009/08/Outlook_2007_Configure_More_Advanced.png" alt="Outlook_2007_Configure_More_Advanced" title="Outlook_2007_Configure_More_Advanced" width="416" height="458" class="aligncenter size-full wp-image-1048" /></p>
<p>If you don&#8217;t want the downloaded messages to be removed from your webmail account, just check &#8220;Leave a copy of messages on the server&#8221;&#8230;</p>
<p>After that, press OK and then, the &#8220;Test Account Settings&#8221; button&#8230; If everything was correctly configured, you&#8217;ll get the following screen: [<em>Outlook 2003:</em> there are more items, but they must all be checked in green.]</p>
<p><a href="http://www.neoegm.com/wp-content/uploads/2009/08/Outlook_2007_Configure_Test.png" rel="lightbox[1036]"><img src="http://www.neoegm.com/wp-content/uploads/2009/08/Outlook_2007_Configure_Test-300x157.png" alt="Outlook_2007_Configure_Test" title="Outlook_2007_Configure_Test" width="300" height="157" class="aligncenter size-medium wp-image-1042" /></a></p>
<p>Finally, close it and press Next&#8230; The Congratulations screen will appear&#8230;</p>
<p><a href="http://www.neoegm.com/wp-content/uploads/2009/08/Outlook_2007_Configure_Finish.png" rel="lightbox[1036]"><img src="http://www.neoegm.com/wp-content/uploads/2009/08/Outlook_2007_Configure_Finish-300x226.png" alt="Outlook_2007_Configure_Finish" title="Outlook_2007_Configure_Finish" width="300" height="226" class="aligncenter size-medium wp-image-1045" /></a></p>
<p>And that&#8217;s all&#8230;</p>
<p>Enjoy it! <img src="https://www.neoegm.com/wp-includes/images/smilies/simple-smile.png" alt=":)" class="wp-smiley" style="height: 1em; max-height: 1em;" /><br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="https://www.neoegm.com/tech/internet-tech/e-mail-internet/configure-hotmail-live-and-msn-e-mail-accounts-to-use-them-with-pop3-in-outlook-2007-and-outlook-2003/" title="@hotmail com mail">@hotmail com mail</a></li>
<li><a href="https://www.neoegm.com/tech/internet-tech/e-mail-internet/configure-hotmail-live-and-msn-e-mail-accounts-to-use-them-with-pop3-in-outlook-2007-and-outlook-2003/" title="configurar msn en outlook 2007">configurar msn en outlook 2007</a></li>
<li><a href="https://www.neoegm.com/tech/internet-tech/e-mail-internet/configure-hotmail-live-and-msn-e-mail-accounts-to-use-them-with-pop3-in-outlook-2007-and-outlook-2003/" title="configurar msn en outlook">configurar msn en outlook</a></li>
<li><a href="https://www.neoegm.com/tech/internet-tech/e-mail-internet/configure-hotmail-live-and-msn-e-mail-accounts-to-use-them-with-pop3-in-outlook-2007-and-outlook-2003/" title="hotmail outlook 2007 manual settings">hotmail outlook 2007 manual settings</a></li>
<li><a href="https://www.neoegm.com/tech/internet-tech/e-mail-internet/configure-hotmail-live-and-msn-e-mail-accounts-to-use-them-with-pop3-in-outlook-2007-and-outlook-2003/" title="hotmail com mail">hotmail com mail</a></li>
<li><a href="https://www.neoegm.com/tech/internet-tech/e-mail-internet/configure-hotmail-live-and-msn-e-mail-accounts-to-use-them-with-pop3-in-outlook-2007-and-outlook-2003/" title="configurar cuenta msn en outlook 2007">configurar cuenta msn en outlook 2007</a></li>
<li><a href="https://www.neoegm.com/tech/internet-tech/e-mail-internet/configure-hotmail-live-and-msn-e-mail-accounts-to-use-them-with-pop3-in-outlook-2007-and-outlook-2003/" title="configurar outlook 2007 con msn">configurar outlook 2007 con msn</a></li>
<li><a href="https://www.neoegm.com/tech/internet-tech/e-mail-internet/configure-hotmail-live-and-msn-e-mail-accounts-to-use-them-with-pop3-in-outlook-2007-and-outlook-2003/" title="how to configure hotmail in outlook 2007">how to configure hotmail in outlook 2007</a></li>
<li><a href="https://www.neoegm.com/tech/internet-tech/e-mail-internet/configure-hotmail-live-and-msn-e-mail-accounts-to-use-them-with-pop3-in-outlook-2007-and-outlook-2003/" title="configurar cuenta de hotmail en outlook 2007 facil paso a paso">configurar cuenta de hotmail en outlook 2007 facil paso a paso</a></li>
<li><a href="https://www.neoegm.com/tech/internet-tech/e-mail-internet/configure-hotmail-live-and-msn-e-mail-accounts-to-use-them-with-pop3-in-outlook-2007-and-outlook-2003/" title="how to configure hotmail in outlook 2007 step by step">how to configure hotmail in outlook 2007 step by step</a></li>
</ul>
<div class='yarpp-related-rss'>
<strong><p>Related posts:<ol>
<li><a href="https://www.neoegm.com/blog/culture-above-all/culture-above-all-2-miss-teen-usa-2007-south-carolina-answers-a-question/" rel="bookmark" title="Culture Above All II: Miss Teen USA 2007 (South Carolina) answers a question">Culture Above All II: Miss Teen USA 2007 (South Carolina) answers a question </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>https://www.neoegm.com/tech/internet-tech/e-mail-internet/configure-hotmail-live-and-msn-e-mail-accounts-to-use-them-with-pop3-in-outlook-2007-and-outlook-2003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3D Pinball for Windows (Space Cadet) Cracker &#8211; How To Modify High Scores</title>
		<link>https://www.neoegm.com/tech/software/tools/game-cheating/3d-pinball-for-windows-space-cadet-cracker-how-to-modify-high-scores/</link>
		<comments>https://www.neoegm.com/tech/software/tools/game-cheating/3d-pinball-for-windows-space-cadet-cracker-how-to-modify-high-scores/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 19:43:13 +0000</pubDate>
		<dc:creator><![CDATA[NeoEGM]]></dc:creator>
				<category><![CDATA[Game Cheating]]></category>
		<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[3D]]></category>
		<category><![CDATA[Cheat]]></category>
		<category><![CDATA[Cracker]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Easy]]></category>
		<category><![CDATA[Export]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Game]]></category>
		<category><![CDATA[GNU GPL]]></category>
		<category><![CDATA[Hall of Fame]]></category>
		<category><![CDATA[High Scores]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Pinball]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Registry]]></category>
		<category><![CDATA[Source Code]]></category>
		<category><![CDATA[Tool]]></category>
		<category><![CDATA[Trainer]]></category>
		<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Visual Basic]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.neoegm.com/?p=942</guid>
		<description><![CDATA[Everybody knows the Pinball game that appeared with Windows 95 Plus!&#8230; It&#8217;s still in current Windows versions&#8230; Although it may seem incredible, there are still some fanatics of this game&#8230; I&#8217;ve made this program in 1999 (some time ago 8-)) to let you modify the High Scores so you could make those fanatics believe you [&#8230;]<div class='yarpp-related-rss'>
<strong>
Related posts:<ol>
<li><a href="https://www.neoegm.com/tech/software/tools/guitar-trainer/" rel="bookmark" title="Guitar Trainer">Guitar Trainer </a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/simple-string-class/" rel="bookmark" title="Simple C++ String Class">Simple C++ String Class </a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/office-document-property-resetter/" rel="bookmark" title="Office Document Property Resetter">Office Document Property Resetter </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>Everybody knows the Pinball game that appeared with Windows 95 Plus!&#8230; It&#8217;s still in current Windows versions&#8230;</p>
<p><a href="http://www.neoegm.com/wp-content/uploads/2009/08/Pinball_Cracker_Game.png" rel="lightbox[942]"><img src="http://www.neoegm.com/wp-content/uploads/2009/08/Pinball_Cracker_Game-300x233.png" alt="Pinball_Cracker_Game" title="Pinball_Cracker_Game" width="300" height="233" class="aligncenter size-medium wp-image-952" /></a></p>
<p>Although it may seem incredible, there are still some fanatics of this game&#8230;</p>
<p>I&#8217;ve made this program in 1999 (some time ago 8-)) to let you modify the High Scores so you could make those fanatics believe you had beaten them&#8230;</p>
<p><a href="http://www.neoegm.com/wp-content/uploads/2009/08/Pinball_Cracker_Game_High_Scores.png" rel="lightbox[942]"><img src="http://www.neoegm.com/wp-content/uploads/2009/08/Pinball_Cracker_Game_High_Scores-300x234.png" alt="Pinball_Cracker_Game_High_Scores" title="Pinball_Cracker_Game_High_Scores" width="300" height="234" class="aligncenter size-medium wp-image-953" /></a></p>
<p>(You should be a little more subtle than me)</p>
<p><span id="more-942"></span></p>
<p>After starting, you must take into account I wrote this program when I was 13&#8230; So I&#8217;m dismissed for any possible criticism&#8230; Now, after that disclaimer, we can continue&#8230;</p>
<p>The tool is very easy to use&#8230;</p>
<p><a href="http://www.neoegm.com/wp-content/uploads/2009/08/Pinball_Cracker_Main.png" rel="lightbox[942]"><img src="http://www.neoegm.com/wp-content/uploads/2009/08/Pinball_Cracker_Main-300x224.png" alt="Pinball_Cracker_Main" title="Pinball_Cracker_Main" width="300" height="224" class="aligncenter ft size-medium wp-image-945" /></a></p>
<p>But has some hidden features that make it a bit more powerful&#8230;</p>
<p>There are 3 easter eggs (it seems I really enjoyed writing them at that time) that unlock 3 special options&#8230; They must be made in the following order, otherwise they won&#8217;t work&#8230;</p>
<p>First of all you must open the about screen and wait for the legend to scroll 5 times (you can make it go faster by pressing Shift+U several times)&#8230; If you have the Caps Lock enabled you must not use the Shift key to press the U&#8230; (As an additional tip, not really useful anyway, you can make the text scroll slower again by pressing Shift+D)</p>
<p><a href="http://www.neoegm.com/wp-content/uploads/2009/08/Pinball_Cracker_About_1.png" rel="lightbox[942]"><img src="http://www.neoegm.com/wp-content/uploads/2009/08/Pinball_Cracker_About_1-300x65.png" alt="Pinball_Cracker_About_1" title="Pinball_Cracker_About_1" width="300" height="65" class="aligncenter size-medium wp-image-946" /></a></p>
<p>Then, you must click sequentially the 4 crosses at the corners in this order: lower-right, upper-left, upper-right, lower-left. Anyway, if you start with the lower-right, the lines will guide you. That will enable the first &#8220;cheat&#8221;, which unlocks the &#8220;Show Verification Code&#8221; option at the main screen. The verification code is some sort of checksum used by the game to verify you didn&#8217;t modify the high scores.</p>
<p><a href="http://www.neoegm.com/wp-content/uploads/2009/08/Pinball_Cracker_About_2.png" rel="lightbox[942]"><img src="http://www.neoegm.com/wp-content/uploads/2009/08/Pinball_Cracker_About_2-300x65.png" alt="Pinball_Cracker_About_2" title="Pinball_Cracker_About_2" width="300" height="65" class="aligncenter size-medium wp-image-947" /></a></p>
<p>The second cheat is the easiest&#8230; You must right-click the upper-right cross while holding Shift and then release it and left-click the lower-right cross&#8230; The &#8220;Print Hall of Fame&#8221; option will be unlocked&#8230; It&#8217;s a completely unuseful option, but it seems I wanted to develop my printing ability at that time&#8230; So don&#8217;t ask <img src="https://www.neoegm.com/wp-includes/images/smilies/simple-smile.png" alt=":)" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p><a href="http://www.neoegm.com/wp-content/uploads/2009/08/Pinball_Cracker_About_3.png" rel="lightbox[942]"><img src="http://www.neoegm.com/wp-content/uploads/2009/08/Pinball_Cracker_About_3-300x65.png" alt="Pinball_Cracker_About_3" title="Pinball_Cracker_About_3" width="300" height="65" class="aligncenter size-medium wp-image-948" /></a></p>
<p>Finally, the latest easter egg (and the most useful of all) gets unlocked by doing the following steps: with the focus (the dotted rectangle) in the upper button, press Shift+P (again the same thing about Caps Lock)&#8230;</p>
<p><a href="http://www.neoegm.com/wp-content/uploads/2009/08/Pinball_Cracker_About_4.png" rel="lightbox[942]"><img src="http://www.neoegm.com/wp-content/uploads/2009/08/Pinball_Cracker_About_4-300x65.png" alt="Pinball_Cracker_About_4" title="Pinball_Cracker_About_4" width="300" height="65" class="aligncenter size-medium wp-image-949" /></a></p>
<p>Then, move the focus to the next button by pressing Tab and press Shift+C&#8230;</p>
<p><a href="http://www.neoegm.com/wp-content/uploads/2009/08/Pinball_Cracker_About_5.png" rel="lightbox[942]"><img src="http://www.neoegm.com/wp-content/uploads/2009/08/Pinball_Cracker_About_5-300x65.png" alt="Pinball_Cracker_About_5" title="Pinball_Cracker_About_5" width="300" height="65" class="aligncenter size-medium wp-image-950" /></a></p>
<p>That&#8217;s all&#8230; Now you&#8217;ll have enabled the possibility of exporting the scores to a .REG file so you can simply double click it on any computer to set the new scores&#8230;</p>
<p>This is how the main screen will now look like&#8230;</p>
<p><a href="http://www.neoegm.com/wp-content/uploads/2009/08/Pinball_Cracker_Cheats.png" rel="lightbox[942]"><img src="http://www.neoegm.com/wp-content/uploads/2009/08/Pinball_Cracker_Cheats-300x274.png" alt="Pinball_Cracker_Cheats" title="Pinball_Cracker_Cheats" width="300" height="274" class="aligncenter size-medium wp-image-951" /></a></p>
<p>This tool was originally written in Visual Basic 6, so I opened the project, updated it to the .NET Framework 2.0 (VB.NET) and then fixed some bugs, corrected some things and prepared it to be published&#8230; I&#8217;m freeing the source code just for the ones who may have curiosity, but I don&#8217;t recommend taking it as model for anything&#8230;</p>
<p>To run it, you&#8217;ll need the <a href="http://www.microsoft.com/downloads/details.aspx?familyid=79BC3B77-E02C-4AD3-AACF-A7633F706BA5">.NET Framework 2.0</a> and the <a href="http://download.neoegm.com/redistributables/VisualBasicPowerPacksSetup.exe">Microsoft Visual Basic PowerPacks 1.2</a>.</p>
<p><strong>UPDATE:</strong> I&#8217;ve just uploaded the required <a href="http://download.neoegm.com/redistributables/VisualBasicPowerPacksSetup.exe">Visual Basic PowerPacks redistributable file</a> since the ones offered online by Microsoft (2.0 &#038; 3.0) does not fulfill the required dependencies. They seem to be different things. This redistributable is needed in order to be able to open the About box and unlock the special options.</p>
<p><br/><br />
<a href="http://www.gnu.org/licenses/gpl-3.0.txt"><img src="http://www.neoegm.com/wp-content/uploads/2009/07/gplv3-127x511.png" alt="GNU GPL v3" title="GNU GPL v3" width="127" height="51" class="aligncenter size-full wp-image-251" /></a> <span class="aligncenter">As usual, Pinball Cracker is licensed under the <a href="http://www.gnu.org/licenses/gpl-3.0.txt">GNU GPL v3</a> (attached)&#8230;</span><br />
<br/></p>
<p>Here are the download links:</p>
<div align="center">
<p class="download"><a href="http://download.neoegm.com/software/pinball-cracker/Pinball_Cracker_1.0.zip">Download Pinball Cracker v1.0</a></p>
</div>
<div align="center">
<p class="download"><a href="http://download.neoegm.com/software/pinball-cracker/Pinball_Cracker_1.0_Source.zip">Pinball Cracker Source Code v1.0</a></p>
</div>
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="https://www.neoegm.com/tech/software/tools/game-cheating/3d-pinball-for-windows-space-cadet-cracker-how-to-modify-high-scores/" title="pinball 3d">pinball 3d</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/game-cheating/3d-pinball-for-windows-space-cadet-cracker-how-to-modify-high-scores/" title="pinball cheats">pinball cheats</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/game-cheating/3d-pinball-for-windows-space-cadet-cracker-how-to-modify-high-scores/" title="3D pinball">3D pinball</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/game-cheating/3d-pinball-for-windows-space-cadet-cracker-how-to-modify-high-scores/" title="pinball windows 95">pinball windows 95</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/game-cheating/3d-pinball-for-windows-space-cadet-cracker-how-to-modify-high-scores/" title="3D Pinball Cheats">3D Pinball Cheats</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/game-cheating/3d-pinball-for-windows-space-cadet-cracker-how-to-modify-high-scores/" title="pinball high scores">pinball high scores</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/game-cheating/3d-pinball-for-windows-space-cadet-cracker-how-to-modify-high-scores/" title="3D Pinball Space Cadet Cheats">3D Pinball Space Cadet Cheats</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/game-cheating/3d-pinball-for-windows-space-cadet-cracker-how-to-modify-high-scores/" title="3d pinball space cadet">3d pinball space cadet</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/game-cheating/3d-pinball-for-windows-space-cadet-cracker-how-to-modify-high-scores/" title="pinball cheat">pinball cheat</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/game-cheating/3d-pinball-for-windows-space-cadet-cracker-how-to-modify-high-scores/" title="windows 95 pinball">windows 95 pinball</a></li>
</ul>
<div class='yarpp-related-rss'>
<strong><p>Related posts:<ol>
<li><a href="https://www.neoegm.com/tech/software/tools/guitar-trainer/" rel="bookmark" title="Guitar Trainer">Guitar Trainer </a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/simple-string-class/" rel="bookmark" title="Simple C++ String Class">Simple C++ String Class </a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/office-document-property-resetter/" rel="bookmark" title="Office Document Property Resetter">Office Document Property Resetter </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>https://www.neoegm.com/tech/software/tools/game-cheating/3d-pinball-for-windows-space-cadet-cracker-how-to-modify-high-scores/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Office Document Property Resetter</title>
		<link>https://www.neoegm.com/tech/software/tools/office-document-property-resetter/</link>
		<comments>https://www.neoegm.com/tech/software/tools/office-document-property-resetter/#comments</comments>
		<pubDate>Mon, 10 Aug 2009 18:37:19 +0000</pubDate>
		<dc:creator><![CDATA[NeoEGM]]></dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Automation]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Cleanup]]></category>
		<category><![CDATA[Document]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Easy]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[GNU GPL]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[MS Excel]]></category>
		<category><![CDATA[MS Office]]></category>
		<category><![CDATA[MS Word]]></category>
		<category><![CDATA[OLE]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Property]]></category>
		<category><![CDATA[Reset]]></category>
		<category><![CDATA[Source Code]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.neoegm.com/?p=781</guid>
		<description><![CDATA[This is a tool I&#8217;ve made two years ago to solve a problem a friend of mine had. He had at his work a bunch of Word and Excel files created in different computers and wanted to cleanup their properties so they didn&#8217;t show the configured Author/Title/Subject/etc. tags. This would have been a simple problem [&#8230;]<div class='yarpp-related-rss'>
<strong>
Related posts:<ol>
<li><a href="https://www.neoegm.com/tech/software/excel-add-ins/excel-random-password-generator/" rel="bookmark" title="Excel random password generator">Excel random password generator </a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/wxwidgets/wx-control-de-asistencia/" rel="bookmark" title="Attendance Control (wxWidgets Version)">Attendance Control (wxWidgets Version) </a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/wxwidgets/celsius-to-fahrenheit/" rel="bookmark" title="Celsius to Fahrenheit">Celsius to Fahrenheit </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>This is a tool I&#8217;ve made two years ago to solve a problem <a href="http://www.fepe55.com.ar/blog/">a friend of mine</a> had. He had at his work a bunch of Word and Excel files created in different computers and wanted to cleanup their properties so they didn&#8217;t show the configured Author/Title/Subject/etc. tags.</p>
<p><a href="http://www.neoegm.com/wp-content/uploads/2009/08/Office_Document_Property_Resetter_DOC_Prop_1.png" rel="lightbox[781]"><img src="http://www.neoegm.com/wp-content/uploads/2009/08/Office_Document_Property_Resetter_DOC_Prop_1-218x300.png" alt="Office_Document_Property_Resetter_DOC_Prop_1" title="Office_Document_Property_Resetter_DOC_Prop_1" width="218" height="300" class="aligncenter size-medium wp-image-784" /></a></p>
<p>This would have been a simple problem to solve if there were a few files&#8230; They could be cleaned up manually&#8230;</p>
<p><a href="http://www.neoegm.com/wp-content/uploads/2009/08/Office_Document_Property_Resetter_Word_Menu.png" rel="lightbox[781]"><img src="http://www.neoegm.com/wp-content/uploads/2009/08/Office_Document_Property_Resetter_Word_Menu-286x300.png" alt="Office_Document_Property_Resetter_Word_Menu" title="Office_Document_Property_Resetter_Word_Menu" width="286" height="300" class="aligncenter size-medium wp-image-795" /></a></p>
<p><a href="http://www.neoegm.com/wp-content/uploads/2009/08/Office_Document_Property_Resetter_Word_Prop_1.png" rel="lightbox[781]"><img src="http://www.neoegm.com/wp-content/uploads/2009/08/Office_Document_Property_Resetter_Word_Prop_1-300x240.png" alt="Office_Document_Property_Resetter_Word_Prop_1" title="Office_Document_Property_Resetter_Word_Prop_1" width="300" height="240" class="aligncenter size-medium wp-image-796" /></a></p>
<p>But there were lots of them!</p>
<p>So&#8230; I made this tool <img src="https://www.neoegm.com/wp-includes/images/smilies/simple-smile.png" alt=":)" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p><img src="http://www.neoegm.com/wp-content/uploads/2009/08/Office_Document_Property_Resetter_Main.png" alt="Office_Document_Property_Resetter_Main" title="Office_Document_Property_Resetter_Main" width="459" height="196" class="aligncenter size-full wp-image-793" /></p>
<p><span id="more-781"></span></p>
<p>It&#8217;s very easy to use&#8230; You just choose the folder where the files are located (it recurses subdirectories) and press Start&#8230;</p>
<p><img src="http://www.neoegm.com/wp-content/uploads/2009/08/Office_Document_Property_Resetter_Start.png" alt="Office_Document_Property_Resetter_Start" title="Office_Document_Property_Resetter_Start" width="458" height="194" class="aligncenter size-full wp-image-794" /></p>
<p>You won&#8217;t be able to cancel it while working&#8230; So, if there are lots of files to process, it could take some time to complete&#8230; I recommend running it when you don&#8217;t need to use the computer for a while&#8230;</p>
<p><img src="http://www.neoegm.com/wp-content/uploads/2009/08/Office_Document_Property_Resetter_Working.png" alt="Office_Document_Property_Resetter_Working" title="Office_Document_Property_Resetter_Working" width="459" height="195" class="aligncenter size-full wp-image-798" /></p>
<p>Once finished, it will show you the summary of what it has done&#8230;</p>
<p><img src="http://www.neoegm.com/wp-content/uploads/2009/08/Office_Document_Property_Resetter_Finish.png" alt="Office_Document_Property_Resetter_Finish" title="Office_Document_Property_Resetter_Finish" width="459" height="194" class="aligncenter size-full wp-image-791" /></p>
<p>In this case there were only two files&#8230;</p>
<p><img src="http://www.neoegm.com/wp-content/uploads/2009/08/Office_Document_Property_Resetter_Folder.png" alt="Office_Document_Property_Resetter_Folder" title="Office_Document_Property_Resetter_Folder" width="481" height="436" class="aligncenter size-full wp-image-792" /></p>
<p>And that&#8217;s all&#8230; Everything will be cleaned up&#8230;</p>
<p><a href="http://www.neoegm.com/wp-content/uploads/2009/08/Office_Document_Property_Resetter_DOC_Prop_1b.png" rel="lightbox[781]"><img src="http://www.neoegm.com/wp-content/uploads/2009/08/Office_Document_Property_Resetter_DOC_Prop_1b-219x300.png" alt="Office_Document_Property_Resetter_DOC_Prop_1b" title="Office_Document_Property_Resetter_DOC_Prop_1b" width="219" height="300" class="aligncenter size-medium wp-image-785" /></a></p>
<p><a href="http://www.gnu.org/licenses/gpl-3.0.txt"><img src="http://www.neoegm.com/wp-content/uploads/2009/07/gplv3-127x511.png" alt="GNU GPL v3" title="GNU GPL v3" width="127" height="51" class="aligncenter size-full wp-image-251" /></a> <span class="aligncenter">Office Document Property Resetter is licensed under the <a href="http://www.gnu.org/licenses/gpl-3.0.txt">GNU GPL v3</a> (attached)&#8230;</span></p>
<p><img src="http://www.neoegm.com/wp-content/uploads/2009/08/Office_Document_Property_Resetter_About.png" alt="Office_Document_Property_Resetter_About" title="Office_Document_Property_Resetter_About" width="457" height="377" class="aligncenter size-full wp-image-783" /></p>
<p>It has been tested with <strong>Office 2003</strong> and <strong>Office 2007</strong>&#8230;</p>
<p>Now, finally, the download links&#8230;</p>
<div align="center">
<p class="download"><a href="http://download.neoegm.com/software/office-document-property-resetter/Office_Document_Property_Resetter_1.0.zip">Office Document Property Resetter v1.0</a></p>
</div>
<div align="center">
<p class="download"><a href="http://download.neoegm.com/software/office-document-property-resetter/Office_Document_Property_Resetter_1.0_Source.zip">Download v1.0 Source Code</a></p>
</div>
<p>To recompile from the source code, you&#8217;ll have to copy the following files to the &#8220;<em>Office Document Property Resetter\Office 2003</em>&#8221; folder:</p>
<ul>
<li>C:\Program Files\Common Files\Microsoft Shared\Office11\MSO.DLL</li>
<li>C:\Program Files\Common Files\Microsoft Shared\VBA\VBA6\VBE6EXT.OLB</li>
<li>C:\Program Files\Microsoft Office\Office11\MSWord.olb</li>
<li>C:\Program Files\Microsoft Office\Office11\excel.exe</li>
</ul>
<p>Those paths are from an Office 2003 installation&#8230; I recommend using those files instead of the ones from an Office 2007 (or later) installation since the latter would make the program unusable on computers having the earlier version.</p>
<p>Instead of copying the files, you could locate the following piece of code in the file &#8220;<em>Office Document Property ResetterDlg.h</em>&#8220;:</p>
<pre class="brush: cpp; collapse: true; first-line: 36; light: false; title: ; toolbar: true; notranslate">
//#import &quot;C:\Program Files\Common Files\Microsoft Shared\Office11\MSO.DLL&quot;
#import &quot;Office 2003\MSO.DLL&quot; \
	no_namespace \
	rename(&quot;SearchPath&quot;, &quot;SearchPathMSO&quot;) \
	rename(&quot;RGB&quot;, &quot;RGBMSO&quot;)

//#import &quot;C:\Program Files\Common Files\Microsoft Shared\VBA\VBA6\VBE6EXT.OLB&quot;
#import &quot;Office 2003\VBE6EXT.OLB&quot; \
	no_namespace

//#import &quot;C:\Program Files\Microsoft Office\Office11\MSWord.olb&quot;
#import &quot;Office 2003\MSWord.olb&quot; \
	rename(&quot;FindText&quot;,&quot;FindTextWord&quot;)  \
	rename(&quot;ReplaceText&quot;,&quot;ReplaceTextWord&quot;)  \
	rename(&quot;ExitWindows&quot;,&quot;ExitWindowsWord&quot;)  \
	rename(&quot;RGB&quot;,&quot;RGBWord&quot;)  \
	no_dual_interfaces

//#import &quot;C:\Program Files\Microsoft Office\Office11\excel.exe&quot;
#import &quot;Office 2003\excel.exe&quot; \
	exclude(&quot;IFont&quot;)	\
	exclude(&quot;IPicture&quot;)	\
	rename(&quot;ReplaceText&quot;,&quot;ReplaceTextXLS&quot;)  \
	rename(&quot;RGB&quot;,&quot;RGBXLS&quot;)  \
	rename(&quot;DialogBox&quot;,&quot;DialogBoxXLS&quot;)  \
	rename(&quot;CopyFile&quot;,&quot;CopyFileXLS&quot;)  \
	no_dual_interfaces
</pre>
<p>And replace it with (notice the addition of the trailing slash):</p>
<pre class="brush: cpp; collapse: true; first-line: 36; light: false; title: ; toolbar: true; notranslate">
#import &quot;C:\Program Files\Common Files\Microsoft Shared\Office11\MSO.DLL&quot; \
	no_namespace \
	rename(&quot;SearchPath&quot;, &quot;SearchPathMSO&quot;) \
	rename(&quot;RGB&quot;, &quot;RGBMSO&quot;)

#import &quot;C:\Program Files\Common Files\Microsoft Shared\VBA\VBA6\VBE6EXT.OLB&quot; \
	no_namespace

#import &quot;C:\Program Files\Microsoft Office\Office11\MSWord.olb&quot; \
	rename(&quot;FindText&quot;,&quot;FindTextWord&quot;)  \
	rename(&quot;ReplaceText&quot;,&quot;ReplaceTextWord&quot;)  \
	rename(&quot;ExitWindows&quot;,&quot;ExitWindowsWord&quot;)  \
	rename(&quot;RGB&quot;,&quot;RGBWord&quot;)  \
	no_dual_interfaces

#import &quot;C:\Program Files\Microsoft Office\Office11\excel.exe&quot; \
	exclude(&quot;IFont&quot;)	\
	exclude(&quot;IPicture&quot;)	\
	rename(&quot;ReplaceText&quot;,&quot;ReplaceTextXLS&quot;)  \
	rename(&quot;RGB&quot;,&quot;RGBXLS&quot;)  \
	rename(&quot;DialogBox&quot;,&quot;DialogBoxXLS&quot;)  \
	rename(&quot;CopyFile&quot;,&quot;CopyFileXLS&quot;)  \
	no_dual_interfaces
</pre>
<p>That will make the compiler look for the files at their actual location&#8230; (Do not forget to update the paths if you have installed Office in a different path)</p>
<p>That&#8217;s all&#8230; Enjoy it!<br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="https://www.neoegm.com/tech/software/tools/office-document-property-resetter/" title="document property">document property</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/office-document-property-resetter/" title="VBE6EXT OLB">VBE6EXT OLB</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/office-document-property-resetter/" title="mensajes de texto">mensajes de texto</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/office-document-property-resetter/" title="propiedades de office">propiedades de office</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/office-document-property-resetter/" title="descargar msword olb">descargar msword olb</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/office-document-property-resetter/" title="descargar archivo VBE6EXT OLB">descargar archivo VBE6EXT OLB</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/office-document-property-resetter/" title="vb6ext olb download">vb6ext olb download</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/office-document-property-resetter/" title="descargar vb6ext olb">descargar vb6ext olb</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/office-document-property-resetter/" title="VB6EXT OLB">VB6EXT OLB</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/office-document-property-resetter/" title="document">document</a></li>
</ul>
<div class='yarpp-related-rss'>
<strong><p>Related posts:<ol>
<li><a href="https://www.neoegm.com/tech/software/excel-add-ins/excel-random-password-generator/" rel="bookmark" title="Excel random password generator">Excel random password generator </a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/wxwidgets/wx-control-de-asistencia/" rel="bookmark" title="Attendance Control (wxWidgets Version)">Attendance Control (wxWidgets Version) </a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/wxwidgets/celsius-to-fahrenheit/" rel="bookmark" title="Celsius to Fahrenheit">Celsius to Fahrenheit </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>https://www.neoegm.com/tech/software/tools/office-document-property-resetter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prevent Windows Update from restarting the computer</title>
		<link>https://www.neoegm.com/tech/windows-tech/prevent-windows-update-from-restarting-the-computer/</link>
		<comments>https://www.neoegm.com/tech/windows-tech/prevent-windows-update-from-restarting-the-computer/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 21:00:34 +0000</pubDate>
		<dc:creator><![CDATA[NeoEGM]]></dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Annoying]]></category>
		<category><![CDATA[Message]]></category>
		<category><![CDATA[Restart]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Windows Update]]></category>

		<guid isPermaLink="false">http://www.neoegm.com/?p=582</guid>
		<description><![CDATA[You&#8217;re working&#8230; Windows tells you there are updates to be installed and you innocently say yes&#8230; After some minutes you get the infamous message: It doesn&#8217;t matter if you press &#8220;Restart Later&#8221;, it will reappear in some minutes to check if you changed your mind&#8230; If you didn&#8217;t leave it running on the background, this [&#8230;]<div class='yarpp-related-rss'>
<strong>
Related posts:<ol>
<li><a href="https://www.neoegm.com/tech/software/tools/game-cheating/3d-pinball-for-windows-space-cadet-cracker-how-to-modify-high-scores/" rel="bookmark" title="3D Pinball for Windows (Space Cadet) Cracker &#8211; How To Modify High Scores">3D Pinball for Windows (Space Cadet) Cracker &#8211; How To Modify High Scores </a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/wake-on-lan/" rel="bookmark" title="Wake On LAN (Remotely power on a computer)">Wake On LAN (Remotely power on a computer) </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>You&#8217;re working&#8230; Windows tells you there are updates to be installed and you innocently say yes&#8230;</p>
<p><img src="http://www.neoegm.com/wp-content/uploads/2009/08/WindowsUpdate_Installing.png" alt="WindowsUpdate_Installing" title="WindowsUpdate_Installing" width="412" height="139" class="aligncenter size-full wp-image-620" /></p>
<p>After some minutes you get the infamous message:</p>
<p><img src="http://www.neoegm.com/wp-content/uploads/2009/07/WindowsUpdate_Restart.png" alt="Updating your computer is almost complete. You must restart your computer for the updates to take effect. Do you want to restart your computer now? Restart Now. Restart Later." title="Updating your computer is almost complete. You must restart your computer for the updates to take effect. Do you want to restart your computer now? Restart Now. Restart Later." width="446" height="158" class="aligncenter size-full wp-image-603" /></p>
<p>It doesn&#8217;t matter if you press &#8220;Restart Later&#8221;, it will reappear in some minutes to check if you changed your mind&#8230;</p>
<p><span id="more-582"></span></p>
<p>If you didn&#8217;t leave it running on the background, this would be the message:</p>
<p><a href="http://www.neoegm.com/wp-content/uploads/2009/08/WindowsUpdate_Complete.png" rel="lightbox[582]"><img src="http://www.neoegm.com/wp-content/uploads/2009/08/WindowsUpdate_Complete-300x216.png" alt="WindowsUpdate_Complete" title="WindowsUpdate_Complete" width="300" height="216" class="aligncenter size-medium wp-image-619" /></a></p>
<p>It&#8217;s all the same&#8230;</p>
<p>The solution is very simple, you just have to run the command &#8220;<strong>net stop wuauserv</strong>&#8221; from Start->Run or from a console. This will shutdown the Windows Update service &#8217;till the next time the computer starts&#8230;</p>

<pre class="console">C:\>net stop wuauserv
The Automatic Updates service is stopping.
The Automatic Updates service was stopped successfully.

</pre>
<p>This is also useful if you want to get rid of the shield icon which tells you there are updates to be installed&#8230;</p>
<p><img src="http://www.neoegm.com/wp-content/uploads/2009/08/WindowsUpdate_Ready.png" alt="WindowsUpdate_Ready" title="WindowsUpdate_Ready" width="381" height="110" class="aligncenter size-full wp-image-621" /></p>
<p>If, for whatever reason (I don&#8217;t dare to ask), you want to re-start the Windows Update service in the current session, you can run &#8220;<strong>net start wuauserv</strong>&#8220;&#8230;</p>

<pre class="console">C:\>net start wuauserv
The Automatic Updates service is starting.
The Automatic Updates service was started successfully.

</pre>
<p>I hope this gives you some peace&#8230;</p>
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="https://www.neoegm.com/tech/windows-tech/prevent-windows-update-from-restarting-the-computer/" title="windows update icon">windows update icon</a></li>
<li><a href="https://www.neoegm.com/tech/windows-tech/prevent-windows-update-from-restarting-the-computer/" title="windows update">windows update</a></li>
<li><a href="https://www.neoegm.com/tech/windows-tech/prevent-windows-update-from-restarting-the-computer/" title="windows update shield">windows update shield</a></li>
<li><a href="https://www.neoegm.com/tech/windows-tech/prevent-windows-update-from-restarting-the-computer/" title="windows updates icon">windows updates icon</a></li>
<li><a href="https://www.neoegm.com/tech/windows-tech/prevent-windows-update-from-restarting-the-computer/" title="windows update reiniciar evitar">windows update reiniciar evitar</a></li>
<li><a href="https://www.neoegm.com/tech/windows-tech/prevent-windows-update-from-restarting-the-computer/" title="windows update symbol">windows update symbol</a></li>
<li><a href="https://www.neoegm.com/tech/windows-tech/prevent-windows-update-from-restarting-the-computer/" title="wuauserv waking computer">wuauserv waking computer</a></li>
<li><a href="https://www.neoegm.com/tech/windows-tech/prevent-windows-update-from-restarting-the-computer/" title="updating your computer is almost complete">updating your computer is almost complete</a></li>
<li><a href="https://www.neoegm.com/tech/windows-tech/prevent-windows-update-from-restarting-the-computer/" title="windows update complete">windows update complete</a></li>
<li><a href="https://www.neoegm.com/tech/windows-tech/prevent-windows-update-from-restarting-the-computer/" title="windows updates shield">windows updates shield</a></li>
</ul>
<div class='yarpp-related-rss'>
<strong><p>Related posts:<ol>
<li><a href="https://www.neoegm.com/tech/software/tools/game-cheating/3d-pinball-for-windows-space-cadet-cracker-how-to-modify-high-scores/" rel="bookmark" title="3D Pinball for Windows (Space Cadet) Cracker &#8211; How To Modify High Scores">3D Pinball for Windows (Space Cadet) Cracker &#8211; How To Modify High Scores </a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/wake-on-lan/" rel="bookmark" title="Wake On LAN (Remotely power on a computer)">Wake On LAN (Remotely power on a computer) </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>https://www.neoegm.com/tech/windows-tech/prevent-windows-update-from-restarting-the-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Attendance Control (wxWidgets Version)</title>
		<link>https://www.neoegm.com/tech/programming/c-cpp/wxwidgets/wx-control-de-asistencia/</link>
		<comments>https://www.neoegm.com/tech/programming/c-cpp/wxwidgets/wx-control-de-asistencia/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 21:00:25 +0000</pubDate>
		<dc:creator><![CDATA[NeoEGM]]></dc:creator>
				<category><![CDATA[wxWidgets]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Exercise]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[GNU GPL]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Portable]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Source Code]]></category>
		<category><![CDATA[Teaching]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[wxDev]]></category>

		<guid isPermaLink="false">http://www.neoegm.com/?p=479</guid>
		<description><![CDATA[wxAttendanceControl is a GUI version of Attendance Control. It&#8217;s been prepared as a further introduction exercise to the wxWidgets GUI (Graphical User Interface) usage (the basic introduction exercise was the Celsius to Fahrenheit application). For the complete exercise explanation please visit the original Attendance Control exercise. Since the code of the console project was written [&#8230;]<div class='yarpp-related-rss'>
<strong>
Related posts:<ol>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/control-de-asistencia/" rel="bookmark" title="Attendance Control">Attendance Control </a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/wxwidgets/celsius-to-fahrenheit/" rel="bookmark" title="Celsius to Fahrenheit">Celsius to Fahrenheit </a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/office-document-property-resetter/" rel="bookmark" title="Office Document Property Resetter">Office Document Property Resetter </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>wxAttendanceControl is a GUI version of <a href="http://www.neoegm.com/tech/programming/c-cpp/control-de-asistencia/">Attendance Control</a>.</p>
<p>It&#8217;s been prepared as a further introduction exercise to the <a href="http://www.wxwidgets.org/">wxWidgets</a> GUI (Graphical User Interface) usage (the basic introduction exercise was the <a href="http://www.neoegm.com/tech/programming/c-cpp/wxwidgets/celsius-to-fahrenheit/">Celsius to Fahrenheit</a> application).</p>
<p>For the complete exercise explanation please visit the <a href="http://www.neoegm.com/tech/programming/c-cpp/control-de-asistencia/">original Attendance Control exercise</a>.</p>
<p><a href="http://www.neoegm.com/wp-content/uploads/2009/07/wxControlAsistencia1.png" rel="lightbox[479]"><img src="http://www.neoegm.com/wp-content/uploads/2009/07/wxControlAsistencia1-300x225.png" alt="wxControlAsistencia1" title="wxControlAsistencia1" width="300" height="225" class="aligncenter size-medium wp-image-506" /></a></p>
<p><span id="more-479"></span></p>
<p>Since the code of the console project was written trying to make it encapsulated and portable, we re-utilized as most of the files that we could. For a detailed description of the files utilized, look at the &#8220;Files.xls&#8221; file on the source code package.</p>
<p>What&#8217;s next will be a very similar overview to the original one, but with the wxWidgets Version screens.</p>
<p>When you first start the program, you can only log in as admin (-1234:prueba)&#8230;</p>
<p><a href="http://www.neoegm.com/wp-content/uploads/2009/07/wxControlAsistencia2.png" rel="lightbox[479]"><img src="http://www.neoegm.com/wp-content/uploads/2009/07/wxControlAsistencia2-300x225.png" alt="wxControlAsistencia2" title="wxControlAsistencia2" width="300" height="225" class="aligncenter size-medium wp-image-507" /></a></p>
<p>Then, you&#8217;ll get to the administration menu:</p>
<p><a href="http://www.neoegm.com/wp-content/uploads/2009/07/wxControlAsistencia3.png" rel="lightbox[479]"><img src="http://www.neoegm.com/wp-content/uploads/2009/07/wxControlAsistencia3-300x225.png" alt="wxControlAsistencia3" title="wxControlAsistencia3" width="300" height="225" class="aligncenter size-medium wp-image-508" /></a></p>
<p>The next step should be registering the different users using the first option:</p>
<p><a href="http://www.neoegm.com/wp-content/uploads/2009/07/wxControlAsistencia4.png" rel="lightbox[479]"><img src="http://www.neoegm.com/wp-content/uploads/2009/07/wxControlAsistencia4-300x225.png" alt="wxControlAsistencia4" title="wxControlAsistencia4" width="300" height="225" class="aligncenter size-medium wp-image-509" /></a></p>
<p>After that, they&#8217;ll be able to sign in themselves:</p>
<p><a href="http://www.neoegm.com/wp-content/uploads/2009/07/wxControlAsistencia5.png" rel="lightbox[479]"><img src="http://www.neoegm.com/wp-content/uploads/2009/07/wxControlAsistencia5-300x225.png" alt="wxControlAsistencia5" title="wxControlAsistencia5" width="300" height="225" class="aligncenter size-medium wp-image-510" /></a></p>
<p>So they&#8217;ll get into the attendance screen to record their actions:</p>
<p><a href="http://www.neoegm.com/wp-content/uploads/2009/07/wxControlAsistencia6.png" rel="lightbox[479]"><img src="http://www.neoegm.com/wp-content/uploads/2009/07/wxControlAsistencia6-300x225.png" alt="wxControlAsistencia6" title="wxControlAsistencia6" width="300" height="225" class="aligncenter size-medium wp-image-511" /></a></p>
<p>Each of them &#8217;till they go back to home&#8230;</p>
<p><a href="http://www.neoegm.com/wp-content/uploads/2009/07/wxControlAsistencia7.png" rel="lightbox[479]"><img src="http://www.neoegm.com/wp-content/uploads/2009/07/wxControlAsistencia7-300x225.png" alt="wxControlAsistencia7" title="wxControlAsistencia7" width="300" height="225" class="aligncenter size-medium wp-image-512" /></a></p>
<p>When any administrator wants to watch the full listing of users and actions, he simply logs in and goes to the second button of the administration menu:</p>
<p><a href="http://www.neoegm.com/wp-content/uploads/2009/07/wxControlAsistencia8.png" rel="lightbox[479]"><img src="http://www.neoegm.com/wp-content/uploads/2009/07/wxControlAsistencia8-300x225.png" alt="wxControlAsistencia8" title="wxControlAsistencia8" width="300" height="225" class="aligncenter size-medium wp-image-513" /></a></p>
<p>It&#8217;s simply the same text that appeared on the console version. But, now you have a second option (third button):</p>
<p><a href="http://www.neoegm.com/wp-content/uploads/2009/07/wxControlAsistencia9.png" rel="lightbox[479]"><img src="http://www.neoegm.com/wp-content/uploads/2009/07/wxControlAsistencia9-300x225.png" alt="wxControlAsistencia9" title="wxControlAsistencia9" width="300" height="225" class="aligncenter size-medium wp-image-514" /></a></p>
<p>If he wants, he can save that information to a file by using, instead, the fourth button:</p>
<p><a href="http://www.neoegm.com/wp-content/uploads/2009/07/wxControlAsistencia10.png" rel="lightbox[479]"><img src="http://www.neoegm.com/wp-content/uploads/2009/07/wxControlAsistencia10-300x225.png" alt="wxControlAsistencia10" title="wxControlAsistencia10" width="300" height="225" class="aligncenter size-medium wp-image-515" /></a></p>
<p>Or the fifth:</p>
<p><a href="http://www.neoegm.com/wp-content/uploads/2009/07/wxControlAsistencia11.png" rel="lightbox[479]"><img src="http://www.neoegm.com/wp-content/uploads/2009/07/wxControlAsistencia11-300x225.png" alt="wxControlAsistencia11" title="wxControlAsistencia11" width="300" height="225" class="aligncenter size-medium wp-image-516" /></a></p>
<p>Finally, he can close the program by going to the sixth button (losing all the data)&#8230;</p>
<p><a href="http://www.neoegm.com/wp-content/uploads/2009/07/wxControlAsistencia12.png" rel="lightbox[479]"><img src="http://www.neoegm.com/wp-content/uploads/2009/07/wxControlAsistencia12-300x225.png" alt="wxControlAsistencia12" title="wxControlAsistencia12" width="300" height="225" class="aligncenter size-medium wp-image-505" /></a></p>
<p>That&#8217;s all&#8230;</p>
<p>Now, like I&#8217;ve done before, I&#8217;ll leave the links.</p>
<p>The code should be portable, but I&#8217;ve only tried it on Windows.</p>
<p>It&#8217;s been developed, compiled and tested using <a href="http://wxdsgn.sourceforge.net/">wxDev-C++</a> for Windows with the <a href="http://www.mingw.org/">MinGW compiler</a> (included in the bundle).</p>
<p><a href="http://www.gnu.org/licenses/gpl-3.0.txt"><img src="http://www.neoegm.com/wp-content/uploads/2009/07/gplv3-127x511.png" alt="GNU GPL v3" title="GNU GPL v3" width="127" height="51" class="aligncenter size-full wp-image-251" /></a> <span class="aligncenter">wxControlAsistencia is licensed under the <a href="http://www.gnu.org/licenses/gpl-3.0.txt">GNU GPL v3</a> (attached)&#8230;</span></p>
<div align="center">
<p class="download"><a href="http://download.neoegm.com/software/wx-control-asistencia/wxControlAsistencia_1.01.zip">Download wxControlAsistencia v1.01</a></p>
</div>
<div align="center">
<p class="download"><a href="http://download.neoegm.com/software/wx-control-asistencia/wxControlAsistencia_1.01_Source.zip">Download v1.01 Source Code</a></p>
</div>
<p><strong>Update:</strong> minor bug in String.cpp fixed => version 1.01<br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/wxwidgets/wx-control-de-asistencia/" title="codigo fuente control de asistencia">codigo fuente control de asistencia</a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/wxwidgets/wx-control-de-asistencia/" title="codigo fuente sistema asistencia">codigo fuente sistema asistencia</a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/wxwidgets/wx-control-de-asistencia/" title="wxwidgets gui">wxwidgets gui</a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/wxwidgets/wx-control-de-asistencia/" title="control de asistencias de alumnos">control de asistencias de alumnos</a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/wxwidgets/wx-control-de-asistencia/" title="control de asistencia codigo fuente">control de asistencia codigo fuente</a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/wxwidgets/wx-control-de-asistencia/" title="codigo fuente de control de asistencia">codigo fuente de control de asistencia</a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/wxwidgets/wx-control-de-asistencia/" title="CODIGO FUENTE CONTROL DE PERSONAL">CODIGO FUENTE CONTROL DE PERSONAL</a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/wxwidgets/wx-control-de-asistencia/" title="control asistencia">control asistencia</a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/wxwidgets/wx-control-de-asistencia/" title="wxControlAsistencia">wxControlAsistencia</a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/wxwidgets/wx-control-de-asistencia/" title="codigo fuente de control de personal">codigo fuente de control de personal</a></li>
</ul>
<div class='yarpp-related-rss'>
<strong><p>Related posts:<ol>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/control-de-asistencia/" rel="bookmark" title="Attendance Control">Attendance Control </a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/wxwidgets/celsius-to-fahrenheit/" rel="bookmark" title="Celsius to Fahrenheit">Celsius to Fahrenheit </a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/office-document-property-resetter/" rel="bookmark" title="Office Document Property Resetter">Office Document Property Resetter </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>https://www.neoegm.com/tech/programming/c-cpp/wxwidgets/wx-control-de-asistencia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Celsius to Fahrenheit</title>
		<link>https://www.neoegm.com/tech/programming/c-cpp/wxwidgets/celsius-to-fahrenheit/</link>
		<comments>https://www.neoegm.com/tech/programming/c-cpp/wxwidgets/celsius-to-fahrenheit/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 22:00:33 +0000</pubDate>
		<dc:creator><![CDATA[NeoEGM]]></dc:creator>
				<category><![CDATA[wxWidgets]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Celsius]]></category>
		<category><![CDATA[Convert]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Easy]]></category>
		<category><![CDATA[Fahrenheit]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[GNU GPL]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MinGW]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Portable]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Source Code]]></category>
		<category><![CDATA[Teaching]]></category>
		<category><![CDATA[Temperature]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[wxDev]]></category>

		<guid isPermaLink="false">http://www.neoegm.com/?p=474</guid>
		<description><![CDATA[This is a very tiny and simple application I’ve written to teach the basic usage of wxWidgets as an introduction to GUI (Graphical User Interfaces).

Its purpose is just what it’s name says: converting from celsius degrees to fahrenheit degrees (and sideways).<div class='yarpp-related-rss'>
<strong>
Related posts:<ol>
<li><a href="https://www.neoegm.com/tech/online-tools/convert-celsius-to-fahrenheit-online/" rel="bookmark" title="Convert Celsius to Fahrenheit Online">Convert Celsius to Fahrenheit Online </a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/wxwidgets/wx-control-de-asistencia/" rel="bookmark" title="Attendance Control (wxWidgets Version)">Attendance Control (wxWidgets Version) </a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/control-de-asistencia/" rel="bookmark" title="Attendance Control">Attendance Control </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>If you just want to convert temperatures by using a website, you should visit the <a href="http://www.neoegm.com/tech/online-tools/convert-celsius-to-fahrenheit-online/">online celsius to fahrenheit conversion tool</a>. Otherwise, keep reading&#8230;</p>
<p>This is a very tiny and simple application I&#8217;ve written to teach the basic usage of <a href="http://www.wxwidgets.org/" target="_blank">wxWidgets</a> as an introduction to GUI (Graphical User Interfaces).</p>
<p>Its purpose is just what it&#8217;s name says: converting from celsius degrees to fahrenheit degrees (and sideways).</p>
<p><img src="http://www.neoegm.com/wp-content/uploads/2009/07/CelsiusAFahrenheit.png" alt="CelsiusAFahrenheit" title="CelsiusAFahrenheit" width="374" height="229" class="aligncenter size-full wp-image-481" /></p>
<p><span id="more-474"></span></p>
<p>These are the two formulas needed to make the program (in fact one is derived from the other, but for the sake of simplicity, I&#8217;m leaving both):</p>
<pre class="brush: plain; light: true; title: ; notranslate">
Tcelsius = (5/9) * (Tfahrenheit - 32)
Tfahrenheit = (9/5) * Tcelsius + 32
</pre>
<p>It&#8217;s been developed, compiled and tested using <a href="http://wxdsgn.sourceforge.net/">wxDev-C++</a> for Windows with the <a href="http://www.mingw.org/">MinGW compiler</a> (included in the bundle).</p>
<p>The code should be <strong>portable</strong>, but I haven&#8217;t tested it myself on other platforms.</p>
<p><a href="http://www.gnu.org/licenses/gpl-3.0.txt"><img src="http://www.neoegm.com/wp-content/uploads/2009/07/gplv3-127x511.png" alt="GNU GPL v3" title="GNU GPL v3" width="127" height="51" class="aligncenter size-full wp-image-251" /></a> <span class="aligncenter">CelsiusAFahrenheit is licensed under the <a href="http://www.gnu.org/licenses/gpl-3.0.txt">GNU GPL v3</a> (attached)&#8230;</span></p>
<div align="center">
<p class="download"><a href="http://download.neoegm.com/software/celsius-to-fahrenheit/CelsiusAFahrenheit_1.0.zip">Download CelsiusAFahrenheit v1.0</a></p>
</div>
<div align="center">
<p class="download"><a href="http://download.neoegm.com/software/celsius-to-fahrenheit/CelsiusAFahrenheit_1.0_Source.zip">Download v1.0 Source Code</a></p>
</div>
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/wxwidgets/celsius-to-fahrenheit/" title="convertir grados fahrenheit a centigrados">convertir grados fahrenheit a centigrados</a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/wxwidgets/celsius-to-fahrenheit/" title="grados celsius a farenheit">grados celsius a farenheit</a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/wxwidgets/celsius-to-fahrenheit/" title="convertir grados farenheit a centigrados">convertir grados farenheit a centigrados</a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/wxwidgets/celsius-to-fahrenheit/" title="convertir centigrados a farenheit">convertir centigrados a farenheit</a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/wxwidgets/celsius-to-fahrenheit/" title="grados farenheit a celsius">grados farenheit a celsius</a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/wxwidgets/celsius-to-fahrenheit/" title="convertir celsius a farenheit">convertir celsius a farenheit</a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/wxwidgets/celsius-to-fahrenheit/" title="convertir de fahrenheit a celsius">convertir de fahrenheit a celsius</a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/wxwidgets/celsius-to-fahrenheit/" title="convertir grados centigrados a farenheit en java">convertir grados centigrados a farenheit en java</a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/wxwidgets/celsius-to-fahrenheit/" title="convertir grados farenheit a celsius">convertir grados farenheit a celsius</a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/wxwidgets/celsius-to-fahrenheit/" title="como convertir grados farenheit a centigrados">como convertir grados farenheit a centigrados</a></li>
</ul>
<div class='yarpp-related-rss'>
<strong><p>Related posts:<ol>
<li><a href="https://www.neoegm.com/tech/online-tools/convert-celsius-to-fahrenheit-online/" rel="bookmark" title="Convert Celsius to Fahrenheit Online">Convert Celsius to Fahrenheit Online </a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/wxwidgets/wx-control-de-asistencia/" rel="bookmark" title="Attendance Control (wxWidgets Version)">Attendance Control (wxWidgets Version) </a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/control-de-asistencia/" rel="bookmark" title="Attendance Control">Attendance Control </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>https://www.neoegm.com/tech/programming/c-cpp/wxwidgets/celsius-to-fahrenheit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Attendance Control</title>
		<link>https://www.neoegm.com/tech/programming/c-cpp/control-de-asistencia/</link>
		<comments>https://www.neoegm.com/tech/programming/c-cpp/control-de-asistencia/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 21:00:42 +0000</pubDate>
		<dc:creator><![CDATA[NeoEGM]]></dc:creator>
				<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Attendance]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Console]]></category>
		<category><![CDATA[Control]]></category>
		<category><![CDATA[DOS]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Exercise]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[GNU GPL]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Portable]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Source Code]]></category>
		<category><![CDATA[Teaching]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[wxDev]]></category>

		<guid isPermaLink="false">http://www.neoegm.com/?p=476</guid>
		<description><![CDATA[&#8220;Attendance Control&#8221; is a console application made as an exercise to integrate the different C++ concepts taught in class up to the middle of the year. The main objective is to be able to develop a employee attendance control which records the times (and justifications, if corresponding) of each time the employees arrive, go to [&#8230;]<div class='yarpp-related-rss'>
<strong>
Related posts:<ol>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/wxwidgets/wx-control-de-asistencia/" rel="bookmark" title="Attendance Control (wxWidgets Version)">Attendance Control (wxWidgets Version) </a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/simple-list-class/" rel="bookmark" title="Simple C++ List Class">Simple C++ List Class </a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/simple-string-class/" rel="bookmark" title="Simple C++ String Class">Simple C++ String Class </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>&#8220;Attendance Control&#8221; is a console application made as an <strong>exercise</strong> to integrate the different C++ concepts taught in class up to the middle of the year.</p>
<p>The main objective is to be able to develop a employee attendance control which records the times (and justifications, if corresponding) of each time the employees arrive, go to lunch, return from lunch and go back to home.</p>

<pre class="console">Sistema de control de asistencia de personal
--------------------------------------------

DNI:

</pre>
<p><span id="more-476"></span></p>
<p>The complete wording says:</p>
<blockquote><p>
Develop an employee attendance control system (for later verification of absences and late arrivals with their corresponding justifications) and its managemente private part (user registration and gathered data visualization).</p>
<p>The main screen must staywaiting for ID <strong>[DNI]</strong> and password.</p>
<p>There must be a preset admin user with <strong>DNI</strong> = -1234 and Password = prueba.</p>
<p>In case of being an administrator user, you&#8217;ll be able to access the management part, with the following options:</p>
<p>	1- Alta de usuario <em>[New user]</em><br />
	2- Lista de usuarios (datos adquiridos) <em>[User list (gathered data)]</em><br />
	3- Salida a archivo <em>[Output to file]</em><br />
	4- Cerrar la aplicación <em>[Close the application]</em><br />
	0- Volver a la pantalla principal <em>[Back to the main screen]</em></p>
<p>Otherwise, it will be asked which kind of action are you about to do (Arrival <strong>[Ingreso]</strong>, return to home <strong>[Salida]</strong>, lunch <strong>[Salida a almuerzo]</strong> or return from lunch <strong>[Retorno de almuerzo]</strong>) and its justification in case it corresponds, and they will be recorded along with the current time in a &#8220;Events&#8221; record of the corresponding user.</p>
<p>The user required data is:<br />
	DNI <em>[ID]</em><br />
	Nombre completo <em>[Full name]</em><br />
	Contraseña <em>[Password]</em><br />
	Si es administrador <em>[Whether it is administrator]</em><br />
	Eventos relacionados <em>[Related events]</em></p>
<p>It&#8217;s desired to use as a base the class &#8220;PersonaBasica&#8221; <em>[Basic person]</em> which has already been developed by the IT department, whose header file &#8220;PersonaBasica.h&#8221; is attached below:</p>
<pre class="brush: cpp; title: ; notranslate">
#include &quot;String.h&quot;
#include &lt;iostream&gt;

class PersonaBasica
{
	String m_sNombreCompleto;
	long m_nDNI;

public:
	//Construcción
	PersonaBasica() { m_nDNI = 0; }

	//Encapsulaciones
	long DNI() const { return m_nDNI; }
	void DNI(long val) { m_nDNI = val; }

	String NombreCompleto() const { return m_sNombreCompleto; }
	void NombreCompleto(String val) { m_sNombreCompleto = val; }
};

std::ostream&amp; operator&lt;&lt;(std::ostream&amp; oStream, PersonaBasica&amp; rpPersonaBasica);
</pre>
<p>Note: the lengths of the data to be registered is completely unknown and rumors are circulating that the users are used to write pretty elaborate justifications.
</p></blockquote>
<p>When you first start the program, you can only log in as admin (-1234:prueba)&#8230;</p>

<pre class="console">Sistema de control de asistencia de personal
--------------------------------------------

DNI: -1234
Contraseña: prueba
Usuario "Administrador" reconocido.

Presione una tecla para continuar...

</pre>
<p>Then, you&#8217;ll get to the administration menu:</p>

<pre class="console">Sistema de control de asistencia de personal (ADMNISTRACION)
------------------------------------------------------------

1- Alta de usuario
2- Lista de usuarios (datos adquiridos)
3- Salida a archivo
4- Cerrar la aplicación
0- Volver a la pantalla principal

Ingrese la opción deseada:

</pre>
<p>The next step should be registering the different users using the first option:</p>

<pre class="console">Sistema de control de asistencia de personal (Alta de usuario)
--------------------------------------------------------------

DNI: 12345678
Nombre completo: Pedro Gutierrez
Password: 123bbb
Administrador [1 = Sí/0 = No]: 0

Persona agregada satisfatoriamente.

Presione una tecla para continuar...

</pre>
<p>After that, they&#8217;ll be able to sign in themselves:</p>

<pre class="console">Sistema de control de asistencia de personal
--------------------------------------------

DNI: 12345678
Contraseña: 123bbb
Usuario "Pedro Gutierrez" reconocido.

Presione una tecla para continuar...

</pre>
<p>So they&#8217;ll get into the attendance screen to record their actions:</p>

<pre class="console">Asistencia de "Pedro Gutierrez"
-------------------------------

Tipo de asistencia:
        1- Ingreso
        2- Salida
        3- Salida a almorzar
        4- Vuelta de almorzar
Selección: 1

Justificación (si corresponde): Llegué tarde porque había
corte de calles.

Evento agregado satisfactoriamente.

Presione una tecla para continuar...

</pre>
<p>Each of them &#8217;till they go back to home&#8230;</p>

<pre class="console">Asistencia de "Pedro Gutierrez"
-------------------------------

Tipo de asistencia:
        1- Ingreso
        2- Salida
        3- Salida a almorzar
        4- Vuelta de almorzar
Selección: 2

Justificación (si corresponde): Me voy más temprano porque
tengo que llevar a mi hijo al médico.

Evento agregado satisfactoriamente.

Presione una tecla para continuar...

</pre>
<p>When any administrator wants to watch the full listing of users and actions, he simply logs in and goes to the second option of the administration menu:</p>

<pre class="console">Sistema de control de asistencia de personal (Lista de
usuarios)
------------------------------------------------------

DNI: -1234
Nombre completo: Administrador
Password: ********
Administrador: 1
Cantidad de eventos: 0
Eventos:

[Esta persona no posee eventos]


DNI: 12345678
Nombre completo: Pedro Gutierrez
Password: ********
Administrador: 0
Cantidad de eventos: 4
Eventos:

Hora: 28/07/2009 14:13:27
Tipo: Ingreso
Justificación: Llegué tarde porque había corte de calles.

Hora: 28/07/2009 14:14:23
Tipo: Salida a almorzar
Justificación:

Hora: 28/07/2009 14:14:44
Tipo: Vuelta de almorzar
Justificación:

Hora: 28/07/2009 14:14:52
Tipo: Salida
Justificación: Me voy más temprano porque tengo que llevar a
mi hijo al médico.

Presione una tecla para continuar...

</pre>
<p>If he wants, he can save that information to a file by using, instead, the third option:</p>

<pre class="console">Sistema de control de asistencia de personal (ADMNISTRACION)
------------------------------------------------------------

1- Alta de usuario
2- Lista de usuarios (datos adquiridos)
3- Salida a archivo
4- Cerrar la aplicación
0- Volver a la pantalla principal

Ingrese la opción deseada: 3

Ingrese la ruta del archivo a guardar: c:asistencia.txt
Archivo guardado satisfactoriamente

Presione una tecla para continuar...

</pre>
<p>Finally, he can close the program by going to the fourth option (losing all the data)&#8230;</p>

<pre class="console">Sistema de control de asistencia de personal (ADMNISTRACION)
------------------------------------------------------------

1- Alta de usuario
2- Lista de usuarios (datos adquiridos)
3- Salida a archivo
4- Cerrar la aplicación
0- Volver a la pantalla principal

Ingrese la opción deseada: 4
Saliendo de la aplicación...

Presione una tecla para continuar...

</pre>
<p>That&#8217;s the idea of the application&#8230;</p>
<p>Now I&#8217;ll leave the links for the ones who don&#8217;t want to solve it themselves (or the ones who just want to run it and watch it work).</p>
<p>The code is portable between Linux and Windows (I&#8217;ve tested it myself on both platforms and it worked seamlessly).</p>
<p>It&#8217;s been developed, compiled and tested using <a href="http://wxdsgn.sourceforge.net/">wxDev-C++</a> for Windows with the <a href="http://www.mingw.org/">MinGW compiler</a> (included in the bundle). In Linux, it was compiled using the GNU GCC compiler.</p>
<p><a href="http://www.gnu.org/licenses/gpl-3.0.txt"><img src="http://www.neoegm.com/wp-content/uploads/2009/07/gplv3-127x511.png" alt="GNU GPL v3" title="GNU GPL v3" width="127" height="51" class="aligncenter size-full wp-image-251" /></a> <span class="aligncenter">ControlAsistencia is licensed under the <a href="http://www.gnu.org/licenses/gpl-3.0.txt">GNU GPL v3</a> (attached)&#8230;</span></p>
<div align="center">
<p class="download"><a href="http://download.neoegm.com/software/control-asistencia/ControlAsistencia_1.02.zip">Download ControlAsistencia v1.02</a></p>
</div>
<div align="center">
<p class="download"><a href="http://download.neoegm.com/software/control-asistencia/ControlAsistencia_1.02_Source.zip">Download v1.02 Source Code</a></p>
</div>
<p><strong>Update:</strong> minor bug in String.cpp fixed => version 1.01<br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/control-de-asistencia/" title="control de asistencia de personal en excel">control de asistencia de personal en excel</a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/control-de-asistencia/" title="control de asistencia en excel">control de asistencia en excel</a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/control-de-asistencia/" title="asistencia de personal en excel">asistencia de personal en excel</a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/control-de-asistencia/" title="como hacer un control de asistencia en excel">como hacer un control de asistencia en excel</a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/control-de-asistencia/" title="control de asistencia">control de asistencia</a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/control-de-asistencia/" title="Control de Asistencia GNU">Control de Asistencia GNU</a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/control-de-asistencia/" title="control de asistencia gpl">control de asistencia gpl</a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/control-de-asistencia/" title="control de asistencia de personal">control de asistencia de personal</a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/control-de-asistencia/" title="control asistencia excel">control asistencia excel</a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/control-de-asistencia/" title="control de asistencia linux">control de asistencia linux</a></li>
</ul>
<div class='yarpp-related-rss'>
<strong><p>Related posts:<ol>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/wxwidgets/wx-control-de-asistencia/" rel="bookmark" title="Attendance Control (wxWidgets Version)">Attendance Control (wxWidgets Version) </a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/simple-list-class/" rel="bookmark" title="Simple C++ List Class">Simple C++ List Class </a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/simple-string-class/" rel="bookmark" title="Simple C++ String Class">Simple C++ String Class </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>https://www.neoegm.com/tech/programming/c-cpp/control-de-asistencia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wake On LAN (Remotely power on a computer)</title>
		<link>https://www.neoegm.com/tech/software/tools/wake-on-lan/</link>
		<comments>https://www.neoegm.com/tech/software/tools/wake-on-lan/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 22:00:36 +0000</pubDate>
		<dc:creator><![CDATA[NeoEGM]]></dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Console]]></category>
		<category><![CDATA[DOS]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[GNU GPL]]></category>
		<category><![CDATA[LAN]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Power]]></category>
		<category><![CDATA[Source Code]]></category>
		<category><![CDATA[Tool]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.neoegm.com/?p=414</guid>
		<description><![CDATA[Have you ever wondered how you could power on a computer remotely? Well, with this program you can do it! You have to configure the remote computer (the one which will be powered on) to support the Wake-On-LAN feature. This is done in the CMOS settings looking for the &#8220;Power/ACPI&#8221; settings or something like that. [&#8230;]<div class='yarpp-related-rss'>
<strong>
Related posts:<ol>
<li><a href="https://www.neoegm.com/tech/software/tools/uptime/" rel="bookmark" title="UpTime (How much time has the computer been powered on)">UpTime (How much time has the computer been powered on) </a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/guitar-trainer/" rel="bookmark" title="Guitar Trainer">Guitar Trainer </a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/control-de-asistencia/" rel="bookmark" title="Attendance Control">Attendance Control </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>Have you ever wondered how you could power on a computer remotely?</p>
<p>Well, with this program you can do it!</p>

<pre class="console">C:\>wol

Wake-On-Lan (WOL) Tool v1.0 by NeoEGM
http://www.neoegm.com/software/wake-on-lan/
-------------------------------------------

Usage: wol <mac address>

Wakes the computer with the specified MAC address.

Accepted MAC address formats: 01-4B-8E-00-52-A1
                              01-4b-8e-00-52-a1
                              01:4B:8E:00:52:A1
                              01:4b:8e:00:52:a1
                              014B.8E00.52A1
                              014b.8e00.52a1
                              014b8e0052a1
                              014B8E0052A1

</pre>
<p><span id="more-414"></span></p>
<p>You have to configure the remote computer (the one which will be powered on) to support the Wake-On-LAN feature. This is done in the CMOS settings looking for the &#8220;Power/ACPI&#8221; settings or something like that.</p>
<p>Then, you have to find out the MAC Address (sometimes called &#8220;Physical Address&#8221;) of the network adapter connected to the LAN. On Windows it&#8217;s done doing this from the console:</p>

<pre class="console">C:\>ipconfig /all

Windows IP Configuration

   Host Name . . . . . . . . . . . . : mypc1
   Primary Dns Suffix  . . . . . . . :
   Node Type . . . . . . . . . . . . : Unknown
   IP Routing Enabled. . . . . . . . : No
   WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter Local Area Connection:

   Connection-specific DNS Suffix  . :
   Description . . . . . . . . . . . : Marvell Yukon 88E8056
PCI-E Gigabit Ethernet Controller
   Physical Address. . . . . . . . . : 00-1F-C2-14-B3-F4
   DHCP Enabled. . . . . . . . . . . : No
   IP Address. . . . . . . . . . . . : 192.168.0.1
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 192.168.0.254
   DNS Servers . . . . . . . . . . . : 192.168.0.254

</pre>
<p>In this case, it&#8217;s &#8220;00-1F-C2-14-B3-F4&#8243;, so the tool can be used like this:</p>

<pre class="console">C:\>wol 00-1F-C2-14-B3-F4

Wake-On-Lan (WOL) Tool v1.0 by NeoEGM
http://www.neoegm.com/software/wake-on-lan/
-------------------------------------------

Wake-up packet sent to MAC address 00-1F-C2-14-B3-F4.

</pre>
<p>There are some restrictions that apply to the hardware, but a summary may be: the motherboard must support the &#8220;Wake-On-Lan (WOL)&#8221; feature and the NIC (network adapter) must have a wire called with that name connected to the motherboard. <strong>If the motherboard of the computer you want to power on is not so old and has an integrated (on-board) Ethernet card, then it&#8217;ll probably work.</strong></p>
<p><a href="http://www.gnu.org/licenses/gpl-3.0.txt"><img src="http://www.neoegm.com/wp-content/uploads/2009/07/gplv3-127x511.png" alt="GNU GPL v3" title="GNU GPL v3" width="127" height="51" class="aligncenter size-full wp-image-251" /></a> <span class="aligncenter">WakeOnLan is licensed under the <a href="http://www.gnu.org/licenses/gpl-3.0.txt">GNU GPL v3</a> (attached)&#8230;</span></p>
<p>Now, the links&#8230;</p>
<div align="center">
<p class="download"><a href="http://download.neoegm.com/software/wake-on-lan/WakeOnLan_1.0.zip">Download WakeOnLan v1.0</a></p>
</div>
<div align="center">
<p class="download"><a href="http://download.neoegm.com/software/wake-on-lan/WakeOnLan_1.0_Source.zip">Download v1.0 Source Code</a></p>
</div>
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="https://www.neoegm.com/tech/software/tools/wake-on-lan/" title="marvell yukon 88E8056 wake on lan">marvell yukon 88E8056 wake on lan</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/wake-on-lan/" title="marvell yukon 88e8056 wol">marvell yukon 88e8056 wol</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/wake-on-lan/" title="wake on lan GPL">wake on lan GPL</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/wake-on-lan/" title="wake on lan C">wake on lan C</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/wake-on-lan/" title="Marvell Yukon 88E8056 PCI-E Gigabit Ethernet Controller WAKE ON LAN">Marvell Yukon 88E8056 PCI-E Gigabit Ethernet Controller WAKE ON LAN</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/wake-on-lan/" title="Marvell Yukon 88E8056 PCI-E Gigabit Ethernet Controller WOL">Marvell Yukon 88E8056 PCI-E Gigabit Ethernet Controller WOL</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/wake-on-lan/" title="88e8056 wol">88e8056 wol</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/wake-on-lan/" title="Marvell 88E8056 Wol">Marvell 88E8056 Wol</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/wake-on-lan/" title="Marvell 88E8056 wake on lan">Marvell 88E8056 wake on lan</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/wake-on-lan/" title="marvell yukon wake on lan">marvell yukon wake on lan</a></li>
</ul>
<div class='yarpp-related-rss'>
<strong><p>Related posts:<ol>
<li><a href="https://www.neoegm.com/tech/software/tools/uptime/" rel="bookmark" title="UpTime (How much time has the computer been powered on)">UpTime (How much time has the computer been powered on) </a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/guitar-trainer/" rel="bookmark" title="Guitar Trainer">Guitar Trainer </a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/control-de-asistencia/" rel="bookmark" title="Attendance Control">Attendance Control </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>https://www.neoegm.com/tech/software/tools/wake-on-lan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UpTime (How much time has the computer been powered on)</title>
		<link>https://www.neoegm.com/tech/software/tools/uptime/</link>
		<comments>https://www.neoegm.com/tech/software/tools/uptime/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 13:15:38 +0000</pubDate>
		<dc:creator><![CDATA[NeoEGM]]></dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Easy]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[GNU GPL]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Source Code]]></category>
		<category><![CDATA[Tool]]></category>
		<category><![CDATA[Uptime]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.neoegm.com/?p=391</guid>
		<description><![CDATA[With this tiny tool, you can know how much time has the computer been powered on&#8230; UpTime is licensed under the GNU GPL v3 (attached)&#8230; As usual, here are the links&#8230; Download UpTime v1.0 Download v1.0 Source Code For the ones who want to easily read the relevant code: Incoming search terms for the article: [&#8230;]<div class='yarpp-related-rss'>
<strong>
Related posts:<ol>
<li><a href="https://www.neoegm.com/tech/software/tools/wake-on-lan/" rel="bookmark" title="Wake On LAN (Remotely power on a computer)">Wake On LAN (Remotely power on a computer) </a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/office-document-property-resetter/" rel="bookmark" title="Office Document Property Resetter">Office Document Property Resetter </a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/guitar-trainer/" rel="bookmark" title="Guitar Trainer">Guitar Trainer </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>With this tiny tool, you can know how much time has the computer been powered on&#8230;</p>
<p><img class="aligncenter size-full wp-image-392" title="UpTime" src="http://www.neoegm.com/wp-content/uploads/2009/07/UpTime.png" alt="UpTime" width="485" height="141" /></p>
<p><a href="http://www.gnu.org/licenses/gpl-3.0.txt"><img src="http://www.neoegm.com/wp-content/uploads/2009/07/gplv3-127x511.png" alt="GNU GPL v3" title="GNU GPL v3" width="127" height="51" class="aligncenter size-full wp-image-251" /></a> <span class="aligncenter">UpTime is licensed under the <a href="http://www.gnu.org/licenses/gpl-3.0.txt">GNU GPL v3</a> (attached)&#8230;</span></p>
<p>As usual, here are the links&#8230;</p>
<div align="center">
<p class="download"><a href="http://download.neoegm.com/software/uptime/UpTime_1.0.zip">Download UpTime v1.0</a></p>
</div>
<div align="center">
<p class="download"><a href="http://download.neoegm.com/software/uptime/UpTime_1.0_Source.zip">Download v1.0 Source Code</a></p>
</div>
<p>For the ones who want to easily read the relevant code:</p>
<pre class="brush: cpp; auto-links: false; collapse: true; light: false; title: ; toolbar: true; notranslate">
DWORD dwMilliseconds = GetTickCount();

int nSeconds = (dwMilliseconds/1000)%60;
int nMinutes = (dwMilliseconds/1000/60)%60;
int nHours = (dwMilliseconds/1000/60/60)%24;
int nDays = dwMilliseconds/1000/60/60/24;

char pszStr[256];
sprintf_s(pszStr, 256, &quot;%d days, %d hours, %d minutes and %d seconds&quot;, nDays, nHours, nMinutes, nSeconds);

MessageBox(NULL, pszStr, &quot;UpTime 1.0 by NeoEGM &lt;http://www.neoegm.com/software/uptime/&gt;&quot;, MB_ICONINFORMATION);
</pre>
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="https://www.neoegm.com/tech/software/tools/uptime/" title="como saber cuanto tiempo esta prendida la pc">como saber cuanto tiempo esta prendida la pc</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/uptime/" title="como saber cuanto tiempo estuvo prendida la pc">como saber cuanto tiempo estuvo prendida la pc</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/uptime/" title="saber cuanto tiempo estuvo prendida la pc">saber cuanto tiempo estuvo prendida la pc</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/uptime/" title="como saber cuanto tiempo esta prendida la pc windows 7">como saber cuanto tiempo esta prendida la pc windows 7</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/uptime/" title="cuanto tiempo estuvo prendida la pc">cuanto tiempo estuvo prendida la pc</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/uptime/" title="como saber cuanto tiempo estubo prendida la pc">como saber cuanto tiempo estubo prendida la pc</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/uptime/" title="programa que me indique el tiempo que la computadora esta prendida">programa que me indique el tiempo que la computadora esta prendida</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/uptime/" title="saber hace cuanto esta prendida la pc">saber hace cuanto esta prendida la pc</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/uptime/" title="tiempo prendida pc">tiempo prendida pc</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/uptime/" title="pc music server">pc music server</a></li>
</ul>
<div class='yarpp-related-rss'>
<strong><p>Related posts:<ol>
<li><a href="https://www.neoegm.com/tech/software/tools/wake-on-lan/" rel="bookmark" title="Wake On LAN (Remotely power on a computer)">Wake On LAN (Remotely power on a computer) </a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/office-document-property-resetter/" rel="bookmark" title="Office Document Property Resetter">Office Document Property Resetter </a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/guitar-trainer/" rel="bookmark" title="Guitar Trainer">Guitar Trainer </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>https://www.neoegm.com/tech/software/tools/uptime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Guitar Trainer</title>
		<link>https://www.neoegm.com/tech/software/tools/guitar-trainer/</link>
		<comments>https://www.neoegm.com/tech/software/tools/guitar-trainer/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 09:08:16 +0000</pubDate>
		<dc:creator><![CDATA[NeoEGM]]></dc:creator>
				<category><![CDATA[Guitar Tools]]></category>
		<category><![CDATA[Music Tools]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Download]]></category>
		<category><![CDATA[Freeware]]></category>
		<category><![CDATA[Fretboard]]></category>
		<category><![CDATA[GNU GPL]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Source Code]]></category>
		<category><![CDATA[Tool]]></category>
		<category><![CDATA[Train]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.neoegm.com/uncategorized/guitar-trainer/</guid>
		<description><![CDATA[Guitar Trainer is a program I&#8217;ve written to make easier the learning of the position of the different notes in the guitar fretboard. There are lots of features pending to be implemented (including sound, different scales, guessing game by position and by sound, etc.), but it&#8217;s quite useful with its current functionality. The fretboard starts [&#8230;]<div class='yarpp-related-rss'>
<strong>
Related posts:<ol>
<li><a href="https://www.neoegm.com/tech/software/tools/wake-on-lan/" rel="bookmark" title="Wake On LAN (Remotely power on a computer)">Wake On LAN (Remotely power on a computer) </a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/uptime/" rel="bookmark" title="UpTime (How much time has the computer been powered on)">UpTime (How much time has the computer been powered on) </a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/windows-mobile/sms-scheduler/" rel="bookmark" title="SMS Scheduler">SMS Scheduler </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>Guitar Trainer is a program I&#8217;ve written to make easier the learning of the position of the different notes in the guitar fretboard. There are lots of features pending to be implemented (including sound, different scales, guessing game by position and by sound, etc.), but it&#8217;s quite useful with its current functionality.</p>
<p><a href="http://www.neoegm.com/wp-content/uploads/2009/07/GuitarTrainer_FullFretboard.png" target="_blank" rel="lightbox[364]"><img src="http://www.neoegm.com/wp-content/uploads/2009/07/GuitarTrainer_FullFretboard-300x235.png" alt="GuitarTrainer_FullFretboard" title="GuitarTrainer_FullFretboard" width="300" height="235" class="aligncenter size-medium wp-image-368" /></a></p>
<p><span id="more-364"></span></p>
<p>The fretboard starts empty and you can click any space you wish to show the corresponding notes and find patterns. Each note is colored corresponding to its octave. For example, you can explore the different scales:</p>
<p><a href="http://www.neoegm.com/wp-content/uploads/2009/07/GuitarTrainer_CScale.png" target="_blank" rel="lightbox[364]"><img src="http://www.neoegm.com/wp-content/uploads/2009/07/GuitarTrainer_CScale-300x236.png" alt="GuitarTrainer_CScale" title="GuitarTrainer_CScale" width="300" height="236" class="aligncenter size-medium wp-image-373" /></a></p>
<p>Watch the relationship between different strings&#8230;</p>
<p><a href="http://www.neoegm.com/wp-content/uploads/2009/07/GuitarTrainer_2Strings.png" target="_blank" rel="lightbox[364]"><img src="http://www.neoegm.com/wp-content/uploads/2009/07/GuitarTrainer_2Strings-300x235.png" alt="GuitarTrainer_2Strings" title="GuitarTrainer_2Strings" width="300" height="235" class="aligncenter size-medium wp-image-371" /></a></p>
<p>O between frets&#8230;</p>
<p><a href="http://www.neoegm.com/wp-content/uploads/2009/07/GuitarTrainer_2Frets.png" target="_blank" rel="lightbox[364]"><img src="http://www.neoegm.com/wp-content/uploads/2009/07/GuitarTrainer_2Frets-300x235.png" alt="GuitarTrainer_2Frets" title="GuitarTrainer_2Frets" width="300" height="235" class="aligncenter size-medium wp-image-369" /></a></p>
<p>Another useful option is analyzing the position of given notes in the entire fretboard&#8230;</p>
<p><a href="http://www.neoegm.com/wp-content/uploads/2009/07/GuitarTrainer_2Notes.png" target="_blank" rel="lightbox[364]"><img src="http://www.neoegm.com/wp-content/uploads/2009/07/GuitarTrainer_2Notes-300x236.png" alt="GuitarTrainer_2Notes" title="GuitarTrainer_2Notes" width="300" height="236" class="aligncenter size-medium wp-image-370" /></a></p>
<p><br/><br />
<a href="http://www.gnu.org/licenses/gpl-3.0.txt"><img src="http://www.neoegm.com/wp-content/uploads/2009/07/gplv3-127x511.png" alt="GNU GPL v3" title="GNU GPL v3" width="127" height="51" class="aligncenter size-full wp-image-251" /></a> <span class="aligncenter">Guitar Trainer is licensed under the <a href="http://www.gnu.org/licenses/gpl-3.0.txt">GNU GPL v3</a> (attached)&#8230;</span></p>
<p><img src="http://www.neoegm.com/wp-content/uploads/2009/07/GuitarTrainer_About.png" alt="GuitarTrainer_About" title="GuitarTrainer_About" width="451" height="368" class="aligncenter size-full wp-image-372" /></p>
<p>And now, finally, the links&#8230;</p>
<div align="center">
<p class="download"><a href="http://download.neoegm.com/software/guitar-trainer/Guitar_Trainer_1.0.zip">Download Guitar Trainer v1.0</a></p>
</div>
<div align="center">
<p class="download"><a href="http://download.neoegm.com/software/guitar-trainer/Guitar_Trainer_1.0_Source.zip">Download v1.0 Source Code</a></p>
</div>
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="https://www.neoegm.com/tech/software/tools/guitar-trainer/" title="guitar trainer">guitar trainer</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/guitar-trainer/" title="guitar fretboard">guitar fretboard</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/guitar-trainer/" title="fretboard">fretboard</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/guitar-trainer/" title="guitar fretboard notes">guitar fretboard notes</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/guitar-trainer/" title="notes on a guitar fretboard">notes on a guitar fretboard</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/guitar-trainer/" title="NOTAS EN EL DIAPASON DE LA GUITARRA">NOTAS EN EL DIAPASON DE LA GUITARRA</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/guitar-trainer/" title="notes on a guitar">notes on a guitar</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/guitar-trainer/" title="guitar frets">guitar frets</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/guitar-trainer/" title="guitar trainer español">guitar trainer español</a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/guitar-trainer/" title="fretboard notes">fretboard notes</a></li>
</ul>
<div class='yarpp-related-rss'>
<strong><p>Related posts:<ol>
<li><a href="https://www.neoegm.com/tech/software/tools/wake-on-lan/" rel="bookmark" title="Wake On LAN (Remotely power on a computer)">Wake On LAN (Remotely power on a computer) </a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/uptime/" rel="bookmark" title="UpTime (How much time has the computer been powered on)">UpTime (How much time has the computer been powered on) </a></li>
<li><a href="https://www.neoegm.com/tech/software/tools/windows-mobile/sms-scheduler/" rel="bookmark" title="SMS Scheduler">SMS Scheduler </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>https://www.neoegm.com/tech/software/tools/guitar-trainer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
