Click here to Skip to main content
15,885,309 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Good morning everyone ,
i am new in vbscript and now i want to do these task in vbscript ,
1)I want to show icon in icon-tray when i click on vbscript.
2)Vbscript has 10 or more functions , when function change according to that icon's tooltip also changed.
3)when last function finishes , it will show notification that "your script has finished work "
4)After showing notification , within 10 seconds icon will be removed from icon-tray.
If anyone know solution let me know.
Thank you.
Posted
Comments
Richard MacCutchan 4-Nov-14 4:01am    
The 'solution' is that you will need to write a lot of code, but I don't think you will be able to do it in vbscript.

1 solution

Don't you love your life? For god's sake, please don't use VBScript.

If I may suggest, you should instead look at PowerShell [^]for the scripting which you are doing. It's more friendly and does a lot of things for you already.

Next, what have your tried so far? You just mentioned that functional requirements here. And in fact leave alone "How to do this?", I would first ask "Why should you implement this?". What is the added advantage of having a Script show something in a task bar.

If you still want to do it in VBScript, you might get some help from this similar discussion:

http://support2.microsoft.com/kb/176085/en-us?p=1[^]

And as I tried to sold PowerShell to you, that makes this thing really simpler. Have a look here:

http://technet.microsoft.com/en-us/library/ff730952.aspx[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900