PDA

Click to See Complete Forum and Search --> : VBScript Msgbox


benski
Jul 17th, 2000, 03:29 AM
How do you get rid of the text "VBScript" in the title of a VBScript message box?

Ianpbaker
Jul 17th, 2000, 04:17 AM
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

benski
Jul 17th, 2000, 04:21 AM
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?

Ianpbaker
Jul 17th, 2000, 04:37 AM
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