ScriptPW.Password and ScriptPW.dll
- From: "Paul Davidson" <PaulDavidson@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 31 Aug 2005 08:08:03 -0700
Anyone have any details on this dll ?
I can register and get an object just fine
but when I try use the GetPassword method,
it returns a null
Set objPassword = CreateObject("ScriptPW.Password")
WScript.StdOut.Write "Please enter your password:"
' IsObject(objPassword) return true (I've verified that)
' (null): Unspecified error happens here
strPassword = objPassword.GetPassword
Does this dll need to be registered ?
How to do that ?
Why does the object return true but the method fail ?
--
TIA
Paul Davidson
.
- Prev by Date: Deferred delivery using CDO & SMTP
- Next by Date: RE: Launch vbs file in IE
- Previous by thread: Deferred delivery using CDO & SMTP
- Index(es):
Relevant Pages
|