tags:

views:

42

answers:

0

How do i implement IHTMLWindow2 in my own vb.net application?

I would like to handle commands such as window.prompt with my own code and also add my own objects like the window object which can be accessed directly from javascript without using window.external.

Thanks.