-
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
-
Development of an interface with the SWT Designer program can copy some files un...
一个用SWT Designer开发的界面程序 可以拷贝指定目录下的某些文件到其他地方,实现了文件浏览器的功能,可以对项目进行排序,最后按XML格式生成项目说明,同时生成TXT的目录结构
这是我在公司为公司拷贝文件方便做的一个小工具 并不一定对大家都适合 -Development of an interface with the SWT Designer program can copy some files under the specified directory to other places to achieve the file browser functions, you can sort the project, the final project description is generated by XML format, while creating the directory structure that TXT I copied the file in the company to facilitate the company to do a little tool does not necessarily fit all
- 2022-02-13 09:38:37下载
- 积分:1
-
图形界面制作
图形界面制作-The production of graphical interface
- 2022-02-03 09:10:28下载
- 积分:1
-
VC 纯代码实现LED数字时钟
这里向大家展示另外一种使用VC++实现数字电子钟的方法,本人自写,虽然效果不是太好,但本着学习的态度和大家交流,希望对大家有借鉴意义。代码作者:庄三少。
- 2023-08-12 06:40:03下载
- 积分:1
-
A file/folder browsing control that integrates an editbox and a button with buil...
A file/folder browsing control that integrates an editbox and a button with built-in images.
- 2022-07-01 09:49:13下载
- 积分:1
-
MFC 实现窗口最大化、最小化、还原
对于初学MFC的同学,可以很好的学习并理解串口界面的弹出、最大化、最小化等功能
- 2023-08-10 19:05:04下载
- 积分:1
-
输入法感知应用程序
输入法感知应用程序,应用程序有下列类型: ●无IME支持应用程序:这种应用程序不控制IME,然而,如果应用程序接受DBCS字符,用户可以通过IME在应用程序中输入DBCS字符。 ●部分IME支持应用程序:这种应用程序只控制不同的IME上下文,例如打开和关闭IME、写作窗口等等,但是不重新显示任何IME用户界面。 ●完全IME支持应用程序:这种应用程序负责管理通过IME显示给应用程序的任何信息。此次包只有部分IME支持
- 2022-05-18 18:25:50下载
- 积分:1
-
ListCtrl控件实例源代码
可以编辑的ListCtrl控件实例源代码 ,界面友好。语言:VC++。有原始的clistctrl与自己编写可以编辑的editlistctrl进行对比。源代码注释比较详细。
- 2022-02-06 12:32:35下载
- 积分:1
-
《Linux环境下Qt4图形界面与MySQL编程》一书中所有源代码
《Linux环境下Qt4图形界面与MySQL编程》一书中所有源代码都包含在这里,很适合Qt界面开发初学MySQL数据库的人!
- 2022-01-28 22:15:01下载
- 积分:1
-
一个可以很方便的用来编写渐变进度条的MFC控件源码,里面的demo给出了一个应用的例子。
一个可以很方便的用来编写渐变进度条的MFC控件源码,里面的demo给出了一个应用的例子。-One can easily be used to prepare the gradual progress of the MFC control source, which gives a demo of the application examples.
- 2022-10-19 17:00:03下载
- 积分:1