-
使用vc编写一个类似Windows资源管理器的源代码,大家可以参考参考!非常实用简单...
使用vc编写一个类似Windows资源管理器的源代码,大家可以参考参考!非常实用简单-vc prepared to use a similar resource management for the Windows source code, you can refer to reference! Very simple practical
- 2022-03-24 00:16:52下载
- 积分:1
-
把任何(夸张了点)窗口放到系统托盘中,例如outlook express的主窗口...
把任何(夸张了点)窗口放到系统托盘中,例如outlook express的主窗口-Any (exaggerated point) window on the system tray, for example, the main window of outlook express
- 2023-03-31 07:00:03下载
- 积分:1
-
一个用于创建COM接口与LCC的建议
A proposal for creating COM interfaces with lcc-win32 with an extended structure holding the interface vtable and the required variables for one instance of the COM interface.
Demo for Drag and Drop.-A proposal for creating COM interfaces wit h LCC- win32 with an extended structure holding the interface vtable and the required variable s for one instance of the COM interface. Demo for Drag and Drop.
- 2023-02-15 06:55:03下载
- 积分:1
-
Right menu Should be very familiar with
右键菜单
应该都很熟悉吧
详细的看代码。简单版的-Right menu Should be very familiar with
- 2022-02-15 04:44:49下载
- 积分:1
-
Controls are a number of important applications, and the whole sample or beginne...
一些重要的控件都应用上了,总体上还是初学者的范例-Controls are a number of important applications, and the whole sample or beginners
- 2023-06-25 06:05:04下载
- 积分:1
-
以上代码实现修改显示器分辨率和刷新频率的功能,其中#region Windows Form Designer generated code private vo...
以上代码实现修改显示器分辨率和刷新频率的功能,其中#region Windows Form Designer generated code private void InitializeComponent() { this.AutoScaleBaseSize = new System.Drawing.Size(6, 14) this.ClientSize = new System.Drawing.Size(292, 273) this.Text = "改变屏幕分辨率的例子" 好象有点问题,请站长帮忙指正,修改-achieve the above code revision display resolution and refresh frequency features,# region Windows Form Designer generated code private void InitializeComponent () (this.AutoScaleBaseSize = new System.Drawing.Size (6, 14) = new System.Drawing this.ClientSize . Size (292, 273) = this.Text "change the screen resolution examples" seems a little problem, please help correct station revised
- 2022-02-01 01:26:24下载
- 积分: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
-
动态增加状态条及其他控件
动态增加状态条及其他控件-dynamic increase of the state and other controls
- 2022-03-24 23:51:09下载
- 积分:1
-
jasperreport xdsfff
Esta es 联合国缔约国 que 执行情况 sdsac el jasperreport,段 desarrollar una aplicacion que persad 三田库玛 mas desrroloo de aplicainwe sen java 段联合国 asadmehjor compresncion del lenguje sdjhdesde la realizacion de 埃斯特角 enguajed de programacion
- 2022-09-19 01:20:03下载
- 积分:1
-
XP风格界面~~比较好的一个界面出处:蓝色 责任编辑
XP风格界面~~比较好的一个界面出处:蓝色 责任编辑-XP-style interface to a better interface Source : blue Editor
- 2023-05-15 17:10:02下载
- 积分:1