1) Open Notepad .
2) Paste the Following document in a new file:
StrText="ENTER TEXT HERE"
set ObjVoice=CreateObject("SAPI.SpVoice")
ObjVoice.Speak StrText
3) Write Anything in place of "Enter TExt HERE"
4) Click ov File -> Save As
5) Save the file with any name with extension .vbs
eg: "anything.vbs"
6) Close your file
7) Now Click on the file's icon wherever you have saved it.
.......Its fun!!!!!!!!!!
Computer related latest terms and tricks are available here. Thats my passion. Keep Watching !!!!!!!!!
Saturday, September 25, 2010
Friday, September 3, 2010
..3D - Effect in paint..
1) Open paint.
2) Take the spray brush.
3) Spray on a small portion of the page by mixing three different colors.
4) Now select the coloured portion having a mix of all the three sprayed colours.
5) Now drag the portion and see the 3-D effect.
!..Fool your friend with a foolish trick..!
1) Close all your programs and go to your desktop.
2) Press the "Print Screen" Button on the Keyboard.
3) Now open Paint.
4) Press Ctrl + V.
5) Save the file.
6) Select the "Set as Desktop Background - Tiled of Fill " in the file menu.
7) Exit the paint.
8) Right Click on the screen and Select "View"-> Click on Show desktop icons.
9) Now when your friend clicks on the icons nothing will happen .
10) And the you can say " My Screen is Frozen".
11) :) ............. Enjoy the Trick ................
Temp Clearing :
Follow these steps :
1) Press Ctrl + R or Click on Start->Run
2) Type "temp"
3) A dialog box will be displayed, now press Ctrl + A
4) Shift + Delete
5) Similarly , type "%temp" in the place of "temp".
6) Again Ctrl+A and Press Shift + Delete.
7) This will clear your system and get rid of the unwanted garbage.
1) Press Ctrl + R or Click on Start->Run
2) Type "temp"
3) A dialog box will be displayed, now press Ctrl + A
4) Shift + Delete
5) Similarly , type "%temp" in the place of "temp".
6) Again Ctrl+A and Press Shift + Delete.
7) This will clear your system and get rid of the unwanted garbage.
THe Concept of Networking in JAVA:
Sockets: It is the name given, in one particular programming model, to the endpoints of a communication link between processes. It was the popularity of that particular programming model,the term socket has been reused in other programming models,including Java technology.
When the processes commmunicate over anetwork,Java technology uses the streams model. A socket can hold two streams : 1 input stream and 1 output stream. A process reads data witten by another process by reading from the input stream associated with that socket. After the setup of network connection is accomplished , using the streams associated with that connection is similar to using any other stream.Setting Up the Connection:
The layout is such that , one machine must run a program that is waiting for a connection, and a second machine must try to reach the first. This is just like a telephone system ,in which one person makes a call, while the other one is waiting by the telephone when that call is made.
">Concept of Netwoking by using Java Technology:>Connection Addressing:
">When we make a telephone call, we need the "TELEPHONE NUMBER" to be dialed. When we make a network, we need the "address" or the "name" of the remote machine. In addition,a network connection requires a port number,which is just like a telephone extension number. After we connect to the proper computer, we must identify a particular purpose for the connection. So, we can use a particular port number to communiucate with the accounting program.
Subscribe to:
Posts (Atom)