Setting list control title via script?
Posted: Sun Jan 16, 2005 12:51 pm
I have a list control and I would like to be able to dynamically set the title via a VBscript using a line like this:
When I run the script I get an error: Unable to find Property with Description [Title]. Am I doing something wrong or is this not supported?
-- Dave
Code: Select all
SetPropertyValue "Ripped DVD List.Title", "** No Titles Found **"
When I run the script I get an error: Unable to find Property with Description [Title]. Am I doing something wrong or is this not supported?
-- Dave