31 December 2011

How to Create a Popup with Notepad !

Create a Popup Like This :- 












Scroll Download an Example

1. Open Notepad and Type what you see in the below image :-
    [ Copy and pastex=msgbox ("Text" ,64, "Title") into Notepad.]
    It Should Look like this :-












2. Click on File >> Save As :












3. Change The Type as 'All files' and In file Name type : Anything.vbs















4. Open the Popup.vbs !









5. It Should look like this :-










You can close it easily by clicking 'OK' or Close :-












---------------------------------------------------------------------------
How to make a Never Ending Popup !
---------------------------------------------------------------------------
1. Open Notepad and Paste this :-
---------------------------------------------------------------------------
Do 

x=msgbox ("Text" ,64, "Title")
x=msgbox ("Text" ,64, "Title") 
Loop
---------------------------------------------------------------------------

2. It will look like this :
 











3. Then again Save it as you did before !
4. Now Open it !
5. You'll not be able to close it like before !
6. Now, To close it follow me...

(i) Right click on Taskbar and click on "Start Task Manager'
 

(i) Now find and click on 'wscript.exe' and then click on 'End Process' :





(iii) When popup appears again click "end process" like shown :














You can replace the '64' code with the following codes :-

Change Buttons :
    0 - ok button only
    1 - ok and cancel
    2 - abort, retry and ignore
    3 - yes no and cancel
    4 - yes and no
    5 - retry and cancel

Change Symbol :
    16 - critical message icon
    32 - warning icon
    48 - warning message
    64 - info message

Having Problem ? Download the Popup example by Going To " Downloads >> Applications " on this website.

3 comments:

  1. Thanks I am having fun with it!!! :D

    ReplyDelete
  2. can you make it so that if you push no it will open a different pop up than if you were to push yes?

    ReplyDelete