LUC1EL: BLOG

TWebbrowser 와 TCppWebbrowser 차이점 본문

소프트웨어 개발/개발환경, 툴, 스크립팅

TWebbrowser 와 TCppWebbrowser 차이점

LUC1EL 2010. 9. 20. 18:28

TWebbrowser is Delphi code(VCL).
TCppWebBrowser is C++ code(Non-VCL).

TWebBrowser is in ShDocVW.hpp/pas
TCppWebBrowser is in ShDocVW_OCX.H/cpp

TWebbrowser in fact is a wrapper over Microsoft's
Shell Doc Object and Control library (SHDOCVW.DLL)
http://beensoft.blogspot.com/2006/01/fooling-around-with-twebbrowser.html

TCppWebBrowser is a wrapper for the IE ActiveX.
http://www.borlandtalk.com/tcppwebbrowser-question-vt109099.html

How to post data using TCppWebBrowser in C++Builder
http://edn.embarcadero.com/article/27519

That link is dead, but it might have pointed to

See the many additional sections in the TOC at the left.