ListBox模拟Windows中改变快捷方式图标时显示的对话框演示-simulated Windows ListBox change shortcut icon is displayed when the dialog demo 下载
|
以一个实例给出了Windows程序程设中的VC++6_0菜单、图标、输入与对话框的使用方法。- 下载
|
光盘图标、光标、菜单和对话框都是相互关联的,它们是Windows的全部资源型态。资源即数据,它们被储存在程序的.EXE文件中,但是它们并非驻留在程序的数据区域中。也就是说,资源不能从程序原始码中定义的变量直接存取,Windows提供函数直接或间接地把它们加载内存以备使用。我们已经遇到了两个这样的函数,即LoadIcon和LoadCursor,它们出现在范例程序,定义窗口类别结构的内容设定叙述中。它们从Windows中加载二进制图标和光标映象,并传回该图标或光标的句柄。在本章中,我们先建立自己的图标,它会从程序自己的.EXE文件中载入。 -CD icon, cursor, menu and dialog are all interrelated, they are all of the resources of Windows patterns. The data resources, which are stored in the procedure. EXE document, but they are not in the presence of the procedures of the region. In other words, the resources can not source from the procedures defined in the variable direct access, Windows provides function directly or indirectly, they loaded memory for use. We have encountered two such function, and that is LoadIcon LoadCursor. they appeared in the sample programs, the definition of window types of content creation narratives. They load from the Windows binary icon and cursor image, and sent back to the icon or cursor handle. In this chapter, we first establish their own icon, it would have its own procedures. EXE file to inclu 下载
|
CIconDialog - 图标选择对话框-CIconDialog-selection dialog box icon 下载
|
动态对话框图标原程序-dynamic dialog icon original program 下载
|
资源编辑专家,专门搜索DLL文件里的图片,光标,对话框资源-editorial resources experts, specialized search DLL file photographs, cursor, the dialog resources 下载
|
网友铁拳编写的一个员工管理的程序,说明: 该示例演示了在弹出式菜单左侧显示一张位图,完整的 VB 源代码,相关效果图请见 http://www.vjstudio.net/tekken/bmpmenu.gif 登录密码请填 aa,其中还演示了一些关于 API 的使用技巧。比如说主窗体的大小不能随心所欲的改变,当缩小到一定范围就无法继续缩小。在程序中增加了动画光标显示,并且该动画光标可以显示在 Windows 标准关于对话框中。在任务栏中增加图标,并使用自定义消息处理函数来响应鼠标事件等等,具体细节大家自己琢磨吧。 注意:在 Win9x 机器下使用时请不要将鼠标移动到任务栏弹出菜单的帮助菜单上,否则可能会出现 GPF 错误,从而导致 Windows 蓝屏,Win98 第三版好像没事,在 Win2k 或 WinXP 下测试均能达到完美的效果。-Netizen fist prepared a staff management procedures Description : This example demonstrated in a pop-up menu shows the left side of a bitmap, VB integrity of the source code, see Figure effect http://www.vjstudio.net/tekken/bmpmenu.gif login password please fill aa , which also demonstrated a number of skills in the use of the API. For instance, the main forms of arbitrary size can not change, when reduced to a certain extent it will be impossible to continue to shrink. The procedures added to the animated cursor, and the animated cursor will be able to show Windows standard on the box. Column increase in the mission icon, and the use of custom message processing function to respond to mouse events, etc., specific details we all carve it. Note : Win9x machines under Please do not use the m 下载
|
这是一个简单的画圆功能,主要让用户学会如何利用Windows提供的画图工具,用户单击鼠标右键则会弹出对话框选择线宽,在菜单上也设计了圆的颜色选择菜单。-This is a simple function of the Circle. mainly for users to learn how to use Windows for the drawing tools, Users right-click pop-up dialog box will be chosen linewidth, the menu also designed a circular color choice menu. 下载
|
图形的绘制,如何使用自定义画笔(颜色,线宽,线形)。如何为程序中添加选项菜单和选项设置对话框,如何使用标准颜色对话框,如何使用字体对话框,在选项对话框中实现预览功能。实现选项对话框和窗口类中的数据交换。如何改变对话框和控件的背景色,如何改变控件的文本颜色,对按钮控件的特殊处理。如何在窗口中显示一幅位图。- 下载
|
外国人写的一个菜单类,使用在对话框上,可以方便的在菜单加入自定义图标,可以设定显示为xp菜单方式和普通的菜单方式- The foreigner writes a menu class, uses in the dialog box, may facilitate joins in the menu from the definition chart sign, may establish the demonstration is the xp menu way and the ordinary menu way 下载
|