09-25-2009, 12:10 AM
I have a windows application that keeps changing its name. Though all the rest of the properties are the same the the text property and regexpwndtitle property keeps changing I have tried a few things with the regualr expressions but nothing seems to work.
If a project is open in the application the then Text property says Project-Control Designer and the regexpwndtitle says Project. Every new indow requires a new obect in the repository. I have been trying to add regualr expressions to the These two properties such that I can use the same object for any project. I havent had any success.
What can I Do?
(Project is a variable that keeps changing)
regexpwndtitle = Project
Text = Project-Control Designer
If a project is open in the application the then Text property says Project-Control Designer and the regexpwndtitle says Project. Every new indow requires a new obect in the repository. I have been trying to add regualr expressions to the These two properties such that I can use the same object for any project. I havent had any success.
What can I Do?
(Project is a variable that keeps changing)
regexpwndtitle = Project
Text = Project-Control Designer