﻿<?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>Technobuz &#187; Programming</title>
	<atom:link href="http://technobuz.com/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://technobuz.com</link>
	<description>For blog tips,Templates ,hacks ,programming fun and tweaks.</description>
	<lastBuildDate>Sat, 04 Feb 2012 10:08:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to Access Windows Registry from Java-API&#8217;s</title>
		<link>http://technobuz.com/2009/07/java-api-to-access-windows-registry/</link>
		<comments>http://technobuz.com/2009/07/java-api-to-access-windows-registry/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 08:10:52 +0000</pubDate>
		<dc:creator>Shunmugha</dc:creator>
				<category><![CDATA[How's]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[T'tips]]></category>
		<category><![CDATA[Useful Links]]></category>
		<category><![CDATA[how to access registry from Java]]></category>
		<category><![CDATA[how to access windows registry from Java]]></category>
		<category><![CDATA[java api access windows registry]]></category>
		<category><![CDATA[java api to access windows registry]]></category>

		<guid isPermaLink="false">http://technobuz.com/?p=1531</guid>
		<description><![CDATA[Here is a easy way to access Windows registry from Java the easy way via API .Else you should be writing JNI code to access registry which is a demanding job for a newbie. Here are two API that you can use to access Registry directly API&#8217;s to access Windows Registry from Java 1. JNIRegistry [...]<p>This article was original published at <a href="http://technobuz.com/2009/07/java-api-to-access-windows-registry/">How to Access Windows Registry from Java-API&#8217;s</a> 
Copyright © 2012 <a href="http://technobuz.com">Technobuz</a>. All Rights Reserved.</p>
]]></description>
		<wfw:commentRss>http://technobuz.com/2009/07/java-api-to-access-windows-registry/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to use Windows API in Java?-Solution</title>
		<link>http://technobuz.com/2009/07/how-to-use-windows-api-in-java/</link>
		<comments>http://technobuz.com/2009/07/how-to-use-windows-api-in-java/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 07:27:59 +0000</pubDate>
		<dc:creator>Shunmugha</dc:creator>
				<category><![CDATA[How's]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[T'tips]]></category>
		<category><![CDATA[Useful Links]]></category>
		<category><![CDATA[API for accessing the windows registry using Java]]></category>
		<category><![CDATA[API to access Windows registry via JAVA]]></category>
		<category><![CDATA[calling Win32 API from Java]]></category>
		<category><![CDATA[calling Windows API from Java]]></category>
		<category><![CDATA[Editing the Windows Registry with Java]]></category>
		<category><![CDATA[how to access windows registry from Java]]></category>
		<category><![CDATA[how to use windows api in java programming]]></category>
		<category><![CDATA[How to use Windows API in Java?]]></category>
		<category><![CDATA[using win32 api in java]]></category>
		<category><![CDATA[win32 api in java]]></category>

		<guid isPermaLink="false">http://technobuz.com/?p=1518</guid>
		<description><![CDATA[We all know that Win32 API&#8217;s are Powerful and provide great features and ability from getting Window handles,Spawning new process,killing process ,Send Keystrokes ,Tweaking Registry, Logging lots and lots more. But how to use Windows API in Java ,this is sure to make your Java Application Power packaged and versatile and also eases your work.It [...]<p>This article was original published at <a href="http://technobuz.com/2009/07/how-to-use-windows-api-in-java/">How to use Windows API in Java?-Solution</a> 
Copyright © 2012 <a href="http://technobuz.com">Technobuz</a>. All Rights Reserved.</p>
]]></description>
		<wfw:commentRss>http://technobuz.com/2009/07/how-to-use-windows-api-in-java/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>How to Update/Refresh JTextArea Dynamically ?</title>
		<link>http://technobuz.com/2009/05/update-jtextarea-dynamically/</link>
		<comments>http://technobuz.com/2009/05/update-jtextarea-dynamically/#comments</comments>
		<pubDate>Wed, 27 May 2009 08:30:19 +0000</pubDate>
		<dc:creator>Shunmugha</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[jtextarea can't refresh text]]></category>
		<category><![CDATA[JTextArea Dynamic Refresh]]></category>
		<category><![CDATA[JTextArea Dynamic update]]></category>
		<category><![CDATA[jtextarea not updating -solution]]></category>
		<category><![CDATA[jtextarea refresh]]></category>
		<category><![CDATA[JtextArea update]]></category>
		<category><![CDATA[jtextarea updating]]></category>

		<guid isPermaLink="false">http://technobuz.com/?p=1118</guid>
		<description><![CDATA[Some times we want to update the JTextarea dynamically.We want them to display text a log file as and when it is generated from the source .The source can be any thing a class,event generator or a function in a infinite loop returning data continuously (Eg: Voice Recognition Engine continuously listening and returning interpreted voice [...]<p>This article was original published at <a href="http://technobuz.com/2009/05/update-jtextarea-dynamically/">How to Update/Refresh JTextArea Dynamically ?</a> 
Copyright © 2012 <a href="http://technobuz.com">Technobuz</a>. All Rights Reserved.</p>
]]></description>
		<wfw:commentRss>http://technobuz.com/2009/05/update-jtextarea-dynamically/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>Swap Mouse Keys &#8211; &#8220;C&#8221; code</title>
		<link>http://technobuz.com/2009/01/swap-mouse-keys-c-code/</link>
		<comments>http://technobuz.com/2009/01/swap-mouse-keys-c-code/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 09:17:45 +0000</pubDate>
		<dc:creator>Shunmugha</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[c code to swap mouse keys]]></category>
		<category><![CDATA[swap mouse keys]]></category>
		<category><![CDATA[swap mouse keys program]]></category>
		<category><![CDATA[swap mouse keys programmatically]]></category>

		<guid isPermaLink="false">http://technobuz.com/?p=320</guid>
		<description><![CDATA[It is a simple piece of code but every effective and annoying!Prank your friends with it:)Compile using any 32 bit &#8220;C&#8221; compiler. [javascript] //coded by sham; #include&#60;windows.h&#62; int main() { BOOL bOldState; SystemParametersInfo(SPI_SETMOUSEBUTTONSWAP,TRUE,bOldState, 0); } [/javascript] Download .exe Solution:To change it ,set parameter as FALSE and execute,else change in mouse properties from control panel. This [...]<p>This article was original published at <a href="http://technobuz.com/2009/01/swap-mouse-keys-c-code/">Swap Mouse Keys &#8211; &#8220;C&#8221; code</a> 
Copyright © 2012 <a href="http://technobuz.com">Technobuz</a>. All Rights Reserved.</p>
]]></description>
		<wfw:commentRss>http://technobuz.com/2009/01/swap-mouse-keys-c-code/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Hide Task Bar -&#8221;C&#8221; code</title>
		<link>http://technobuz.com/2009/01/hide-task-bar-c-code/</link>
		<comments>http://technobuz.com/2009/01/hide-task-bar-c-code/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 10:41:18 +0000</pubDate>
		<dc:creator>Shunmugha</dc:creator>
				<category><![CDATA[C snippets]]></category>
		<category><![CDATA[Hide Task bar C code]]></category>

		<guid isPermaLink="false">http://technobuz.com/?p=247</guid>
		<description><![CDATA[Here is simple piece of code in &#8220;C&#8221; to Hide the Taskbar.It will not be visible even if you roll the mouse over it:)It will be useful when playing games in schools and colleges to escape from admin:-) #include&#60;windows.h&#62; #include&#60;process.h&#62; //coded by sham int main() { HWND h; while(1) { sleep(20); h=FindWindow("Shell_TrayWnd","");//Get handle of Taskbar [...]<p>This article was original published at <a href="http://technobuz.com/2009/01/hide-task-bar-c-code/">Hide Task Bar -&#8221;C&#8221; code</a> 
Copyright © 2012 <a href="http://technobuz.com">Technobuz</a>. All Rights Reserved.</p>
]]></description>
		<wfw:commentRss>http://technobuz.com/2009/01/hide-task-bar-c-code/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Disable Paste Option in Windows &#8211; &#8216;C&#8217; code</title>
		<link>http://technobuz.com/2008/12/disable-paste-option-using-c-code/</link>
		<comments>http://technobuz.com/2008/12/disable-paste-option-using-c-code/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 10:30:49 +0000</pubDate>
		<dc:creator>Shunmugha</dc:creator>
				<category><![CDATA[C snippets]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[c code to disable paste option]]></category>

		<guid isPermaLink="false">http://shunmugha.blog.co.in/?p=149</guid>
		<description><![CDATA[Here is a simple &#8220;C&#8221; code that i wrote to disable paste option.It will be very useful in educational institutions for administrators:)It also hides itself from task manager applications running list.Here is the code. /* coded by sham*/ /* To "disable Paste" option in windows*/ /*clipboard will be present at system 32 folder*/ #include&#60;windows.h&#62; #include [...]<p>This article was original published at <a href="http://technobuz.com/2008/12/disable-paste-option-using-c-code/">Disable Paste Option in Windows &#8211; &#8216;C&#8217; code</a> 
Copyright © 2012 <a href="http://technobuz.com">Technobuz</a>. All Rights Reserved.</p>
]]></description>
		<wfw:commentRss>http://technobuz.com/2008/12/disable-paste-option-using-c-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>


<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching using disk: basic
Object Caching 1244/1379 objects using disk: basic

Served from: technobuz.com @ 2012-02-09 02:20:40 -->
