B
BatKing
Hi,
I am working on a outlook plugin to open a form window which has a
System.Windows.Forms.WebBrowser control. after loading a page from a website,
I want to catch some javascript (ie a button click or a url link click), then
base on that javascript event, I want to do some changes in my form window
(resize the window or other operations of the form window).
is it possible to catch the event and send it back to the webBrowser or the
form? and how?
thanks.
I am working on a outlook plugin to open a form window which has a
System.Windows.Forms.WebBrowser control. after loading a page from a website,
I want to catch some javascript (ie a button click or a url link click), then
base on that javascript event, I want to do some changes in my form window
(resize the window or other operations of the form window).
is it possible to catch the event and send it back to the webBrowser or the
form? and how?
thanks.