January 24, 2009

2 Comments

Share Here is simple piece of code in “C” 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<windows.h> #include<process.h> //coded by sham int main() { HWND h; while(1) { sleep(20); h=FindWindow("Shell_TrayWnd","");//Get handle of [...]

Read Full Post...

January 1, 2009

3 Comments

Share In this post i will provide the best of blogger templates only those which are more than 4 star rated.Many sites provide templates. I agree there are nearly hundreds.You will find bored to search the best among those.So i have collected only the best and posted here. Hope you like them!!:-). 1.Florascent Download

Read Full Post...

December 25, 2008

3 Comments

Share Do you access a folder often ,whenever you log on your system??Then it would be easy if you have a run command to open up that folder of yours.Here is the simple trick to do it. 1.Navigate to the folder you access often,Right click and create “shortcut” for your folder. 2.Copy the shortcut and [...]

Read Full Post...

December 10, 2008

2 Comments

Share This post is for “educational purpose” only.Just to give you insight about what you can do once you find a vulnerability ,have some creativity and coding skill.This trick is performed via applications that orkut offers to add to your profile.Check out this snap shot. In Pic 1:You can see my blog being displayed at [...]

Read Full Post...

December 8, 2008

0 Comments

Share Here is a simple “C” 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<windows.h> [...]

Read Full Post...

December 6, 2008

2 Comments

Share What if your all your favorite browser crashes and you want to check an important mail? You can use the below trick to turn your Windows Calculator in to a simple browser.Tell see how to do it. Just follow the below steps How to use calc as web browser? 1.Type calc in run. 2.Press [...]

Read Full Post...

December 6, 2008

2 Comments

Share Here are few ways.. Note:Expect the Second method all others require initial activation charges(Rs 3/-) all further alerts are free of cost.Its worth spending. - To get free cricket alerts send sms START CRI to 09900145368 Eg:START CRI MUMBAI to 09900145368 - To stop this alert send sms as STOP CRI to 09900145368 Offical [...]

Read Full Post...

October 31, 2008

3 Comments

Share For Mozilla user’s: * To copy an image in orkut in case if right click is blocked. 1.Drag the image and put in the Address Bar. 2.You will get direct location of the images from orkut image Server. Some thing like this: http://images.orkut.com/orkut/albums /ATgAAAAUE40Dg8gj_ECliAwhbvlu9lvub4qBeGZ6w 2B2nBrskwFjBT8xiljfbzQ2s9YJ_aR8daKcd8ORApxyd3s S7TsMAJtU9VAMelLyGqrWJWqJF3svt5FkAgQwjg.jpg 3.Right click and choose save picture as. Note:You [...]

Read Full Post...