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
. For closing, probably (I didn't test it), I can kill the process.
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