登录

最新会员 最新下载

成为了本站VIP会员

05月13日 14:43

成为了本站VIP会员

05月13日 10:19

成为了本站VIP会员

05月12日 14:03

成为了本站VIP会员

05月10日 21:42

成为了本站VIP会员

05月10日 16:59

成为了本站VIP会员

05月09日 16:51
已选条件
  1. 编程语言:所有
  2. 代码类别:对话框与窗口
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. ShadeDialog

  窗体渐隐动画效果,实现MFC窗体的特效。(windows danru danchu)

10
下载
97
浏览
2014-08-02发布

2. 12_1

  利用两张静态图制造出蝴蝶在窗体上飞舞的动态效果(Use two static map on the form to create a butterfly fluttering dynamic effects)

5
下载
120
浏览
2014-05-13发布

3. toumingDiadlg

  半透明对话框源代码可以帮助大家了解其原理,移植到自己的程序中去(Translucent dialog source code can help you understand the principle, transplanted to their own programs to)

4
下载
91
浏览
2014-02-18发布

4. toumingDiadlg

  半透明对话框源代码可以帮助大家了解其原理,移植到自己的程序中去(Translucent dialog source code can help you understand the principle, transplanted to their own programs to)

4
下载
73
浏览
2014-02-18发布

5. dyong

  调用其他窗体的函数或过程 窗口未打开的时候,可以调用,但是调用之后,窗口就被加载了,虽然未显示,是隐藏在后台的。 所以不建议把公共的函数放在窗口中,可以放在模块中。 (Call other form of function or procedure when the window is not open, you can call, but after the call, the window is loaded, though not shown, is hidden in the background. It is not recommended to put a window in a public function, can be placed in the module.)

2
下载
117
浏览
2014-02-09发布

6. dyong

  调用其他窗体的函数或过程 窗口未打开的时候,可以调用,但是调用之后,窗口就被加载了,虽然未显示,是隐藏在后台的。 所以不建议把公共的函数放在窗口中,可以放在模块中。 (Call other form of function or procedure when the window is not open, you can call, but after the call, the window is loaded, though not shown, is hidden in the background. It is not recommended to put a window in a public function, can be placed in the module.)

2
下载
121
浏览
2014-02-09发布

7. MENGQIAN1

  是用自己名字命名的基于对话框MFC程序,实现的功能主要是VC++实验6里面的思考题。有复选框,有下拉列表,有输出对话框。(With their own name dialog-based MFC program' s main function is to VC++ inside Experiment 6 Questions. There are checkboxes, pull-down list, there is an output dialog.)

5
下载
88
浏览
2014-01-02发布

8. MENGQIAN1

  是用自己名字命名的基于对话框MFC程序,实现的功能主要是VC++实验6里面的思考题。有复选框,有下拉列表,有输出对话框。(With their own name dialog-based MFC program' s main function is to VC++ inside Experiment 6 Questions. There are checkboxes, pull-down list, there is an output dialog.)

5
下载
86
浏览
2014-01-02发布

9. calculator

  对话框经典起步实例计算器,能够实现普通计算器的功能,希望对初学者有所帮助(Classic examples of the dialog started calculator, to achieve common calculator functions, I hope to help beginners)

1
下载
103
浏览
2013-12-07发布

10. calculator

  对话框经典起步实例计算器,能够实现普通计算器的功能,希望对初学者有所帮助(Classic examples of the dialog started calculator, to achieve common calculator functions, I hope to help beginners)

1
下载
78
浏览
2013-12-07发布

11. ChangMenu

  在对话框中选择需要显示的view,创建相应的view的内容。(Select the view to be displayed in the dialog box, create the appropriate view of the content.)

2
下载
75
浏览
2013-12-01发布

12. ChangMenu

  在对话框中选择需要显示的view,创建相应的view的内容。(Select the view to be displayed in the dialog box, create the appropriate view of the content.)

2
下载
86
浏览
2013-12-01发布

13. FloatMenu

  VC++制作窗口内的浮动菜单和工具栏实例,像标准的窗口菜单和工具栏类似,只不过通过处理后,菜单和工具栏可以从主窗体中分享,浮动在屏幕的任意位置,可关闭浮动菜单和工具栏,像Office软件中,类似的菜单工具条随处可见,按住菜单头部的竖条即可把菜单从主窗口中分离。(Variation within the vc++ to make the window menu and toolbar example, as a standard window menus and toolbars are similar, only after processing, menus, and toolbars can share, from the main form of floating on any position of the screen, can be closed floating menus and toolbars, like Office software, similar to the menu bar can be seen everywhere, hold down the menu bar of the head to the menu from the main window. )

10
下载
96
浏览
2013-11-28发布

14. FloatMenu

  VC++制作窗口内的浮动菜单和工具栏实例,像标准的窗口菜单和工具栏类似,只不过通过处理后,菜单和工具栏可以从主窗体中分享,浮动在屏幕的任意位置,可关闭浮动菜单和工具栏,像Office软件中,类似的菜单工具条随处可见,按住菜单头部的竖条即可把菜单从主窗口中分离。(Variation within the vc++ to make the window menu and toolbar example, as a standard window menus and toolbars are similar, only after processing, menus, and toolbars can share, from the main form of floating on any position of the screen, can be closed floating menus and toolbars, like Office software, similar to the menu bar can be seen everywhere, hold down the menu bar of the head to the menu from the main window. )

10
下载
88
浏览
2013-11-28发布

15. MultiFileDlgDemo

  使用多选文件对话框,C++精选编程源码,很好的参考资料。(The use of multiple file dialog box, select the C++ programming source code, a good reference.)

2
下载
83
浏览
2013-11-28发布

16. MultiFileDlgDemo

  使用多选文件对话框,C++精选编程源码,很好的参考资料。(The use of multiple file dialog box, select the C++ programming source code, a good reference.)

2
下载
83
浏览
2013-11-28发布

17. TestHuiWen

  弹出一个对话框,输出一个字符串,然后判断出是否为回文串。(A dialog box pops up, the output of a string, and then determine whether a string is a palindrome.)

1
下载
78
浏览
2013-11-27发布

18. TestHuiWen

  弹出一个对话框,输出一个字符串,然后判断出是否为回文串。(A dialog box pops up, the output of a string, and then determine whether a string is a palindrome.)

1
下载
100
浏览
2013-11-27发布

19. ex06_1

  在基于对话框的程序中,默认是没有这个消息的,按下Ctrl+W,弹出类向导对话框,选择Class Info标签(Basic implementation of a drop source is relatively simple. The first step is to determine what events begin a drag operation.)

2
下载
64
浏览
2013-11-22发布

20. ex06_1

  在基于对话框的程序中,默认是没有这个消息的,按下Ctrl+W,弹出类向导对话框,选择Class Info标签(Basic implementation of a drop source is relatively simple. The first step is to determine what events begin a drag operation.)

2
下载
103
浏览
2013-11-22发布