-
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
-
在Unicode Delphi组件
Unicode components for delphi
- 2022-02-03 14:07:12下载
- 积分:1
-
Windows XP风格对话框
Windows XP风格对话框-Windows XP style dialog
- 2022-03-18 18:12:38下载
- 积分:1
-
j2me实习一般的游戏小框架,对初学者十分有用,这个框架包含了一般的界面实现。如有不良Email:jamz64@sohu.com...
j2me实习一般的游戏小框架,对初学者十分有用,这个框架包含了一般的界面实现。如有不良Email:jamz64@sohu.com-j2me practises the common game small frame, is extremely useful
to the beginner, this frame has contained the general contact surface
realization. If has not good Email:jamz64@sohu.com
- 2022-01-25 19:49:09下载
- 积分:1
-
sdl设置关键色
这个源代码的版权由Lazy Foo" 产品(2004-2013) 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-05-08 15:24:52下载
- 积分:1
-
windows game programming examples, there are hundreds of examples of procedures,...
windows游戏编程例子,有上百了例子程序,演示各种应用
[MTSClientSrc.zip] - 于多线程tcp服务的对应的客户端代码,主要实现发送命令到服务器然后再出来从服务器端返回的命令
[国际象棋在线游戏服务器端程序.rar] - 国际象棋在线游戏服务器端程序
-windows game programming examples, there are hundreds of examples of procedures, demonstration of a wide range of applications [MTSClientSrc.zip]- in the multi-threaded tcp services corresponding client code, the main achievement of sending commands to the server and then out from the server-side return command [chess online game server-side procedures. rar]- Chess online games, server-side procedures
- 2022-08-12 22:53:04下载
- 积分:1
-
可以调整尺寸的对话框例子,在对话框右下角显示一个三角,可以调整控件的尺寸及位置.利用CResizableDialog实现,该类派生自CDialog,是纯MFC的...
可以调整尺寸的对话框例子,在对话框右下角显示一个三角,可以调整控件的尺寸及位置.利用CResizableDialog实现,该类派生自CDialog,是纯MFC的例子-can adjust the size of the dialog example, the lower right hand corner of the dialog box shows a 1.3, can adjust the controls the size and position. Use CResizableDialog realized, derived from CDialog such, are pure examples of MFC
- 2022-07-06 10:48:33下载
- 积分:1
-
仓库管理系统开发
1需求分析
1.1系统的目的
货物仓库管理系统主要针对于日常库存信息的管理,它针对仓库日常发生的业务,分为了两大类,即入库和出库,用户通过相应的模块,对仓库里的物品的基本情况进行操作,对库存数量进行查询,用户通过简单的操作即可轻松的管理仓库。
1.2系统功能及用户需求分析
- 2022-03-18 22:52:17下载
- 积分:1
-
C# xmodem测试源码
C#写的xmodem测试源码,仅供大家参考。欢迎大家下载、试用。谢谢大家的支持!
- 2022-11-20 08:10:02下载
- 积分:1
-
二进制转换器
BOOL Main_OnInitDialog(HWND hwnd, HWND hwndFocus, LPARAM lParam)
{
return TRUE;
}
void Main_OnCommand(HWND hwnd, int id, HWND hwndCtl, UINT codeNotify)
{
switch(id)
{
case IDC_OK: //控件标号
{
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-02-21 21:27:27下载
- 积分:1