Welcome![Sign In][Sign Up]
Location:
Search - caption

Search list

[CSharpDockPanel Suite 2.5.0

Description: DockPanel Suite 2.5.0 Release Notes 1. Fix Bug [2149926]: Can't resize document marked as HideOnClose when one of a set of side by side documents is closed (patch 3118287 from Agiel). 2. Fix Bug [2792816]: Changing the DockBackColor at design time does not refresh immediately. Set a couple public properties to [Browsable(false)] so that they are not displayed in the Designer. 3. Fix Bug [2956415]: The Window List button is hidden underneath the close button on a Document when a Floating form is opened and a new Document form opened afterwards. 4. Fix Bug [2945519]: CloseContent suspended layout but it was possible to not resume layout because of early exits. try/finally added and suspend layout moved below the early exits since the suspend is not needed that early. 5. Fix Bug [2782283]: DockPanelSkin tool window inactive caption gradient end color should have been SystemColors.InactiveCaption and TextColor should have been SystemColors.InactiveCaptionText instead of ControlText so that it will show up in all windows color schemes. 6. Fix Bug [2737792]: For AutoHideTabs that are right or left the icon should be rotated 90 degrees to be consistent with Visual Studio (original code from lind60 and re-posted by jhorigan). 7. Patch 2810961: Add a text font to the DockPanelSkin to allow different fonts to be used for tab text. From Branko Drvensek.
Platform: | Size: 303999 | Author: sunlight222 | Hits:

[Windows Developgraded_caption

Description: 自己绘制窗口标题的类-The class of drawing the title bar of my own
Platform: | Size: 53248 | Author: 站长 | Hits:

[Hook apicustomcaption

Description:
Platform: | Size: 79872 | Author: 站长 | Hits:

[OS programshellcaption

Description: 程序分,shell,caption,windows管理三个部分-Procedure, shell, caption, windows management of three parts
Platform: | Size: 40960 | Author: 站长 | Hits:

[Dialog_Windowdlgforever

Description: 《创建一个不可关闭的对话框》 [代码性质] VC完整应用程序代码 创建一个基于对话框的工程,一切默认即可。 在对话框的属性general中,设置caption为空,这样用ctrl+alt+del就发现不到此 程序。 在对话框的属性more stytle 中,选中disable,这样就不能用右键关闭此程序。 删除取消按钮,双击确定按钮,在其对应函数中将 CDialog::OnOK()删除。这样就 不能用回车关闭此程序。如果只是简单的删除确定按钮是不行的。 当然了,要是关闭计算机之类的操作,那就没办法了。 此程序我目前想不到有什么实际用途,不过用来搞恶作剧还是不错的。- "Founds Dialog box Which Cannot Be closed" [ code nature ] the VC integrity application procedure code to found based on the dialog box project, all tacitly approve then. In dialog box attribute general, establishes caption is spatial, like this uses ctrl alt del not to reach this point on the discovery the procedure. In dialog box attribute more stytle, selects disable, like this cannot use the right key to close this procedure. The deletion cancels the button, double-clicks determines the button, () deletes in its homographic function CDialog::OnOK. Like this cannot use the carriage return to close this procedure. If only is the simple deletion determination button is not good. Natural, if closes the computer and so on operation, that did not have the means. This procedure I at present could not think has any actual use, but uses for to do the practical joke good or.
Platform: | Size: 25600 | Author: 代伟 | Hits:

[Multimedia programb

Description: 利用API函数[mciSendString]可以轻松实现MP3音乐文件的播放。下面这段程序实现了MP3播放的大部分常规操作,对其稍加修改,做一个100KB大小的MP3播放器轻而易举 启动VB程序,在窗体上放置6个命令按钮,三个标签,一个公用对话框、一个进度条、一个状态栏和一个计时器,窗本的布置请参考附图 按钮"Open MP3 File"是用来打开对话框选择MP3文件,其他5个按钮分别为Play(播放)、Pause(暂停)、Stopplay(停止播放)、Back(向后跳跃)、Prew(向前跳跃)。Label1用来表示歌曲当前时间;label2放在时度条的最左边,Caption属性为"00:00";lable3放在时度条的右边,用来表示歌曲总长。 下面就可以编写代码了。首先在窗体的"通用声明"部分声明函数-The use of API function [mciSendString] easily play MP3 music files
Platform: | Size: 1024 | Author: 陈颖 | Hits:

[GUI DevelopRoundSysMenuButtons2

Description: Create round SysMenu buttons and learn how to do flicker-free painting in the caption and more. (New features were added.)
Platform: | Size: 33792 | Author: 冯勇 | Hits:

[Windows DevelopCCaptionButton_demo

Description: 一个标题拦上的按纽-A button the caption of the window s frame
Platform: | Size: 33792 | Author: 刘健 | Hits:

[WEB Code利用SAPI 5.0进行音素分解

Description: 利用SAPI 5.0进行音素分解图片说明。-use SAPI 5.0 phoneme decomposition caption.
Platform: | Size: 10240 | Author: 孔明 | Hits:

[Mathimatics-Numerical algorithmspp12

Description: Check1(0).Caption = "香皂" Check1(1).Caption = "肥皂" Check1(2).Caption = "牙膏" Check1(3).Caption = "洗衣粉" Label1(0).Caption = "5.8元" Label1(1).Caption = "2.5元" Label1(2).Caption = "7.9元" Label1(3).Caption = "6.4元"-Check1 (0). Caption = "soap" Check1 (1). Caption = "soap" Check1 (2). Caption = "toothpaste" Check1 (3). Caption = "detergent" Label1 (0). Caption = "5 .8 million "Label1 (1). Caption = "2.5 yuan" Label1 (2). Caption = "7.9 yuan" Label1 (3). Caption = "6.4 yuan"
Platform: | Size: 15360 | Author: 霍永亮 | Hits:

[Mathimatics-Numerical algorithms新建 文本文档 (8)

Description: MP3播放器: 利用API函数[mciSendString]可以轻松实现MP3音乐文件的播放。下面这段程序实现了MP3播放的大部分常规操作,对其稍加修改,做一个100KB大小的MP3播放器轻而易举 启动VB程序,在窗体上放置6个命令按钮,三个标签,一个公用对话框、一个进度条、一个状态栏和一个计时器,窗本的布置请参考附图 按钮"Open MP3 File"是用来打开对话框选择MP3文件,其他5个按钮分别为Play(播放)、Pause(暂停)、Stopplay(停止播放)、Back(向后跳跃)、Prew(向前跳跃)。Label1用来表示歌曲当前时间;label2放在时度条的最左边,Caption属性为"00:00";lable3放在时度条的右边,用来表示歌曲总长。-MP3 player : API function [mciSendString] can easily MP3 music player. Below this program of the MP3 player most of the conventional operation, its slightly modified, so the size of a 100KB MP3 player easily activated VB procedures, the forms to place orders six buttons, three label, a common dialog, a progress of a status bar and a 000 timer, the window layout of the buttons refer to the attached map. "MP3 File Open" is used to open the dialog box choose MP3 files, the other five buttons for Play (player), Pause (suspended), Stopplay (Cessation of players), Back (backwards jump), Prew (leap forward). Label1 songs said to the current time; Label2 degrees of time on the far left, Caption attribute to "00:00"; When lable3 degrees on the right, to songs chief said.
Platform: | Size: 2048 | Author: 周军 | Hits:

[EditBoxCEdit_Caculator_Matlab

Description: 一个扩展的CEdit类,可以直接计算数学表达式,目前不支持变量,但可以支持pi、e等常数。具体请看里边的图片说明。-an expansion CEdit category, and can directly calculate mathematical expressions that do not support variable, but it can support pi, e, etc. constant. For details, please read the caption inside.
Platform: | Size: 75776 | Author: 郑明 | Hits:

[Dialog_WindowCUSTOM_DIALOG_CAPTION.ZIP

Description: 在对话框标题栏上放置按钮-Biaodilanshang placed in the dialog box buttons
Platform: | Size: 24576 | Author: 山传文 | Hits:

[TreeViewtreeviewex

Description: Delphi中原有的TreeView控件仅可以保存Caption等少量数据,TreeViewEx可以保存Caption、图片索引以及其他数据。还新增了几个Event方便树操作。-TreeView control can be preserved Caption only a small amount of data, etc., can be preserved TreeViewEx Caption, photo index, and other data. Also added a few trees Event convenient operation.
Platform: | Size: 5120 | Author: 欧恒光 | Hits:

[Dialog_WindowCustomCaptionMDI

Description: 对于那些想自定义应用程序标题栏的人来说,这是一个好的解决方法。-for those who want to customize application of column headings, it is a good solution.
Platform: | Size: 74752 | Author: abc | Hits:

[GUI Developmosane_NeoNumLED_v0.3

Description: 仿真数字 LED 显示控件 关键字:图形 显示 LED 控件 图形 来 自:原创 深浅度:初级 发布时间:2005-4-4 分  类:图形 发布者:mosane 更新时间:2005-4-4 语  种:简体中文 编辑器:DELPHI7 平  台:Win9x,Win2k/XP/NT,Win2003 下载浏览:219/836 作品源代码: 本地电信HTTP下载 软件或演示: - 代码大小: 13.0K 软件大小: - BT搜索客 最新、最快的BT种子搜索工具 文字广告招商 ¥80/月 在线打长途座机只要1毛8 仿真数字 LED 显示,简单易用。 注 意: 本站原创作品,未经作者许可,严禁任何方式转载! 本站转载作品,如果侵犯了您的权益,请联系我们! 相关文章 仿真数字 LED 显示控件 mosane 2005-4-42005-4-4 下载/浏览+219/837 评论+2 LedScreen v2.5 (模拟液晶显示屏) netbat 2001-8-12004-2-13 下载/浏览+456/4217 评论+7 相关评论 共有评论2条 当前显示最后2条评论 haha2002 2005-4-5 9:28:42 非常实用的一个控件,用来显示时间效果很棒,只是好像不能显示 : (delphi6),不知道作者能不能修正一下-digital simulation LED Display Control keyword : LED display graphics from the controls : originality DEPTH : Junior release caption-4- 4 Classification : graphic release : mosane update caption-4- 4 languages : English Editor : DELPHI7-ping Taiwan : Win9x, Win2k/XP/NT, Win2003 downloaded here : 219/836 works of the source code : HTTP local telecommunications software or download demo :-code size : 13.0K software Size :-BT search off the latest and fastest BT seeds text search tool Accordingly 80/on-line long-distance plane as a gross eight LED digital simulation, easy-to-use. Note : site of original works without the permission of the author, forbids any way reproduced! Site work is reproduced, if a violation of your rights, please contact us! Related articles digital simulation LED
Platform: | Size: 13312 | Author: 司马仲达 | Hits:

[uCOS文件管理实验程序

Description: 文件管理实验程序 把一个文件模拟为磁盘,然后在该磁盘上建立文件系统, 并提供基本的文件访问函数 作者:吕泽忠 最后修改时间:2005-4-13-document management experimental procedure, a simulation of the disk file, which is built on disk file system and provides basic file access functions Author : Lu:zezhong last modified caption-4-13
Platform: | Size: 4096 | Author: 阿嫂地方 | Hits:

[Other控件查看器程序的源代码

Description: 控件查看器 最新版本. 该工具可以用来查看控件的Handle、Caption、Class、Rect属性。-Control viewer latest version. The tool can be used to control the Handle View, Caption, Class, Rect attributes.
Platform: | Size: 165888 | Author: 李刚 | Hits:

[Delphi VCLDelphi操作Word文档

Description: 此代码可以实现以下功能 使用wordappalication 组件,代码如下 启动Word时用如下代码: begin try Wordapplication.Connect except MessageDlg(’Word may not be installed’, mtError, [mbOk], 0) Abort end Wordapplication.Visible := True WordApplication.Caption := ’Delphi automation’ end-this code can be achieved using the following functions wordappalication components, the following code at the start Word with the following code : begin try Wordapplication.Connect except MessageDlg ( 'Word may not be installed', mtError, [mbOk], 0) Abort end Wordapplication.Visible : = True WordApplication.Caption : = 'Delphi automation' end
Platform: | Size: 156672 | Author: 李锋 | Hits:

[Software Engineering开关光驱

Description: 用VB控制光驱用过豪杰超级解霸的朋友应该发现它有控制光驱开关的功能了吧,只要鼠标一点,光驱就听从你发出的命令(打开/关闭),不必动手去按开关按钮了,方便吧?其实也可以用VB编写一个简单的控制光驱的(打开和关闭)程序,轻轻一点就可达到目的。在VB6中新建工程,在窗体上放置三个(Command)命令按钮,其中Command1和Command2的Caption属性分别是“打开光驱”和“关闭光驱”,Command3,的Caption属性是“退出程序”。-VB control drive used herosoft STHVCD friends should find it switches control drive by the function of it, as long as the mouse, on the drive you obey the orders issued (on/off), do not set out to the switch button convenience? In fact, VB can also be used to prepare a simple control drive (open and closed) process, a gentle point can achieve their aims. In VB6 new construction, placed on the Form 3 (Command) order button, and Command2 Command1 the Caption property is "open drive" and "off drive," Command3, Caption attribute is the "exit procedures."
Platform: | Size: 1024 | Author: 万宏兴 | Hits:
« 1 2 3 4 56 7 8 9 10 ... 18 »

CodeBus www.codebus.net