Working with frames in webbrowser Control
问题 I am using <webbrowser>.Document.Window.Frames to get frames. My <WebBrowser> having 2 frames.My only problem is ,I seem one at index 0, but not 1. Any help? HtmlWindow wf = wb.Document.Window.Frames[1]; string s = wf.Document.Body.OuterHtml; and view source <frameset rows="0,*" border="0" frameborder="0" framespacing="0"> <frame name="entrustTruePassAppletFrame" src="EntrustTruePassApplet.html" marginwidth="0" marginheight="0" scrolling="no" noresize> <!-- It is mandatory for the frame where