资源列表
Hanoi_VC
- 这是一个演示汉诺塔在线移动的一个Visual C++的程序,使用对话框进行编程,演示效果非常好。-this is a source code which demostrate the hanoi using visual C++, mainly using the dialog to show the actions.
PortScanner
- Scan port, a custom port range, host address scanning port host see host which port opening service.
Lesson7Code
- 对话框用户界面程序的编写,如何向对话框控件联接数据成员及其实现机理,如何向对话框控关联控件类,如何利用对话框类的成员函数向控件发送消息和获取对话框控件的类指针,如何直接利用对话框控件类操纵对话框控件(发送消息和直接调用成员函数)。如何在程序运行时产生和销毁控件。对话框控件的几种操作方式的优劣比较分析。如何实现对话框的部分收缩和展开。如何让对话框上的文本框在程序启动后立即获得焦点,如何利用SetWindowLong改变窗口的回调函数,通过改变文本框的默认回车处理方式进行演示。实现多个输入文本框间通
NoneBorder
- 无边框类型的对话框 不用改控件属性的 非常方便 -Borderless types of dialog boxes do not change very easily control properties
Sample4_2
- 创建模态对话框实例,这类对话框弹出后,其他程序会被挂起,只有当前对话框响应用户的输入,模态对话框一般要求用户做出某种选择-Create a modeless dialog instance, such pop-up dialog box, the other procedures will be hung, only the current in response to user input dialog box, modal dialog box to make some general re
CurtainBox
- 利用百叶窗式面板组可增大窗口的可利用面积,而且把常用工具放在窗口中比放在菜单中使用更方便,现在一些大型软件如Photoshop、Dreamweaver等都采用了这种方式。在这些软件中,百叶窗式面板组都做成了可停靠的窗口,我没有这种能力,只能做成固定位置的控件组,使用时只能用在对话框或具有CFormView的视图中,整个制作很粗糙,希望高手能加以改造。
WPF_WindowFadeInOrFadeOut
- WPF窗体飞入飞出效果。对于初学者来说非常适用-Wpf Window Fade In Or Fade Out
Sample4_1
- 用VC编写的创建模态对话框实例程序,对VC初学者可以有不小的帮助
window
- VC6.0 MFC 基于对话框的应用程序的开发,对话框窗口背景颜色的改变-VC6.0 MFC dialog,change the dialog s background color
TransparentWindow
- 透明变形窗体,非常实用的代码,很值得借鉴,尤其对于初学者。-TransparentWindow。
vcDlgDLL
- 一个vc的dll应用的小例子,非常适用初学者。-a vc dll application of the small examples, very applicable beginners.
TransparentWindow
- 不规则窗口实现代码。任意画的不规则对话框窗口,甚至有抠的圆孔。