How can I open a web page and then get the handle of the window it's opened in? I've tried the following as a start, but, although the web page opens OK, k is always Nothing.
Code:
Dim k As System.Diagnostics.Process = Process.Start("http://www.google.com")