ScriptPW.Password and ScriptPW.dll

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



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

.



Relevant Pages

  • auto-extracting for dll
    ... launched install a dll and register it into to the system? ... Prev by Date: ...
    (comp.programming)
  • regsvr32
    ... On a newly setup Windows 2003 box, I'm trying to register a dll using ... Prev by Date: ...
    (microsoft.public.windows.server.general)
  • Re: OWA shows HTTP/1.1 503 Service Unavailable
    ... tried to register the DLL and I received the following error: ... Mike ... Prev by Date: ...
    (microsoft.public.exchange.admin)
  • Re: .NET - end user reality check
    ... > Scott Roberts wrote: ... >> specific version of a DLL in Win32. ... > Why do you have to register a DLL to use it? ... Prev by Date: ...
    (borland.public.delphi.non-technical)
  • RE: Registering a custom DLL after deployment - advice?
    ... Register property to vsdraCOM - and leave the output as content ... I added the dll and the tlb and set the build action to ... publishing and invoke the .bat file. ... The custom dll is for the Access ADP. ...
    (microsoft.public.dotnet.languages.csharp)