Joe
Thu Jan 22 03:41:40 CST 2004
It's not a text box it's more like a window. Is it=20
possible to change the font size and type on the following=20
script:
Set objShell =3D CreateObject("Wscript.Shell")
objShell.Popup "Welcome" & vbCrLF & "This computer for=20
company use only",15, "Network Logon", vbOKOnly +=20
vbExclamation
>-----Original Message-----
>Joe wrote:
>> I wrote a script that executes a text box at logon and I
>> wanted to increase the size of the font of the text that
>> appears.
>
>
>You have no control over the font used by MsgBox. You=20
can automate an
>instance of an InternetExpolrer.Application instance to=20
show anything you
>want. There are literally hundreds of examples of IE=20
automation that have
>been posted to the NGs (hardly a day goes by when one=20
isn't)...
>
>Here's just a small sampling courtesy of google ;-)...
>
>Google Search: internetexplorer body innerhtml=20
group:*.scripting
>
http://groups.google.com/groups?q=3Dinternetexplorer%20body%
20innerhtml%20group:*.scripting&num=3D100&scoring=3Dd
>
>
>--=20
>Michael Harris
>Microsoft.MVP.Scripting
>
>Windows 2000 Scripting Guide
>Microsoft=AE Windows=AE2000 Scripting Guide
>
http://www.microsoft.com/technet/scriptcenter/scrguide/sag
sas_overview.asp
>
>TechNet Script Center Sample Scripts
>
http://www.microsoft.com/downloads/release.asp?
ReleaseID=3D38942
>
>WSH 5.6 documentation download
>
http://www.microsoft.com/downloads/details.aspx?
FamilyId=3D01592C48-207D-4BE1-8A76-
1C4099D7BBB9&displaylang=3Den
>
>.
>