.Net client-side WSH call and Vista -
12-04-2007
, 07:56 PM
I have an inTRAnet web-app that runs fine under XP, but not Vista. The .apsx
does a VBscript command which fails to execute:
set wsh = createobject("WScript.Shell")
in order to print without url headers and footers - eg, a business letter.
On the user's PC, I set to enable the parameter:
"Initialize and script ActiveX controls not marked as safe for scripting"
But that had no effect. How can I set up user PCs running Vista to make
this work? |