搜索资源列表
如何使用VC++提供的TAB控件
- 在VC++中如何使用TABCONTROL控件 VC++中的TABCONTROL控件和VB,DELPHI中的不一样,它的使用方法比VB,DELPHI中要麻烦得多。 我写了个事例 也许对大家有点帮助,只适合菜鸟看哦,因为我就是菜鸟 -in VC TABCONTROL how to use the controls VC TABCONTROL controls and VB, Delphi not the same as it used than VB, Delphi to muc
调用AnimateWindow实现动画窗口的实现
- 修改MFC窗口的背景颜色 编写环境是VC,本人独立写的小程序,学习使用-MFC window changes the background color of the environment is prepared VC, I wrote a small independent procedures, learning to use
电力监控系统VC实现五
- 在中小型电力行业系统中,曲线的要求比较严格,虽然网络上面各种曲线控件非常多,但是很多只能提供一段时间的曲线显示或者历史若干个点的显示。比如在一个普通的小型水电站系统中我们会牵涉到许多的点(可能甚至达到400到500多个),一般的电站运行人员或者管理者希望能够对这类点的历史运行状况进行还原(即能够将历史运行的各个点状况进行还原),曲线就是非常重要的一个环节了,考虑到各种因素,由于很多控件虽然外表包装漂亮,但是功能觉得不能这么完善,所以我自己写了一个显示控件,现进行简要的介绍,希望对这个方面寻求帮助
VC调用matlab中自定义的.m
- 这个程序是我用来做数据处理的,在VC中调用matlab编写的.m文件来实现我所需功能,直接调用matlab中现成的函数来处理在vc中需要自己编很长代码来实现的数据处理函数,提高了工作效率,结合vc的界面美观与matlab的方便-this procedure is used for data processing. the VC Calling Matlab prepared. m documents I needed to realize functions, called directly a
VC++_source_bmp
- 资源封装的最好例子,这是本人初学时的一个练习-resources the best example of this is that when I am a practicing
ftptranser
- 大家好,好久没做什么东西了,前些日子偶然看到本论坛的一个FTP多线程断点续传的源代码,拿来研究了一下,相信有很多朋友也对此感兴趣。今天和大家一起讨论一下。 这个软件最大的遗憾就是是BCB的东西,而好多朋友用的是VC,我花了两天时间才把他完全弄成VC的版本,然后心血来潮,想自己编一个。于是规划了一下,先做界面,下载部分吗?打算用完成端口。这样在Windows下比较有效率。-you all a long time has not done anything, happened to see a
VC(gundongtiao)
- 关于在VC++中编程操作滚动条的例子有不少,但由于VC++编程基于消息机制,使得本来很简单的思想变得有些隐讳起来。对于初学者而言,恐怕看到一个例程,并不是很容易就弄清楚其来龙去脉。下面我们结合一个例子,介绍一下如何在VC++中进行滚动条编程。-on the VC program rolling operation of the examples are many, but VC-based news programming mechanism, would make a very simple
Vc-SW
- 三汇语音卡,16线模拟卡Sht-16A录音程序。该程序可以实现通道录音和通道放音,已经经过本人测试,很不错。-Sanhui voice cards, 16 cards line simulation Sht - 16A recording procedures. The procedure can achieve channel audio and audio channels, I have read the test, is pretty good.
vc界面
- 我们经常会使用到组合框,而组合框是是有2种功能的--下拉和列表。一般情况下,列表框的宽度和选择框是一样宽的,但是我们有些时候确实很需要把列表框的宽度变大,一便让我们能更好的看我们要选的东西。 为了能有这个功能,我写了下面的这个函数。首先得在你的对话框中添加一个的WM_CTLCOLOR的消息句柄,或者使用CComboBox的继承类,而且在其中添加下面的代码:-we often use to mix frame, and frames are combinations are two kinds
duihua
- 对话框的应用,, 能指引读者学习VC的方向。。我就是在这里学习到的,,然后慢慢的加深编程的经验-dialog applications, and readers can learn the guidelines in the direction of VC. . I was here to learn, and then slowly deepen programming experience.
VC_Property_In_Dlg.rar
- vc在对话框中实现属性页, 有5种方式, 希望大家能用得到,vc realize in the property page dialog box, has five kinds of ways, I hope everyone can be
TreeControl
- 本程序是用vc++6.0实现的树形控件。 在写此程序,本人主要是为了学习树形控件的操作。能够与大家分享,菜鸟很高兴!-This procedure is to use vc++6.0 to achieve tree controls. In writing this program, I was mainly to learn the operation of the control tree. Be able to share with you, rookie very pleased!
VistaPlusV3
- VC++界面美化包的皮肤文件.bsk。需要结合我上传的源码使用-VC++ Interface to beautify the skin package file. Bsk. I need to upload source code to use
multiFileBrowser
- 这个浏览器是用vc6.0编写的,界面类似IE,但它是一个多文档程序,为了方便在各个窗口之间切换,我特意在工具条上加了一个窗口列表,你可以在此毫不犹豫地快速切换窗口、也可以双击使窗口最大化。工具条采用IE风格,仅加入了最常用按钮。一些菜单功能没有实现,不过你可以用右键菜单中的功能来完成。- This browser is compiles with vc6.0, contact surface similar IE, but it is more than documents procedure
学习VC++6
- 这是用来学习Visual C++ 的资料,相信对大家一定很有帮助-this is used for learning Visual C information, I believe that we will definitely helpful
MyDetective
- vc写的一个按键侦测程序 一日写程序,倍感无聊,想知道到底我按了多少次键,想看看键盘和鼠标被我“折磨”了多少次。嘿嘿。 为了满足自己的好奇心,所以有了一个写一下小程序的想法。 -vc written procedures for the detection of a button the 1st written procedures, I feel silly, in the end, I would like to know by the number of keys, I wo
DlgMenu
- vc程序例子,我做的,可以在对话框上加载菜单-vc procedures example, I do, can be loaded in the dialog box on the menu
SP_source
- I m a student and very interested in VC++. I often enter this web site to get free source code. I was in need of a splitter in a dialog. I downloaded one but it s very complex and I felt it was difficult to use the control (although it s very powerfu
ControlEx
- 自己编写整合的扩展VC控件动态库,在应用中只要包含相应的控件头文件,并连接ControlEx.lib文件即可以使用,美化自己的界面控件,共包含按钮控件、扩展列表框控件、扩展Gif显示控件、扩展静态控件、超级链接控件等。其中ButtonEx支持图片、图标、透明、声音等效果。使用别忘把ControlEx.dll复制到你的程序目录下面。-I have written to integrate the dynamic expansion of VC control library, in the app
vcmenu
- VC++漂亮窗体及菜单类的示例,另还附有其它各种样式的菜单及按钮,非常棒,相信对VC++的界面编程有很大帮助,其它类样式请自行调用类编译看效果。-VC++ beautiful form and type of sample menus, and the other is accompanied by other menu and button styles, great, I think VC++ programming interface helps a lot, others call yo
