搜索资源列表
-
1下载:
用VC写的自定义控件的程序
该控件是一个MFC常规DLL,它实现了一个简单的功能,类似于Static控件。
它可以显示一段文本
当用户利用鼠标左键单击时,该控件就给父窗口发送一个单击通知消息
可以响应两个用户自定义消息,WM_SETCONTROLTEXT(设置显示的文本),WM_GETCONTROLTEXT(得到显示的文本)-VC write OCX control of the process is a conventional MFC DLL, it achieved a s
-
-
0下载:
这是用VB开发的用户控件,用于实现在非XP操作系统下的XP按钮-This is the VB-user control for the non-XP operating system Windows XP button
-
-
0下载:
A user control resembling a combobox. When the dropdown button is clicked, a browse through a folder treeview to select a directory is displayed. Uses the SHBrowseForFolder function, amongst other APIs. A call back procedure is implemented showing t
-
-
0下载:
一个修改对话框窗口控件的小程序,可以自定义按钮控件的颜色,外观,触发方式,并且包含一些写好的BUTTON类,可以在程序中直接使用。-a revised dialog controls a small window procedures, user-defined buttons can control the color, appearance, trigger, written and contains some of BUTTON categories, the procedure can
-
-
0下载:
This control is a .NET version of the extended ListBox editor that originally showed up in Visual Studio. The control offers an extensible interface for specifying ordered entries of data items in string format. The control uses a button at the end o
-
-
0下载:
vb-xp风格界面控件-使用函数集合
button,tab,text,combo,progressbar
MD5计算
注册表读写-vb xp style user Control
button,tab,text,combo,progressbar
-
-
0下载:
《Windows多媒体编程基础》第二章源代码
LoadPic 演示位图加载和缩放显示功能
PageV 演示CHtmlView类的简单使用,用户可以在应用程序中打造自己的浏览器(功能非常强大,看你怎么用)
ST 演示CStatic控件的用法。证明静态不静(可以充满动感)
MyButtonTest 演示普通按钮的动态创建
MyBitmapButton 演示位图按钮的动态创建
-" Windows Multimedia Programming" chapter
-
-
0下载:
当用户在组合框中单击应用按钮时,一个指定标题的静态文本控件将会出现-When the user in the combo box, click the Apply button, specify the title of a static text control will appear
-
-
0下载:
逃跑按钮的巧妙实现。制作属性页对话框和向导对话框,融合讲解组合框(调整组合框的大小)、列表框、单选按钮、复选按钮等常用对话框控件的多种使用方法。限制用户在不满足设定的条件时切换到其他属性页和向导页。 -Clever implementation escape button. Production Property Pages dialog box and the wizard dialog box, combo box integration to explain (to adjust the
-
-
0下载:
该套控件包包含17个用户控件源代码,是一套支持完全自定义的图形界面的用户控件(默认风格为XP风格)。不需要其他第三方支持,每个控件的安全子类技术都是使用汇编代码的编写。
主要包括vkCommand按钮控件(类似XP图标风格),vkListBox列表框控件(非常快,4秒钟添加100000条项目,支持),checkboxes多选按钮,支持图标,每个内容不同风格,文件列表,文件夹列表和驱动器列表等。-The control package includes 17 sets of user con
-
-
0下载:
ImageComboBox控件拥有以下功能:
(1) 美化下拉按钮和边框,前面的文章已经实现。
(2) 当ComboBox没有控件选择项和没有焦点时显示提示用户操作信息,前面的也文章已经实现。
(3) 在下拉列表框的项中显示图标,项可以缩进。
(4) 在ComboBox控件中也显示图标。-ImageComboBox control has the following features: (1) beautify the drop-down button a
-
-
0下载:
逃跑按钮的巧妙实现。如何制作属性页对话框和向导对话框,融合讲解组合框(如何调整组合框的大小)、列表框、单选按钮、复选按钮等常用对话框控件的多种使用方法。如何限制用户在不满足设定的条件时切换到其他属性页和向导页。 -Clever implementation escape button. How to make the property page dialog box and wizard dialog box, combo box integration to explain (how to a
-
-
0下载:
在WPF中,控件(control)一词的意义,比早期Windows编程的控件,有更特定的定义。比方说,在Windows Forms中,屏幕上的一切,都被视为控件。在WPF中,这个词保留给用户交互使用,也就是说,当用户用鼠标或键盘时,控件一般会对用户提供某种响应(feedback)。
Control类直接继承FrameworkElement,从Control继承而来的类超过50个,这些类提供给程序员各式各样的控件,包括按钮、列表框、滚动条、编辑框、菜单和工具条。这些类都是放在System
-
-
0下载:
The CGraphicButton class is derived from CWnd and encapsulates a Windows button control. The CGraphicButton class allows use of a combination of a bitmap and text on the face of your button. The class allows the option of either a bitmap-left or a te
-
-
0下载:
这是配合笔者在技术论坛发表的系列技术文章《用户控件制作实例与详解(基础篇)》的实例制作。
这个按纽控件有20多种外观形状,标题文本有常规、立体、雕刻、浮雕四种选择,背景色可设置成渐变色或纯色,还可以加载真彩图片。
其中比较特殊的是星形和十字形,例如十字形按纽,你可以在四端再加上四个圆形(用图片框和API函数制作而成),连同控件本身中间的那个圆,就有五个圆形按纽,适于用在播放器上。
-This is a technical forum with the author publi
-
-
0下载:
这是“图形用户界面”的实验报告,其主要目的是: 掌握文本组件、按钮和单、复选按钮组件的使用;掌握列表的使用,鼠标、键盘事件的处理;掌握布局控制的方法。-This is the "graphical user interface" of the lab report, its main purpose is: to master the text components, and single-button, check button, the use of components master l
-
-
0下载:
对话框用户界面程序的编写,如何向对话框控件关联数据成员及其实现机理,如何利用对话框类的成员函数向控件发送消息和获取对话框控件的类指针,如何直接利用对话框控件类操纵对话框控件(发送消息和直接调用成员函数)。如何在程序运行时产生和销毁控件。对话框控件的几种操作方式的优劣比较分析。如何实现对话框的部分收缩和展开。如何让对话框上的文本框在程序启动后立即获得焦点,如何利用SetWindowLong改变窗口的回调函数,通过改变文本框的默认回车处理方式进行演示。实现多个输入文本框间通过回车逐一向下传递焦点的另
-
-
0下载:
This sample demonstrates feature editing using the control commands in conjunction with the ToolbarControl and MapControl.
The AddItem method is used within the Form_Load event to add new feature editing commands to the ToolbarControl with the
-
-
0下载:
图形化用户界面 按钮的创建及控制使用方式-Button to create and control the use of graphical user interface
-
-
0下载:
perfect grid, grid printpreview,
-