当鼠标单击窗口的时候,我们自动的创建一个按钮,代码实现如下:interfaceuses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms;type TForm1 = class(TForm) procedure ...
分类:
其他好文 时间:
2014-10-05 20:08:28
阅读次数:
196
unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, IdBaseComponent, IdComponent, IdTCPServer...
分类:
其他好文 时间:
2014-10-05 16:48:08
阅读次数:
313
原文http://www.videolan.org/developers/vlc/doc/doxygen/html/group__libvlc__audio.htmlLibVLC audio controlsLibVLC media playerCollaboration diagram for L...
分类:
其他好文 时间:
2014-09-29 04:09:26
阅读次数:
509
原文http://www.videolan.org/developers/vlc/doc/doxygen/html/group__libvlc__video.htmlVLC 3.0.0-gitMainPageRelatedPagesModulesDataStructuresFilesEnumerat...
分类:
其他好文 时间:
2014-09-29 03:54:56
阅读次数:
1221
在Win7环境下,编写MFC应用程序,Project菜单下Add To Project子菜单中的 Components and Controls…选项,在弹出的对话框中Gallery文件为空,也就无法找到Registered ActiveX Controls项。经过试验,打开VC时使用管理员权限.....
1、错误描写叙述TypeError: Error #1034: 强制转换类型失败:无法将 HoleDetailInnerClass0@c2cccf1 转换为 mx.controls.listClasses.IListItemRenderer。 at mx.controls.dataGridClass...
分类:
其他好文 时间:
2014-09-26 18:47:48
阅读次数:
160
HTML5 Audio/Video 标签,属性,方法,事件汇总 (转)2011-06-28 13:16:48 标签属性:src:音乐的URLpreload:预加载autoplay:自动播放loop:循环播放controls:浏览器自带的控制条 1 标签属性:src:视频的URLposter:视频.....
分类:
Web程序 时间:
2014-09-26 14:34:08
阅读次数:
175
namespace WpfCopy.Controls{ public class CacheFileEventArgs : EventArgs { public bool IsFaulted { get; private set; } public Cache...
分类:
其他好文 时间:
2014-09-24 13:28:06
阅读次数:
185
首先看一个aspx文件里的部分内容:[html]view plaincopy我们知道ASP.NET会把这个文档解析成类似Dom的控件树,控件树是分层、递归的。其中最顶层的是页面Page,那么现在要问,Page的下一层有多少个控件?答案是5个,可以输出this.Page.Controls.Count的...
分类:
Web程序 时间:
2014-09-23 16:05:04
阅读次数:
200
工程里打开使用了CSPIN控件的界面窗体,再编译就好了[ilink32 Error] Error: Unresolved external 'Vcl::Controls::TControl::SetAnchors(System::Set<{900}...' referenced from D:\PR...
分类:
其他好文 时间:
2014-09-23 15:32:04
阅读次数:
308