文件名称:cwebpage
介绍说明--下载内容来自于网络,使用问题请自行百度
Display a Web Page in a Plain C Win32 Application:
There are numerous examples that demonstrate how to embed Internet Explorer in your own window. But these examples typically use Microsoft Foundation Classes (MFC), .NET, C#, or at least the Windows Template Library (WTL) because those frameworks have pre-fabricated \"wrappers\" to easily give you an \"HTML control\" to embed in your window. If you re trying to use plain C, without MFC, WTL, .NET, C#, or even any C++ code at all, then there is a dirth of examples and information how to deal with OLE/COM objects such as IE s IWebBrowser2. Here is an article and working example in C to specifically show you what you need to do in order to embed IE in your own window, and more generally, show you how to interact with OLE/COM objects and create your own objects in plain C.
There are numerous examples that demonstrate how to embed Internet Explorer in your own window. But these examples typically use Microsoft Foundation Classes (MFC), .NET, C#, or at least the Windows Template Library (WTL) because those frameworks have pre-fabricated \"wrappers\" to easily give you an \"HTML control\" to embed in your window. If you re trying to use plain C, without MFC, WTL, .NET, C#, or even any C++ code at all, then there is a dirth of examples and information how to deal with OLE/COM objects such as IE s IWebBrowser2. Here is an article and working example in C to specifically show you what you need to do in order to embed IE in your own window, and more generally, show you how to interact with OLE/COM objects and create your own objects in plain C.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
cwebpage/CWebPage.c
cwebpage/CWebPage.dsp
cwebpage/CWebPage.dsw
cwebpage/CWebPage.plg
cwebpage/dll/cwebpage.h
cwebpage/dll/dll.c
cwebpage/dll/dll.def
cwebpage/dll/DLL.dsp
cwebpage/dll/DLL.dsw
cwebpage/dll/DLL.plg
cwebpage/dll/example/cwebpage.dll
cwebpage/dll/example/example.c
cwebpage/dll/example/Example.dsp
cwebpage/dll/example/Example.dsw
cwebpage/dll/example/Example.plg
cwebpage/CWebPage.dsp
cwebpage/CWebPage.dsw
cwebpage/CWebPage.plg
cwebpage/dll/cwebpage.h
cwebpage/dll/dll.c
cwebpage/dll/dll.def
cwebpage/dll/DLL.dsp
cwebpage/dll/DLL.dsw
cwebpage/dll/DLL.plg
cwebpage/dll/example/cwebpage.dll
cwebpage/dll/example/example.c
cwebpage/dll/example/Example.dsp
cwebpage/dll/example/Example.dsw
cwebpage/dll/example/Example.plg
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.