Is there a way to make a MsgBox appear exactly where you want it to on the
screen? (In an ASP)
I could use hooks in VB6, but they won't work in VBS.
HTH - Mike -
Dwayne Brown wrote in message ...
It *can* be positioned (see Jim Warrington's recent "Ann: Sub-Classing in
wsh? how inappropriate, HOW OUTRAGEOUS!!!" post in the WSH NG) but requires
subclassing. Jim's post point to his latest creation that actually let's
script clients do subclassing (that boy's got **way** too much time on his
hands ;-)... Of course this is way outside tyhe sandbox so forget IE hosted
script.
--
Michael Harris
Microsoft.MVP.Scripting
--
mik...@mvps.org
Please do not email questions - post them to the newsgroup instead.
--
"Mike Brett" <mike....@onet.REMOVETHIS.co.uk> wrote in message
news:u7vv0AhaAHA.1596@tkmsftngp05...
NO, you can't position a mb from IE, but...
You CAN make up a dhtml-based page that looks almost exactly like a msgbox,
and position it anywhere you want (provided you have a reasonable IE window
object model and doc obj model understanding).
Take a look at the "Ersatz Message Box" page on the following website:
http://home.att.net/~wshvbs/index.htm
cheers, jw
"Dwayne Brown" <d...@inormonline.com> wrote in message
news:OAr4Z#XaAHA.1380@tkmsftngp04...