Bruce, I'm not Chip, but you need to get a Set file reference first. I'm not in front of a computer at the moment, so the following is from memory:
We = win32com.client.Dispatch(:"WindowEyes.Application") Settings = we.Settings2.Effective Settings.ScreenSettings.Rate = 42 Regards, Steve -------- Original Message -------- From: BT <[email protected]> Sent: Thu May 24 19:36:16 EDT 2012 To: [email protected] Subject: No ScreenSettings property! Hi Chip, How come this does not work? WeComputerVoice = CreateObject( "windoweyes.application") WeComputerVoice.ScreenSettings.Rate = 62 "Error, Raised Attribute Error!" The format for Speech works, but not the same format for ScreenSettings. Why is this? This is a Python format and not a .vbs so the Set command is not needed. Bruce -- Sent from my Android phone with K-9 Mail. Please excuse my brevity.
