-
一个注册表操作,很容易实现对注册表的操作!…
一个注册表操作类,可以很轻松地实现对注册表的操作!很好用!-a registry operations, it is easy to achieve the right to operate the registry! With good!
- 2023-04-17 19:50:03下载
- 积分:1
-
串行化SDI或MDK文档
串行化SDI或MDK文档-of SDI serial documents or refueling
- 2022-01-23 10:12:48下载
- 积分:1
-
MFC进程之间的单管道传输
资源描述
进程之间的单管道数据传输
操作平台:win10+vs2013 pro
运行结果:
1、字符与宽字符之间的转换
//宽字符转字符
void TcharToChar(const TCHAR * tchar, char * _char)
{
int iLength;
//获取字节长度
iLength = WideCharToMultiByte(CP_ACP, 0, tchar, -1, NULL, 0, NULL, NULL);
//将tchar值赋给_char
WideCharToMultiByte(CP_ACP, 0, tchar, -1, _char, iLength, NULL, NULL);
}
//字符转宽字符
void CharToTchar(const char * _char, TCHAR * tchar)
{
int iLength;
iLength = MultiByteToWideChar(CP_ACP, 0, _char, strlen(_char) + 1, NULL, 0);
MultiByteToWideChar(CP_ACP, 0, _char, strlen(_char) + 1, tchar, iLength);
}
2、创建进程及单管道传输
void CDemoDlg::OnBnClickedButton1()
{
// TODO: 在此添加控件通知处理程序代码
//管道相关
HANDLE hPWrite, hPRea
- 2022-03-06 10:20:16下载
- 积分:1
-
我们在使用《金山词霸》时发现,在《金山词霸》已经运行了的情况下,再次点击《金山词霸》的图标,那么它不会再运行另外一个《金山词霸》,而是将已有的《金山词霸》给激活...
我们在使用《金山词霸》时发现,在《金山词霸》已经运行了的情况下,再次点击《金山词霸》的图标,那么它不会再运行另外一个《金山词霸》,而是将已有的《金山词霸》给激活,始终只能运行一个《金山词霸》的实例。-we use "free email" found that the "free email" has been running the circumstances, again click on "free email" icon, then it will not run another one "free email", but would have a "free email" to activate, and always run only a "free email" examples.
- 2022-05-07 06:46:50下载
- 积分:1
-
PLSQL Package programming, and introduces the SQL language in basic operation, s...
PLSQL程序编程,主要介绍了SQL语言得基本操作,使初学者能很快得步入PLSQL的编程世界-PLSQL Package programming, and introduces the SQL language in basic operation, so beginners can quickly enter in the world of programming PLSQL Package
- 2022-07-07 22:28:13下载
- 积分:1
-
一个用VC编程中的 关于列表框 控制使用的小技巧 但感觉不是很实用 说一句 这是别人的代码...
一个用VC编程中的 关于列表框 控制使用的小技巧 但感觉不是很实用 说一句 这是别人的代码-a VC Programming on the list box control the use of small skills but is not very practical sense that this is a code of others
- 2023-07-17 20:40:02下载
- 积分:1
-
用dialog bar打开对话框的例子1
用dialog bar打开对话框的例子1-bar open dialog with the example of a dialog box
- 2023-01-11 16:25:04下载
- 积分:1
-
使用 C# 和 SQL 的预先登录窗体
提前登录窗体 C#.NET 2010年和 SQL 2008 年。
本教程为您了解如何在 C#.NET 中预先登录。它是为初学者只。
在本教程中:
新的用户注册
忘记了密码
更改用户信息
更改密码
和删除用户。
- 2022-06-13 22:05:40下载
- 积分:1
-
C#语言的关于splitter控件的编程实例
C#语言的关于splitter控件的编程实例-C# language, programming examples on the splitter control
- 2023-05-28 11:45:03下载
- 积分:1
-
设置并叠加透明图片 设置并叠加透明图片
设置并叠加透明图片 设置并叠加透明图片 -transparent set up and superimposed images to install and set superposition transparent picture and superimposed images transparent transparent set up and superimposed images to insta ll and transparent picture superimposed
- 2022-08-18 23:05:04下载
- 积分:1