Sunday 11 August 2013

0 How to make your PC talk

Today I am going to tell you Make your PC talk just using Notepad. The whole thing works on a Script. It is possible to make your PC. Already many softwares are existing in the market which can make your PC speak but there is nothing simpler than this and at the end you can develop your own script for making PC talk.
So i am going to tell how to make a Simple Script which can make your PC can speak. In this script when hit OK your PC will speak the words which are entered in the Text box.
Just follow this simple steps to make the Scipt:
. Open your Notpad
or
Right click in your Desktop > New > Text Document.
- See more at: http://www.mytricksclub.com/2013/05/how-to-make-your-pc-talk.html#sthash.BX5Ghm49.dpuf
. Open your Notpad
or
Right click in your Desktop > New > Text Document.
- See more at: http://www.mytricksclub.com/2013/05/how-to-make-your-pc-talk.html#sthash.BX5Ghm49.dpuf
1. Open Notepad or
Just Right Click> New> Text Document

2. Paste the following code :
Dim Message, Speak

Message=InputBox("Enter text","MyTricksClub.com/")

Set Speak=CreateObject("sapi.spvoice")

Speak.Speak Message - See more at: http://www.mytricksclub.com/2013/05/how-to-make-your-pc-talk.html#sthash.BX5Ghm49.dpuf

Dim Message, Speak
Message=InputBox("Enter text","Technofabia")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message


3. Now click on File Menu>Save as>Save the file in the name of Speak.vbs
4. Now Open the Program and type the word and hit Ok
In this manner you can make your PC speak. This script also Visual Basic so you can integrated it with it and make your program speak.
If you are having difficulty in this script let me know about in the Comments.


Dim Message, Speak

Message=InputBox("Enter text","MyTricksClub.com/")

Set Speak=CreateObject("sapi.spvoice")

Speak.Speak Message - See more at: http://www.mytricksclub.com/2013/05/how-to-make-your-pc-talk.html#sthash.BX5Ghm49.dpuf
TOdToday, I am talking about how to make your pc talk.It is possible to talking your words or lines PC, Many talker softwares are already present in several windows but these could not be find easier. - See more at: http://www.mytricksclub.com/2013/05/how-to-make-your-pc-talk.html#sthash.BX5Ghm49.dpuf
Today, I am talking about how to make your pc talk.It is possible to talking your words or lines PC, Many talker softwares are already present in several windows but these could not be find easier. - See more at: http://www.mytricksclub.com/2013/05/how-to-make-your-pc-talk.html#sthash.BX5Ghm49.dpufTo
Read more >>

Saturday 10 August 2013

0 Changing Logon Screen in Windows

This article is about the Changing the Logon Screen of Windows 7. In Windows 7 we can change the Logon Screen just by modifying some registry of Windows.


To change logon screen in windows 7 , follow the given procedure :


1.For that you need to download registry file from here. After download the file Extract the file and double-click on the file to enable this feature.

2.Now, Go to the following folder:
C:\Windows\System32\oobe (“C” is your Windows Seven Installation drive)

3.Here, right click in blank space and create a new folder named Info. Open a newly created folder named Info then create a new folder inside the Info folder and name it as backgrounds.

4. Now copy your most favorite image file into this folder and rename it as backgroundDefault. Keep in mind that image must be in JPG format and size should be less than 256KB.

5. Completed. You are done. Restart your pc and see the change.
The following files (sorted by width-to-height ratio) are supported in

C:\Windows\System32\oobe\Info\Backgrounds folder:
* backgroundDefault.jpg
* background768×1280.jpg  (0.6)
* background900×1440.jpg  (0.625)
* background960×1280.jpg  (0.75)
* background1024×1280.jpg (0.8)
* background1280×1024.jpg (1.25)
* background1024×768.jpg  (1.33-)
* background1280×960.jpg  (1.33-)
* background1600×1200.jpg (1.33-)
* background1440×900.jpg  (1.6)
* background1920×1200.jpg (1.6)
* background1280×768.jpg  (1.66-)
* background1360×768.jpg  (1.770833-)

Read more >>

Friday 9 August 2013

0 Facebook Chat Codes

Facebook is one of the greatest social media and sharing websites. We love to chat surf and interact with people on Facebook. But on other side we use to chat for fun and also for private purposes.So to express your feeling in a different way in chat  i am going to tell you about a website which provides you the facility of Converting images into Facebook chat codes. Now you must thinking that whats the use of such chat codes. Actually Chat Codes provides you a better facility to interact with people and if you want to share something with someone but you dont want that person can save or download your image then it is better option for you.
  •  Firstly you have to open the Website of chat code generator whose link is follows as :-http://smileychatcodes.com/facebook-smiley-chat-codes/ 

  • Now browse any picture from your Computer

  • Then press Select and Upload it.
  • Now it would hardly take  2 seconds to generate chat codes (time taken is dependent on your Internet's Bandwidth)
  • After the generation of Codes, just simply copy them.
  • Paste them in the Chat box and see the effect of your codes. 
If you are having any trouble with chat codes let me know about them in Comment Box
Read more >>
Back to TOP