I am using .NET 2.0.
How can I iterate over all the controls of another / foreign WinForm application?
You can always use enum child windows api, window classes must be mapped to specific winforms controls.
Source: https://habr.com/ru/post/1740397/More articles:Help regarding a composite hibernate template - javaWCF: is it safe to override the Client Dispose method using a partial class? - c #Local Apache configuration for proper file handling - apachedisplay: встроенный элемент HTML5 - htmlIs there a library / tool for querying MySQL data files (MyISAM / InnoDB) without a server? (SQLite method) - sqlAndroid SOAP Web Client - androidScala type system: basic type mismatch - scalaUsing jQuery getJSON Method - jsonIs it possible to reset NSURLConnection after providing credentials? - iosЯ хочу использовать некоторые функции Matlab через .DLLs в .NET-программе - c#All Articles