How to handle windows

allexxei

New member
Joined
Jul 3, 2004
Messages
1
Programming Experience
1-3
Hi,

How do I handle windows in VB.NET? I get the MainWindowHandle from Process but I don't know what to do with it? How do I use it to handle the window? I want to do basic operations with it: minimize, maximize :eek:. For closing, probably (I didn't test it), I can kill the process.
 
Back
Top