▍1. ShadeDialog
窗体渐隐动画效果,实现MFC窗体的特效。(windows danru danchu)
窗体渐隐动画效果,实现MFC窗体的特效。(windows danru danchu)
利用两张静态图制造出蝴蝶在窗体上飞舞的动态效果(Use two static map on the form to create a butterfly fluttering dynamic effects)
半透明对话框源代码可以帮助大家了解其原理,移植到自己的程序中去(Translucent dialog source code can help you understand the principle, transplanted to their own programs to)
半透明对话框源代码可以帮助大家了解其原理,移植到自己的程序中去(Translucent dialog source code can help you understand the principle, transplanted to their own programs to)
调用其他窗体的函数或过程 窗口未打开的时候,可以调用,但是调用之后,窗口就被加载了,虽然未显示,是隐藏在后台的。 所以不建议把公共的函数放在窗口中,可以放在模块中。 (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.)
调用其他窗体的函数或过程 窗口未打开的时候,可以调用,但是调用之后,窗口就被加载了,虽然未显示,是隐藏在后台的。 所以不建议把公共的函数放在窗口中,可以放在模块中。 (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.)
是用自己名字命名的基于对话框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.)
是用自己名字命名的基于对话框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.)
对话框经典起步实例计算器,能够实现普通计算器的功能,希望对初学者有所帮助(Classic examples of the dialog started calculator, to achieve common calculator functions, I hope to help beginners)
对话框经典起步实例计算器,能够实现普通计算器的功能,希望对初学者有所帮助(Classic examples of the dialog started calculator, to achieve common calculator functions, I hope to help beginners)
在对话框中选择需要显示的view,创建相应的view的内容。(Select the view to be displayed in the dialog box, create the appropriate view of the content.)
在对话框中选择需要显示的view,创建相应的view的内容。(Select the view to be displayed in the dialog box, create the appropriate view of the content.)
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. )
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. )
使用多选文件对话框,C++精选编程源码,很好的参考资料。(The use of multiple file dialog box, select the C++ programming source code, a good reference.)
使用多选文件对话框,C++精选编程源码,很好的参考资料。(The use of multiple file dialog box, select the C++ programming source code, a good reference.)
弹出一个对话框,输出一个字符串,然后判断出是否为回文串。(A dialog box pops up, the output of a string, and then determine whether a string is a palindrome.)
弹出一个对话框,输出一个字符串,然后判断出是否为回文串。(A dialog box pops up, the output of a string, and then determine whether a string is a palindrome.)
在基于对话框的程序中,默认是没有这个消息的,按下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.)
在基于对话框的程序中,默认是没有这个消息的,按下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.)