搜索资源列表
自定义窗口的创建 MFC
- 自定义窗口的创建 MFC(Microsoft基础类库)是Microsoft Visual C++ 提供给WINDOWS程序员的一个“工具箱”或“零件”,程序员可以直 接利用、工或组合,编出各具特色的WINDOWS应用程序。MFC的内容多而复杂,本 文仅就用MFC建立一个风格化的子窗口来简要说明一下用MFC编程的一般过程。
自定义Button类
- 带颜色的自定义Button控件类
js表格翻页_APOLLO改进_改进为类_eval最终版
- /*------------------------------------------------------------------| | AjaxTablePage 1.01 | AJAX数组表格分页类 | |-------------------------------------------------------------------| | Copyright (c) 2009 Apollo Updated: 2009年2
WINDOWS消息的处理
- Windows 应用程序是靠消息驱动的,在VC中我们通过 Classwizard 可以为某窗口类添加消息处理函数,Classwizard将为你添加消息映射,对于 Windows 消息,生成的消息处理函数重载了基类的虚拟方法。而在C#中如何处理消息呢?本文针对VS.NET 2003 境下的C#简单地介绍 Windows 消息以及自定义消息的处理方法。-Windows applications rely on news-driven, in
组合框源代码CFPick_demo
- 一个派生自标准组合框的自定义类,实现编辑框和相应的按钮控件的自定义颜色设置,以及风格设置-derived from a combination of standards from the definition of the fr a me type to achieve edit box and the corresponding control button to customize the color settings, and s
自定义窗口的创建 MFC
- 自定义窗口的创建 MFC(Microsoft基础类库)是Microsoft Visual C++ 提供给WINDOWS程序员的一个“工具箱”或“零件”,程序员可以直 接利用、工或组合,编出各具特色的WINDOWS应用程序。MFC的内容多而复杂,本 文仅就用MFC建立一个风格化的子窗口来简要说明一下用MFC编程的一般过程。-Create custom window MFC (Microsoft Foundation Clas
VBSendText
- VB进程间通讯演示(1.0) 说明:一共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,所以
MyClass
- 这段源程序给出了如何使用自定义类,在主窗口客户显示:“鼠标左肩的单击次数为:0.”然后单击鼠标左肩,数值会增加-this is the source how to use the definition in the category of the main window shows customers : "click of the mouse left shoulder number : 0." then clic
CodeTexts_v1
- 从2005年10月开始着手编写,开始的想法主要是做个自己看资料方便的工具 因为自己有不少从网上down下来的资料,看了大多的资料收集的软件都是以 数据库的形式存储,个人觉得不方便,而且没时间去存,我的资料主要是htm和 txt文本,所以主要功能是能显示文本类文件和网页文件。 现在主要功能有: 1. 简单文本编辑功能 2. 语法作色功能 3. 正则表达式匹配替换功能 4. 2006-2-9 增加书
2006021801
- 共四个演示。分别如下: 1:Sample 一个简单的使用了共享内存映射的例子,运行两个实例看看就知道,没有什么特别。 2:SendText 不用窗口子类化,而达到和发送自定义消息同样的效果。 3:SendFile 由于演示2中还是通过发消息来传递字符串,不可能传递大块文本,本例综合演示1和演示2达到传递大块文本的功能。 4:Chat 演示2和演示3使用的都是SendMessage来发放通知消息,
CustomControl01
- 从CWnd派生自定义类 CustomControl-from CWnd derived from the class definition CustomControl
ledNumberShow(csharp)
- 我改写的一个用于数码管显示的用户自定义控件,用于一些仪表类软件显示数字,使用gdi绘制,非贴图方式。-I write for a show of digital users Uncertainty Instrumentation for some categories of software, and display digital, the use of gdi mapping, non-map mode.
CustomToolTipDemo
- 用户自定义类型的提示显示窗口,包括Infinite speed of light,Invert metric以及Zero h_bar功能。-User-defined types of prompts display window, including Infinite speed of light, Invert metric as well as the Zero h_bar function.
DrawLine
- 计算机图形学的各类直线算法的VC++实现,自定义类来实现-Computer Graphics of all kinds of straight-line algorithm VC++ Realize, custom categories to achieve
button_class
- 各种Button类。滑动按钮、任意停靠按钮、位图按钮、自定义按钮-many kinds of button class
ex07a
- 实现VC++6.0环境下非模式对话框的编辑动作,从对话框中取得编辑控件的值,然后通过自定义消息传回View类来处理。
AtScriptDemo
- 最新的小巧的脚本引擎Atscr ipt 2.0,易用,方便进行扩展,自定义类,函数。-The latest compact scr ipting engine Atscr ipt 2.0, easy to use, easy to extend, custom classes, functions.
DotNet公用类(超多附文档)
- 各种自定义公共类库,包括基于WINForm、Network等平台应用。(Various custom common libraries)
MyAssert
- 使用自定义断言,显著增加代码可阅读性,缩短业务检查类处理代码量(Using custom assertions significantly increases code readability and shortens the amount of code processed by business inspection classes)
第12章04自定义字符串类_String
- 自定义一个String类,实现多种字符串的相关操作(Customize a String class to implement a variety of String related operations)