Xiaomi Mi4c Leaked To Come With Type-C USB port and Even More Internal Storage

It was earlier reported that Xiaomi Mi4c is going to carry a price of less than $250, which is a steal of a deal considering that you will get a smartphone running a Snapdragon 808 chipset in it.

Tuesday, 29 May 2012

How To Make Your Own Key Logger In Visual C++

Today I am going to teach "How To Make Your Own Key Logger ". If you know the C++ then you can easily understand the program. Now a days key loggers are common to all the advance users it is a basic software but very useful software . But many people don't know that what is key logger. Key Loggers are often called Keystroke logging is the action of tracking (or logging) the keys struck on...

Friday, 25 May 2012

Make Your Computer Speak When you Log On

It’s a simple trick to amaze your friends.When you Log On infront of them. Yeah a trick to make your Computer Welcome you on Start Up. Lets Do It: Open Notepad Paste the bellow code in Np Dim speaks, speech speaks="Welcome Back, Username" Set speech=CreateObject("sapi.spvoice") speech.Speak speaks ...

Friday, 11 May 2012

Create new instance of an Application in Windows 7 Super Taskbar

In windows 7 Taskbar instance of an application can easily be created by using Win + Number Key. Here number key signifies the position of the Application in the Taskbar If you press Windows + 1, it will create a new instance of the first icon in the task bar. In the taskbar...