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
S

shilianghui2

@shilianghui2
About
Posts
10
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • url from the html data
    S shilianghui2

    There are also some regex library in c++.

    C / C++ / MFC html question

  • url from the html data
    S shilianghui2

    you can use regular expression to extract the url from the html data.i have done this before but not in c++,just in java.

    C / C++ / MFC html question

  • Window activation
    S shilianghui2

    try to use the SetForegroundWindow.

    C / C++ / MFC help

  • Window activation
    S shilianghui2

    maybe you can use SetFocus.

    C / C++ / MFC help

  • Window activation
    S shilianghui2

    are you sure?that means your window is active.

    C / C++ / MFC help

  • Window activation
    S shilianghui2

    you should get the return value of SetActiveWindow.if the return value is null,it means failure.then you can call GetLastError and get the error code.you can use the error lookup tool to get the reason for the failure.

    C / C++ / MFC help

  • Help File vc++
    S shilianghui2

    you can put the help file into the same directory of the application file,then you can use some api such as GetModuleFileName to get the path of application file.now you can get the directory of the help file by parsing the path of application file simply.

    C / C++ / MFC help csharp c++ visual-studio

  • MFC: Easy way to download XML & HTML files to disk?
    S shilianghui2

    you can use a crawler to fetch those xml files.There are many xml parsers available.microsoft has provided a toolkit called msxml which is able to parse xml files.

    C / C++ / MFC c++ csharp html sysadmin xml

  • Timers in VC++
    S shilianghui2

    you don't have to use killtimer function to kill the timer.The statement for that function in the msdn shows that if you use an id that is existed,the old timer will be replaced.

    C / C++ / MFC c++ tutorial question

  • help??About mshtml and ie.
    S shilianghui2

    when i use a IHTMLDOMNode pointer which points to a #text node in the dom tree to get a IHTMLElement pointer,it fails. is there anyone who knows how to solve the problem?the purpose for getting the IHTMLElement pointer is that i want to get the bounding rect of the text node.

    C / C++ / MFC help html data-structures 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