<?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>voiciXs notes &#187; win</title>
	<atom:link href="http://voicixs.com/archives/category/win/feed" rel="self" type="application/rss+xml" />
	<link>http://voicixs.com</link>
	<description></description>
	<lastBuildDate>Wed, 26 May 2010 08:49:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Dropbox</title>
		<link>http://voicixs.com/archives/405</link>
		<comments>http://voicixs.com/archives/405#comments</comments>
		<pubDate>Wed, 26 May 2010 08:48:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[apps]]></category>
		<category><![CDATA[win]]></category>

		<guid isPermaLink="false">http://voicixs.com/?p=405</guid>
		<description><![CDATA[
Dropbox is the easiest way to store, sync, and, share files  online.
]]></description>
			<content:encoded><![CDATA[<blockquote><p><em><a href="https://www.dropbox.com/"><img class="size-full wp-image-406 alignnone" title="dropbox" src="http://voicixs.com/wp-content/uploads/2010/05/dropbox_logo.png" alt="" width="231" height="60" /></a></em></p>
<p><em>Dropbox</em> is the easiest way to store, sync, and, share files  online.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://voicixs.com/archives/405/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HeidiSQL</title>
		<link>http://voicixs.com/archives/399</link>
		<comments>http://voicixs.com/archives/399#comments</comments>
		<pubDate>Tue, 25 May 2010 08:43:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[apps]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[win]]></category>

		<guid isPermaLink="false">http://voicixs.com/?p=399</guid>
		<description><![CDATA[HeidiSQL is an easy-to-use interface and a &#8220;working-horse&#8221; for web-developers using the popular MySQL-Database. It allows you to manage and browse your databases and tables from an intuitive Windows® interface.
]]></description>
			<content:encoded><![CDATA[<blockquote><p><a href="http://www.heidisql.com/"><img class="alignleft size-full wp-image-398" title="heidisql" src="http://voicixs.com/wp-content/uploads/2010/05/heidisql_logo.png" alt="" width="90" height="90" /></a>HeidiSQL is an easy-to-use interface and a &#8220;working-horse&#8221; for web-developers using the popular MySQL-Database. It allows you to manage and browse your databases and tables from an intuitive Windows® interface.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://voicixs.com/archives/399/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GetLocalUserName (Windows, Lazarus)</title>
		<link>http://voicixs.com/archives/318</link>
		<comments>http://voicixs.com/archives/318#comments</comments>
		<pubDate>Thu, 04 Jun 2009 07:55:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[apps]]></category>
		<category><![CDATA[lazarus]]></category>
		<category><![CDATA[pascal]]></category>
		<category><![CDATA[win]]></category>
		<category><![CDATA[username]]></category>

		<guid isPermaLink="false">http://voicixs.com/?p=318</guid>
		<description><![CDATA[function GetLocalUserName : string;
var
&#160; &#160; Buffer : array&#91;0..255&#93; of char;
&#160; &#160; Count : DWord;
begin
&#160; Count := 256 + 1;
&#160; GetUserName&#40;Buffer, Count&#41;;
&#160; Result := string&#40;Buffer&#41;;
end;
Download example
Download source
]]></description>
			<content:encoded><![CDATA[<div class="geshi no pascal"><span class="kw2">function</span> GetLocalUserName : <span class="kw4">string</span>;<br />
<span class="kw1">var</span><br />
&nbsp; &nbsp; Buffer : <span class="kw4">array</span><span class="br0">&#91;</span><span class="nu0">0</span>..<span class="nu0">255</span><span class="br0">&#93;</span> <span class="kw1">of</span> <span class="kw4">char</span>;<br />
&nbsp; &nbsp; Count : DWord;<br />
<span class="kw1">begin</span><br />
&nbsp; Count := <span class="nu0">256</span> + <span class="nu0">1</span>;<br />
&nbsp; GetUserName<span class="br0">&#40;</span>Buffer, Count<span class="br0">&#41;</span>;<br />
&nbsp; Result := <span class="kw4">string</span><span class="br0">&#40;</span>Buffer<span class="br0">&#41;</span>;<br />
<span class="kw1">end</span>;</div>
<p><em><a href="http://voicixs.com/wp-content/uploads/2009/06/getlocalusername.exe">Download example</a><br />
<a href="http://voicixs.com/wp-content/uploads/2009/06/glun_source.zip">Download source</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://voicixs.com/archives/318/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
