>Looking for a clue in on the .Net functionality to manage windows
>outside the application, i.e. other applications.
You still have to call the user32 APIs.
Mattias

Signature
Mattias Sjögren [C# MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
Zamdrist - 05 Apr 2007 16:43 GMT
On Apr 4, 2:02 pm, Mattias Sjögren <mattias.dont.want.s...@mvps.org>
wrote:
> You still have to call the user32 APIs.
>
[quoted text clipped - 3 lines]
> Mattias Sjögren [C# MVP] mattias @ mvps.orghttp://www.msjogren.net/dotnet/|http://www.dotnetinterop.com
> Please reply only to the newsgroup.
Ah thank you Mattias, I saw that after doing more research on it. Now
if I can just figure out the whole AddressOf, Callback deal I'll be in
business.
Thanks,
Steve