-
异开窗口,实现像NetPhone一样的窗体
异开窗口,实现像NetPhone一样的窗体-varies open window and realizing the same as NetPhone Form
- 2023-03-29 17:45:03下载
- 积分:1
-
一个简单而高效的mdi对话框实例,并带有窗体分割效果
一个简单而高效的mdi对话框实例,并带有窗体分割效果-a simple but highly active mdi dialog sample, in this sample it also have a window split function
- 2022-04-27 13:49:20下载
- 积分:1
-
利用IE预览打印报表示例
vb开发的用IE预览打印报表的程序例程,可以应用到其他开发的项目中去,已经测试过了,好用的,请大家放心些下载!
- 2022-01-28 09:37:37下载
- 积分:1
-
snakeandladder NetBeans Java游戏
资源描述NetBeans 基本蛇和梯子的游戏;这个游戏真的很好;NetBeans 基本蛇和梯子的游戏;这个游戏真的很好;NetBeans 基本蛇和梯子的游戏;这个游戏真的很好;
- 2022-06-03 05:09:49下载
- 积分:1
-
MSN imitation, as in the lower right corner to draw slowly prompt window.
仿MSN一样,在右下角慢慢的划出提示窗口。-MSN imitation, as in the lower right corner to draw slowly prompt window.
- 2022-06-16 22:17:06下载
- 积分:1
-
This is a SQL interface editorial clone of the source, can handle inquiries.
这是一个SQL Serer界面编辑的源程序,能处理查询问题。-This is a SQL interface editorial clone of the source, can handle inquiries.
- 2022-01-22 04:36:17下载
- 积分:1
-
类似spy++里查找窗口功能的程序
类似spy++里查找窗口功能的程序-The app which likes spy
- 2023-04-30 19:05:03下载
- 积分:1
-
VC实现串口通讯显示
///////////////文件 commDlg.cpp////////////////
//一个类,对话框类,本程序使用的是对话框形式,这个类是在VC用MFC自动生成的,其中包括了对话框程序应有的一些方法
class CAboutDlg : public CDialog
{
};
/********************以下的个方法也是VC的MFC的对话框程序固有的,也是MFC自动生成的**************/
CAboutDlg::CAboutDlg() : CDialog(CAboutDlg::IDD)
{
}
void CAboutDlg::DoDataExchange(CDataExchange* pDX)
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-01-25 13:10:04下载
- 积分:1
-
not introduced, following the famous VC interface development kit (with source c...
不用介绍了,VC下面著名的界面开发包(带源代码),用VC的至少听说过。-not introduced, following the famous VC interface development kit (with source code), the VC at least heard of.
- 2022-01-22 04:59:42下载
- 积分:1
-
我们经常会使用到组合框,而组合框是是有2种功能的
我们经常会使用到组合框,而组合框是是有2种功能的--下拉和列表。一般情况下,列表框的宽度和选择框是一样宽的,但是我们有些时候确实很需要把列表框的宽度变大,一便让我们能更好的看我们要选的东西。 为了能有这个功能,我写了下面的这个函数。首先得在你的对话框中添加一个的WM_CTLCOLOR的消息句柄,或者使用CComboBox的继承类,而且在其中添加下面的代码:-we often use to mix frame, and frames are combinations are two kinds of functions-- and the drop-down list. Under normal circumstances, the list box and the width of the selection box is the same width, but sometimes we need to do is list the width of the frame, one will enable us to better do our election of the things. To have this function, I wrote the following this function. First of all in your dialog box to add one of the news WM_CTLCOLOR handle, or use the inheritance CComboBox category, but which add the following code :
- 2022-08-02 15:44:40下载
- 积分:1