The toolkit WEPM object was deprecated, and became part of the Window-Eyes object model instead.

Aaron

Jeff Weiss wrote:
This came from the GwToolkit Manual.
Can somebody tell me what is wrong with this section of code.
' This example creates a details object containing name, version,
' and stopprompt properties.
Set WEPMInfo = SharedObjects("com.GWMicro.GWToolkit.WEPMInfo").NewDetails
Set WEPMDetails = WEPMInfo.GetDetails("h:\Scripts\ScriptTemplate.wepm")
If Not WEPMDetails Is Nothing then
speak "nothing here" else
MsgBox WEPMDetails.Name
MsgBox WEPMDetails.Version
MSGBox WEPMDetails.StopPrompt
End If
' Retrieving WEPMDetails.Name would return the internal name of the script
' Retrieving WEPMDetails.Version would return the script version number
' Retrieving WEPMDetails.StopPrompt indicates whether the script
' will prompt the user to stop all running scripts before installing

--
To insure that you receive proper support, please include all past
correspondence (where applicable), and any relevant information
pertinent to your situation when submitting a problem report to the GW
Micro Technical Support Team.

Aaron Smith
GW Micro
Phone: 260/489-3671
Fax: 260/489-2608
WWW: http://www.gwmicro.com
FTP: ftp://ftp.gwmicro.com
Technical Support & Web Development

Reply via email to