Home All Groups Group Topic Archive Search About

Working with windows out side the VB.Net app

Author
4 Apr 2007 2:15 PM
Zamdrist
Looking for a clue in on the .Net functionality to manage windows
outside the application, i.e. other applications. Just looking to find
the window handle by title and adjust its properties such as top,
left, etc.

Much like here, but using Win32 API

http://vbnet.mvps.org/index.html?code/helpers/restorehwnd.htm

Thanks!

Author
4 Apr 2007 8:02 PM
Mattias Sjögren
>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

--
Mattias Sjögren [C# MVP]  mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
Author
5 Apr 2007 3:43 PM
Zamdrist
On Apr 4, 2:02 pm, Mattias Sjögren <mattias.dont.want.s***@mvps.org>
wrote:
>
> You still have to call the user32 APIs.
>
> Mattias
>
> --
> 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

AddThis Social Bookmark Button