搜索资源列表
listctrl123
- 在运用vc开发数据库管理系统时,列表框无疑是最常用也是最为有用直观的开发控件之一,然而vc所提供的列表框却有其局限,因此,也为运用其开发应用程序带来了一定的麻烦, 在此,本人制作一个功能略强一些的列表框,意在起到引线的作用. 思想: 得到列表框被点击的列与行,临时创建编辑框,并用该行与列的字符填写编辑框,进行编辑后, 用编辑后的字符填充该项行该列,销毁编辑框.-vc development in the use of database management system, the
vc界面
- 我们经常会使用到组合框,而组合框是是有2种功能的--下拉和列表。一般情况下,列表框的宽度和选择框是一样宽的,但是我们有些时候确实很需要把列表框的宽度变大,一便让我们能更好的看我们要选的东西。 为了能有这个功能,我写了下面的这个函数。首先得在你的对话框中添加一个的WM_CTLCOLOR的消息句柄,或者使用CCombobox的继承类,而且在其中添加下面的代码:-we often use to mix frame, and frames are combinations are two kinds
vc编程,可以修改列表框的背景色
- vc编程,可以修改列表框的背景色,字体大小,行高,也可单独设置每一个子项的背景色,也可修改列头,等等,vc programming, you can modify the list box background color, font size, line height, but also can be independently set for each sub-item background color, but also can modify the column headers, and
CEdit listCtrl code
- vc++6.0,listView 可以编辑的列表框,vc++ 6.0, listView can edit the list box
vc界面编程总结
- vc界面编程总结,拥有美丽的外观,软件就成功了一半。界面由控件、工具栏、菜单、窗体等元素组成,对他们进行美化就能得到一个美丽的界面。 让控件更醒目在Combobox中改变列表框的宽度-vc interface programming concluded with a beautiful appearance, the software is half success. Interface from the controls, toolbars, menus, forms and other
195886listCtr
- 漂亮的列表框,vc界面美化,有需要的喷油可以看看!!对初学者很有用哦-Nice list box, vc interface landscaping, there is a need for injection can see! ! Oh, very useful for beginners
vc.check.list.control.programming.code
- vc编程列表控件中使用复选框代码vc to use the check box list control programming code -vc to use the check box list control programming code
vc_listbox
- vc下listbox类的扩展方法,提供每行设置不同颜色等的方法。-vc Class listbox expansion under way to set each line of the method, such as different colors.
clockctrl
- 实现direct3d 和vc设计,The realization of the game box roller to achieve the design direct3d and vc-Direct3d and vc designed to achieve, The realization of the game box roller to achieve the design direct3d and vc
test3
- vc++6.0实现复合列表框的一个小程序,windows编程范例-vc++6.0 to achieve a composite list box applet, windows programming examples
81ProductManage
- vc++ 组合框和列表的选择,存储和读取数据从数据库中得到,有添加 删除功能。-vc++ combo box and a list of options, store and read data from the database to be there to add delete function.
box
- vc写的推箱子游戏,入门应该有帮助,高手就不用看了,希望有帮助-vc games
ControlEx
- 自己编写整合的扩展vc控件动态库,在应用中只要包含相应的控件头文件,并连接ControlEx.lib文件即可以使用,美化自己的界面控件,共包含按钮控件、扩展列表框控件、扩展Gif显示控件、扩展静态控件、超级链接控件等。其中ButtonEx支持图片、图标、透明、声音等效果。使用别忘把ControlEx.dll复制到你的程序目录下面。-I have written to integrate the dynamic expansion of vc control library, in the app
test
- vc edit box 控件的实例,有显示鼠标坐标功能。-vc edit box control example, showing the coordinates of the mouse functions.
ClistboxFont
- list box Application in vc-list box Application in vc++
vc-Ado-Oracle
- 本例子是在vc下用ADO链接ORacle数据库的一个实例,在界面中通过输入数据源名,用户名,密码,点击链接之后,若是成功,则会在listbox里显示所有的表,当双击某一个表时,则会在右边的listcontrol 中显示相应的表中数据。-this application is a good example to connect Oracle with ADO under the enviroment of visual C++ 6.0.After entering your datasource
vc_mapping_program_source_color_list_box
- vc绘制颜色列表框程序原码vc mapping program source color list box-vc mapping program source color list box
vc_programming_list_box_combo_displays_file_direct
- vc编程实现如何在列表框或组合框中显示文件和目录列表经典代码-vc programming to the list box or combo box displays the file and directory listing the classic code
vc.code.list.box.design.classic
- vc编程列表框设计经典代码vc programming code list box design classic -vc programming code list box design classic
vc-to-achieve-self-drawn-list-box
- Visual C++语言提供了Windows环境丰富多采的界面控制元素,列表框就是其中最重要之一,在许许多多的软件系统中,列表框的运用既使界面生动美观,又大大的简化了用户的操作。然而,美中不足的是 Visual C++语言仅提供基于文本的列表框操作,在实际编程中,很多情况我们需要进行自绘列表框的设计,以达到特殊的操作效果,如MSPublisher软件的新版本中,采用了图象列表的方式供用户选择要打开的图象,用户可以先在列表框中简单的浏览一下图象的大致内容,再决定是否打开图象文件。-Visual C