When a WebBrowser2 control navigate a Web Page,how to drop selected range's html source to a EditBox control?
COM
1
Posts
1
Posters
0
Views
1
Watching
-
In my program, have a EditBox and a WebBrowser2 control,I want to drop a select range's html source to the EditBox control,when I use WebBrowser2 control to navigate a Web page. My original way is,when a event(mouse dorp) coming , I send a copy(Ctrl + C) event, then paste the content in the clipboard,but I think is effect on the other program. So I want other way for resolute this problem. Very thanks.