There's a great article on Kirk Allen Evans' blog that describes how to add a web browser control to a windows form, and then set the document source. Just what I was after!
[UPDATE]
As an aside, I opted to use the DownloadComplete event to flag up the fact that the empty page had complete loading. Seemed a bit more sensible than reacting to StatusText changed events...but then if it works, it works!