Question What is equivalent property of Window.document?

jayawant

Member
Joined
Apr 25, 2011
Messages
21
Programming Experience
1-3
Hi All,

What is equivalent property of Window.document in vb.net?
Window.document it is the property in vb 6.0.What is equivalent property in vb.net?
in vb.net Web browser.document property is available,but I want Window.document equivalent property in vb.net.

Thanks,
 
browser.Document.Window returns top window object, is that not what you want? If not, perhaps explain what you're trying to do.
 
Back
Top