Show text-ads on your Website or Blog with BidVertiser. Sell your ad space with BidVertiser Make money from your Website or Blog with BidVertiser

Tuesday, April 16, 2013

Notepad Tricks

Hello Friends;
Today I am going to share a Notepad tricks with you. This tricks will convert your text to voice.
Follow the steps below.

Convert the text message to voice message:-

  1. Open the Notepad.
  2. Then copy the following code in the text area.Dim message, sapi
    message=InputBox("What do you want me to say?","Speak to Me")
    Set sapi=CreateObject("sapi.spvoice")
    sapi.Speak messag
  3. Open File->Save as
  4. Then in the Save As dialog box enter any name for the file with the extension .vbs and click on save.
  5. Then doubble-click the file that you had saved. 
  6. Type anything in the box and click ok.

No comments: