How find a SubForm of a application with changing texts?
Posted
by Kovu
on Stack Overflow
See other posts from Stack Overflow
or by Kovu
Published on 2010-03-15T10:03:11Z
Indexed on
2010/03/15
10:09 UTC
Read the original article
Hit count: 134
c#
Hi,
I have Application X with Subform x1, x2, x3.
The Subform has, because its multi-language, not a static text in it, neither a specific window header text or something.
What can I do to find this window in my code an react when its open, e.g. with a messagebox?
© Stack Overflow or respective owner