-
Display a Web Page in a Plain C Win32 Application:
There are numerous examples...
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.
- 2022-03-02 15:03:00下载
- 积分:1
-
XP风格的TAB
XP风格的TAB-XP style of the TAB
- 2022-07-15 15:19:02下载
- 积分:1
-
非常好的树控件多选拖放
应用背景非常完美的实现了树控件的多选和拖动,插入,删除,好资源不可多得,可以加强对VC++中树控件的深入了解,也可以直接引用你的项目中关键技术VC2005+MFC实现了树控件的多选和拖动
- 2022-01-25 23:08:05下载
- 积分:1
-
运用c++builder实现闪屏效果,即程序开始之前那个等待界面
运用c++builder实现闪屏效果,即程序开始之前那个等待界面-use c builder achieve blinking screen effects, that is, before the start of that process for interface
- 2022-01-28 17:09:07下载
- 积分:1
-
vc6.0++界面编程的具体应用,对于初学者有很的参考作用。
vc6.0++界面编程的具体应用,对于初学者有很的参考作用。-vc++ application, for there are the reference for beginners
- 2022-03-07 14:54:04下载
- 积分:1
-
分层窗口的实现,VC开发
分层窗口的实现,VC开发-achieve the layered window, VC
- 2023-07-17 18:35:03下载
- 积分:1
-
6编程接口编程150例,精彩
vc++6.0编程150例 界面编程部分,内容精彩-vc 6.0 Programming Interface Programming 150 cases, as wonderful
- 2022-03-11 19:38:28下载
- 积分:1
-
VB控件实例21
VB控件实例21-30,打印调用和帮助调用,资源管理器窗口,控制面板窗口-VB Control examples 21-30, print and help call called Resource Manager window, the control panel window, etc.
- 2022-05-19 03:03:54下载
- 积分:1
-
这是介绍vc对话框的使用的,通过实例的讲解,你可以快速的走入编程高手的行列...
这是介绍vc对话框的使用的,通过实例的讲解,你可以快速的走入编程高手的行列-introduced vc This is the use of the dialog box, through examples to explain, you can quickly enter the top ranks of Programming
- 2022-03-26 11:18:24下载
- 积分:1
-
使用ListCtrl控件的程序,可以随意改变每列字体大小…
本程序采用listctrl控件,能随意改变每一栏的字体大小,能随便改变每一栏的字体颜色以及每一栏的背景颜色,颜色可自由设定(R,G,B),同时整个栏全屏显示,对学习修改控件属性有很大的用处。-the procedures used listctrl controls, can randomly change each column font size, can easily change the font of each column and each column color of the background color scheme, the freedom to set (R, G, B), while the entire column in full-screen, right to amend the Control study attributes great useless.
- 2022-04-07 13:17:30下载
- 积分:1