Thursday, March 1, 2012

Vehical information by sms

We can now know the ownership details of any vehicle using the Vehicle registration number instantly through SMS.

Send a SMS to 092123 57123 typing vahan

For eg. If you want to find a owner of a bike/car with no : MH14AW6208 [any random no. ]
Then send sms vahan(space)MH14AW6208 to 092123 57123. You will get details in seconds.
Worked for my Bike.

So if any Traffic Police is arguing with you regarding the documents , then just show the message . J J
Forward it to as many as you can.

Tuesday, February 28, 2012

Sunday, January 29, 2012

Make your PC Speak for u...!!

Hey...u can make ur pc to speak wat u say..very interesting..........................
Make Your Computer Speak Whatever You Type:


1.Open Notepad and copy and paste the following code into it

Dim message, sapi
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message

2.Now save the notepad file with the name speak.vbs at your desktop.
3.Now double click on speak.vbs type in the box whatever you want your computer to speak for you.

try it n have fun... !