vb.net - Load webbrowser content into another webbrowser control -
i have such situation:
1) 1 form named 'frm_iexplorer' webbrowser , loaded document it.
2) 1 class named 'printhtmldocument' creates webbrowser dynamically.
load same document second, dynamically created webbrowser first webrowser.
my approach in class like:
dim ie new internetexplorer ie.navigate(frm_iexplorer.webbrowser1.document())
... don't work.
frm_iexplorer not accessible.
how this?
Comments
Post a Comment