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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
V

vutrulavotann

@vutrulavotann
About
Posts
1
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Create style element with c++
    V vutrulavotann

    Hello I'm create an IE addon that inject a style sheet to page. CComBSTR scTagStyle = "STYLE"; IHTMLElement* elementStyle; HRESULT hr = spHTMLDoc->createElement(scTagStyle, &elementStyle); IHTMLDOMNode *domStyleNode; hr = elementStyle->QueryInterface(IID_IHTMLDOMNode, (LPVOID*)&domStyleNode); IHTMLStyleElement *IstyleElem; hr = elementStyle->QueryInterface(IID_IHTMLStyleElement, (LPVOID*)&IstyleElem); I dont know the way to set css_text to IHTMLStyleElement. Please help me solve this problem. Regards, Son Dang

    C / C++ / MFC help c++ css
  • Login

  • Don't have an account? Register

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