|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Working with windows out side the VB.Net appLooking 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! >Looking for a clue in on the .Net functionality to manage windows You still have to call the user32 APIs.>outside the application, i.e. other applications. Mattias -- Mattias Sjögren [C# MVP] mattias @ mvps.org http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com Please reply only to the newsgroup. On Apr 4, 2:02 pm, Mattias Sjögren <mattias.dont.want.s***@mvps.org>
wrote: > Ah thank you Mattias, I saw that after doing more research on it. Now> 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. if I can just figure out the whole AddressOf, Callback deal I'll be in business. Thanks, Steve |
|||||||||||||||||||||||