[email protected] (RJB) wrote in message
I was clearly having a case of the stupids this mourning.
I should have and am now coding
oInt.Navigate sURL, 0, "", bytePost, sHeader
and now the extra windows are gone. I should note that this problem
is only apparent if the windows are visible, but it's there either
way.
The solution to the second problem, not apparent from my original
post, is that I was (duh) sending through the wrong URL.
BTW, there is a useful knowledge base article HOWTO: Use the PostData
Parameter in WebBrowser Control that the group may want to be aware
of.
Also, there are issues in testing readystate complete when the page
referenced has frames (I'm still working that out, but readystate will
go to complete for each frame as near as I can tell). The example code
I've seen will ocassionally fail (it's also timing dependent). There
are also issues determining if the page actually downloaded (still
working that out as well).
Regards,
RJB