The Realm of Real

..rjproz's blog..

Updated from http://rjproz.blogspot.com/2011/08/way2sms-desktop-application.html When it comes to send SMS from web, then Way2sms.com leads in that where anyone can send messages in India through an Indian number of course. But for that one has to face […]

Authentication is very much important if you are programming Encryption or security tools. Generally we all apply a common logic to authenticate the user. Following are the very well known code :- C code :- char […]

C# language provides extensive function which helps in programming variety of tools. Following is the snippet for Hiding console window which is recommended for programming spy or background tools..  Image source from internet namespace hidedemo{ class […]

There are two ways to hide the console window. Depending on the Compiler one of them will work.. Recommended for programming spy or background tools.. /* Method 1 to hide or show console window */void stealth() […]