How do you get rid of the text "VBScript" in the title of a VBScript message box?
Printable View
How do you get rid of the text "VBScript" in the title of a VBScript message box?
Hi benski
This is the format for msgboxes
MsgBox (prompt,buttons,title)
prompt as you know puts in the text
buttons let you specify what buttons eg. vbyesno, vbokcancel, vbokonly etc..
title letsyou specify what is in the top text.
Ian
Yes, thanks, but how do you stop IE putting the word "VBScript" in the title? Or am I the only one this is happening to?
Sorry benski, I see what you mean. Ive had a look around and I can't see any documentation on getting rid of it but I will carry on looking.
Ian