-
vb实现.net风格的源代码!无需要Dll支持,就可以现实.net风格的菜单、edit控件、combo控件等。...
vb实现.net风格的源代码!无需要Dll支持,就可以现实.net风格的菜单、edit控件、combo控件等。-vb achieve. Net style of the source code! Dll no need support, it can reality. Net-style menu, edit controls, combo controls.
- 2023-05-06 07:50:03下载
- 积分:1
-
用 C++ 创建简单的 Win32 服务程序(NTServCtrl) 详细信息 < NT服务 > 《用 C++ 创建简单的 Win32 服务程序》一...
用 C++ 创建简单的 Win32 服务程序(NTServCtrl) 详细信息 < NT服务 > 《用 C++ 创建简单的 Win32 服务程序》一文的例子代码。描述如何用 Visual C++ 创建 Windows NT 服务程序。创建该服务仅用到一个 C++ 类,这个类提供服务与操作系统之间一个简单的接口。使用这个类实现自己的服务非常简单,只要改写少数几个基类中的虚拟函数即可。文中有三个源代码参考例子:这是其中之一―― NTServCtrl:是一个独立的程序例子,用它可以监控某个 Win32 服务; 其余两个分别为: NTService:是一个简单的 Win32 服务,它就是用本文所描述的方法建立的; NTServCpl:是一个控制面版程序,用来控制 NTService 服务;-create simple Win32 services (NTServCtrl) detailed information lt; NT services gt; "C create simple Win32 service procedures," a text of the code examples. Describe how to use Visual C create Windows NT service procedures. Creation of the service only to a category C, the category of services provided between an operating system with a simple interface. Use this category to realize their services are very simple, as long as rewriting a few of the base class function can be virtual. The text has three reference source code example : This is one of them-- NTServCtrl : an independent process example, it can monitor with a Win32 servi
- 2022-12-15 07:30:03下载
- 积分:1
-
一个用MFC编写的画图软件,可以话一些简单的图形,适合新手学习用...
一个用MFC编写的画图软件,可以话一些简单的图形,适合新手学习用-MFC prepared a drawing with the software, you can say some simple graphics, suitable for novices to learn
- 2022-06-18 23:57:59下载
- 积分:1
-
制作一个图片查看的小程序,无缝连接各需要查看的图片,并做成控件的形式
制作一个图片查看的小程序,无缝连接各需要查看的图片,并做成控件的形式-To produce a picture to see a small procedures, seamlessly connecting all need to see the picture, and made the form of control
- 2022-02-25 16:12:47下载
- 积分:1
-
WPF摄影系统完整例子按钮、浏览、菜单、样式
基于C# WPF 编写的摄影系统UI Demo,包含透明窗口 , 背景贴图及特效,Button 三态, ListItem的使用 。
- 2023-01-05 22:40:05下载
- 积分:1
-
用WTL实现的滚动条的控件,该控件使用灵活,参考codeproject
用WTL实现的滚动条的控件,该控件使用灵活,参考codeproject-WTL realize with the scroll bar control, which controls the use of flexible, reference codeproject
- 2022-01-26 04:13:36下载
- 积分:1
-
对页面置换算法的模拟分析,包括FIFO,LRU,OPT,LFU,NUR
对页面置换算法的模拟分析,包括FIFO,LRU,OPT,LFU,NUR-right pages replacement algorithm simulation analysis, including FIFO, the LRU, OPT, LFU, NUR
- 2022-02-09 21:25:37下载
- 积分:1
-
我自己用vc编写的图像融合效果评价,觉得还可以吧。
我自己用vc编写的图像融合效果评价,觉得还可以吧。-my own use vc prepared by the Evaluation of image fusion, it can also think.
- 2023-02-22 21:10:05下载
- 积分:1
-
钩子程序
全局钩子,可以实现对键盘的监听和消息的处理,供新手学习系统编程
- 2022-11-04 20:45:03下载
- 积分: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