Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
C

ChengMing Liu

@ChengMing Liu
About
Posts
4
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to get the clicked link's URL?
    C ChengMing Liu

    When I navigate the web with HtmlView,how to get the clicked link's URL before OnNewWindow2 enent fire.

    C / C++ / MFC tutorial question

  • When a WebBrowser2 control navigate a Web Page,how to drop selected range's html source to a EditBox control?
    C ChengMing Liu

    very thanks,Have you got other way? eg: I use IHTMLDocument2 interface, call IHTMLDocument2::get_selection() get a IHTMLSelectionObject interface, and call IHTMLSelectionObject::createRange() get IDispatch then I didn't know how to get innerHTML From IDispatch. my idea was born from a javascript function(document.selection.createRange().innerHTML)

    C / C++ / MFC html help tutorial question

  • When a WebBrowser2 control navigate a Web Page,how to drop selected range's html source to a EditBox control?
    C ChengMing Liu

    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.

    COM html help tutorial question

  • When a WebBrowser2 control navigate a Web Page,how to drop selected range's html source to a EditBox control?
    C ChengMing Liu

    In my application, 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.

    C / C++ / MFC html help tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups