Hello All,

In .NET, how can I find out the controls on a form for an application that is running on my computer? The app is either a vb or c application.

Thanks,
Vince

Re: Finding controls on a form in another application by hirf-spam-me-here

hirf-spam-me-here
Mon Jul 12 05:50:40 CDT 2004

* "=?Utf-8?B?VmluY2UgVmFyYWxsbw==?=" <VinceVarallo@discussions.microsoft.com> scripsit:
> In .NET, how can I find out the controls on a form for an application that is running on my computer? The app is either a vb or c application.

P/invoke on 'FindWindow', 'FindWindowEx', 'EnumWindows',
'EnumChildWindows'.

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>