搜索资源列表
Lesson8Code
- 逃跑按钮的巧妙实现。如何制作属性页对话框和向导对话框,融合讲解组合框(如何调整组合框的大小)、列表框、单选按钮、复选按钮等常用对话框控件的多种使用方法。如何限制用户在不满足设定的条件时切换到其他属性页和向导页。 -escape button cleverly achieved. How to make property pages and Wizard dialog box, the box integration on the composition (how to adjust the po
hewshow
- 在实际应用中,经常需要用以二进制形式来查看文件的内容,本例提供了一种查看二进制文件的方法,可以查看任何文件的二进制编码-in practical application, often needed for the binary form to view content of the document, the cases provided a check of the binary files, can view any document binary coding
Animation-Style_Dialog_Class
- 制作动画的类,很不错的 // construction CAniDialog(UINT nDlgID, CWnd* pParent) CAniDialog(CPoint pt, UINT nDlgID, CWnd* pParent) // operation // access frame number UINT GetFrameNum() const void SetFrameNum(UINT nFrames) // access an
hyx116
- 单选框及复选框,可以计算点击的次数,并且将它显示在对话框中-alone selects and check box, it can calculate the number, and will display it in a box
programpin
- 把窗口设置为置顶,查看相关窗口句柄等,隐藏窗体 使用方法是 把鼠标移动到某个要操作的窗体上,然后按alt+m 置顶 alt+q 取消 alt+h隐藏-put acc window set to check the relevant window handle. Hide Window method is to use the mouse to move a window to the operation, then press alt + m acc alt + q + h canceled
CatWork0506
- 计算MDI子窗口数,仅显示文件夹的打开对话框 < 窗口管理 > 1、我正在写一个 MFC 的多文档(MDI)应用。在父窗口中,我如何检查所有的MDI子窗口是否都已经关闭?如果都关闭了,那么我想在我的主窗口激活一个窗格。 2、我正在用 Visual Studio .NET 和 MFC 做一个程序。在我的程序里,用户要选择一个文件夹,并在其中拷贝文件。我可以调用 OpenFileDialog 让用户选择某个文件,但如何让打开对话框只显示文件夹呢?我见过好多安装程序给出的对话框里只显示文件
NewProPage
- 建立具有两个属性页的对话框,分别用以录入男女信息: 男方需要录入的信息: 姓名:(编辑框,最多5个汉字) 出生年份:(使用组合框,组合框不可输入,列出1950到本年度的所有年份,最近的年份在前面) 简历:(编辑框,内容比较多,要求能够多行输入) 婚否:(使用复选框) 民族:汉族,回族,藏族,其他(使用单选框) 女方需要录入的信息: 姓名:(编辑框,最多5个汉字) 年龄:(编辑框加微调按钮,范围为 20 – 60,输入范围为 0 – 188,并可通过
Test
- 关于对话框按钮的操作功能实现,讲解组合框(如何调整组合框的大小)、列表框、单选按钮、复选按钮等常用对话框控件的多种使用方法-Button on the dialog to achieve the operational capabilities to explain the combo box (combo box to adjust the size), list boxes, radio buttons, check buttons and other common dialog contr
LoginDialog
- QT写的一个登录窗口例子,输入账号密码,可以复选记住密码和自动登录-QT wrote a login window example, enter the account password, you can check to remember the password and automatic login
USER
- 登录模块用来处理系统的用户登录请求,从而防止非系统使用者进入。管理员或者网站用户通过该界面输入正确的用户名和密码,就可以登录系统界面对系统进行管理和操作;而当其输入错误的信息时则会出现提示信息,从而需要重新登录。登录的过程实际上就是用户输入的内容与数据库内相关数据进行比较,如相符则可以进入系统,若经核对不相同则无法进入系统。系统默认提供了一个管理员,其用户名为“admin”,密码为“admin”。-Login modules used to handle user login requests,
testXP
- XP样式的对话矿、按纽、单选纽,文本框和复选框,程序在VS2008编译通过-XP-style dialog mine, button, radio button, text boxes and check boxes, the program compiles in VS2008
cyuyahuadongchuangkou
- c语言模仿滑动窗口协议,源代码。(1) 编写滑动窗口协议的发送程序,令序号长度N=3,窗口最大尺寸=4; (2) 发送程序需要处理的三个事件:网络层分组到达、计时器超时、确认到达可以通过外部输入来模拟;而发送程序应送往对等方的帧直接输出,便于检查程序的正确性。 -c language to imitate the sliding window protocol, the source code. (1) the preparation of the sliding window prot
Lesson8Code
- 逃跑按钮的巧妙实现。如何制作属性页对话框和向导对话框,融合讲解组合框(如何调整组合框的大小)、列表框、单选按钮、复选按钮等常用对话框控件的多种使用方法。如何限制用户在不满足设定的条件时切换到其他属性页和向导页。 -The realization of the ingenious escape button. How do I create a property page dialog box and the Wizard dialog box, and integration on the co
thy
- 单选框与复选框按钮实例源代码 仅供初学者参考 版本C++ Builder 6.0-Radio button and check box button in the source code examples for beginners and a reference version of C++ Builder 6.0
GetDlgResult
- 弹出让用户确认的对话框,在用户确认后判断用户按下的是哪个确认按钮-pop up a dialog,after the user clicks the button of the dialog,we check which button is pressed by the user
Test--s003
- 画曲线工具,可以实现类似资源管理器检查CPU使用情况的工具-Painting curve tool, can be achieved similar to check the CPU resource management tool for the use of
Prop
- 逃跑按钮的巧妙实现。如何制作属性页对话框和向导对话框,融合讲解组合框(如何调整组合框的大小)、列表框、单选按钮、复选按钮等常用对话框控件的多种使用方法。-Clever implementation escape button. How to make a property page dialog box and the wizard dialog box, combo box integration to explain (how to adjust the size of the combo
ab
- 设计用于查询学生信息的应用程序,要求界面有一个树形控件和列表控件。树形控件分三层显示学生的分类情况:第一层是按“学院”分类,第二层按“学年”分类,第三层按“班级”分类。双击“班级”项,要在列表控件里以报表格式显示该班所有学生的学号、姓名、住址和联系方式-Designed to check student information applications require control and interface with a tree list control. Tree Controls sh
WpfAeroGlass
- 你想让你的程序程实现透明玻璃效果吗,你还在为美化界面而百般调整图片透明度吗,如果你还在这样做那你就out啦,现在win7下你只需使用一个小小的库函数就可以使用这样的效果啦,那到底怎么实现呢,这是里以c#为环境,作了一个例子,实现了窗口的透明玻璃效果,,,赶快来看看吧,,,不过有一个前提就是在win7或vista操作系统哦!!看看去吧!-Way you want your program to achieve a transparent glass effect you, your plans f
vb-checkbox-and-frame
- 介绍单选钮, 复选框,和框架的功能 ,属性,事件和方法-Introduction of radio buttons, check boxes, and frames capabilities, properties, events, and methods
