Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Tricks

Tricks: 

Set VLC Player Video as Wallpaper

YouTube Tricks

Save File Behind Image

Create Folder with Con Name



Make a Voice file
Open Notepad and Type Given text.


           Dim speaks, speech
           speaks="Hello Satish Khokhar"
           Set speech=CreateObject("sapi.spvoice")

           speech.Speak speaks


Now save file with ".vbs" e.g. "voice.vbs"extension.

Just open/Double click on file you listen given text in voice

--------------------------------------------------------------------------------
A Welcome Message When Click on File.

Open Notepad - Type The text given below:-


Msgbox("Hi Khokhar")


-Save this file with "msg.vbs"

-----------------------------------------------------------------------------------------------------------
Continue Blink the Caps Lock.

Open Notepad - Type The text given below:-


Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop

- Save this file in "caps.vbs"


send file to anyone or when this file open caps lock of your computer continue blink.
-----------------------------------------------------------------------------------------------------------
Make Diary in Notpead

Hai Friends you can make the diary from your notepad, you just have to follow the given steps.
Open Notepad and type the text given below :-

.LOG

save this file with "diary.txt".

every time when you use this file current Date and Time Insert automatically

-----------------------------------------------------------------------------------------------------------


2 comments: