Hi,
I have a webbrowser in my windows form application. I navigate a page and after document completed i click "download" button with javascript. cleary ;
wb.Document.GetElementById("btnDownload").InvokeMember("click");
then save file dialog shows up. But I need to get this file as stream.
thanks.