How to Capture HTML events in vc++?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello , Iam developing a Secure browser .The secure browser needs to capture the events in an HTML Page and execute a DLL function.One way is to capture it in HTML page thru on-click handlers and call the DLL function from the HTML event handler( thru Java script).But this is not required . What i need is to capture HTML page button clicks by the vc++ app which launches the HTML page .Iam using internet explorer's functions to display the HTML page .