MFC Small Program:
First, in MFC simple use of the WebBrowser ActiveX plugin method:
See blog: http://blog.csdn.net/supermanking/article/details/5866213
Second, create a view in the dialog box (I'm creating a scrolling view here):
See blog: http://blog.csdn.net/clever101/article/details/4873994
http://blog.csdn.net/clever101/article/details/3779089
Third, create the control dynamically. and add a message response (here is a static text control.) and set the click Message Response to it)
See blog: http://blog.csdn.net/shuaiby/article/details/8537908
Program source code Download (program source code only for reference study);
http://download.csdn.net/detail/lp310018931/7994877 (download required 5 points)
Author: http://blog.csdn.net/lp310018931
MFC applet 003------MFC uses the WebBrowser component, creates a scrolling view in a dialog box, dynamically creates a static text control and sets the message response of the mouse click