﻿<?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; C snippets</title>
	<atom:link href="http://technobuz.com/category/programming/c-snippets/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>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 675/750 objects using disk: basic

Served from: technobuz.com @ 2012-02-04 21:06:37 -->
