码迷,mamicode.com
首页 >  
搜索关键字:controls    ( 1635个结果
第四课 实例(一) 动态的创建组件
当鼠标单击窗口的时候,我们自动的创建一个按钮,代码实现如下:interfaceuses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms;type TForm1 = class(TForm) procedure ...
分类:其他好文   时间:2014-10-05 20:08:28    阅读次数:196
delphi tcp/ip IdTCPServer1实例一
unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, IdBaseComponent, IdComponent, IdTCPServer...
分类:其他好文   时间:2014-10-05 16:48:08    阅读次数:313
LibVLC audio controls
原文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
LibVLC video controls
原文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下VC6.0插入ActiveX控件对话框为空的问题
在Win7环境下,编写MFC应用程序,Project菜单下Add To Project子菜单中的 Components and Controls…选项,在弹出的对话框中Gallery文件为空,也就无法找到Registered ActiveX Controls项。经过试验,打开VC时使用管理员权限.....
分类:Windows程序   时间:2014-09-27 19:32:00    阅读次数:248
Flex强制类型转换错误
1、错误描写叙述TypeError: Error #1034: 强制转换类型失败:无法将 HoleDetailInnerClass0@c2cccf1 转换为 mx.controls.listClasses.IListItemRenderer。 at mx.controls.dataGridClass...
分类:其他好文   时间:2014-09-26 18:47:48    阅读次数:160
HTML5 Audio/Video 标签,属性,方法,事件汇总
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
【C#】缓存数据
namespace WpfCopy.Controls{ public class CacheFileEventArgs : EventArgs { public bool IsFaulted { get; private set; } public Cache...
分类:其他好文   时间:2014-09-24 13:28:06    阅读次数:185
ASP.NET中的另类控件
首先看一个aspx文件里的部分内容:[html]view plaincopy我们知道ASP.NET会把这个文档解析成类似Dom的控件树,控件树是分层、递归的。其中最顶层的是页面Page,那么现在要问,Page的下一层有多少个控件?答案是5个,可以输出this.Page.Controls.Count的...
分类:Web程序   时间:2014-09-23 16:05:04    阅读次数:200
xe7 Unresolved external CSPIN.OBJ
工程里打开使用了CSPIN控件的界面窗体,再编译就好了[ilink32 Error] Error: Unresolved external 'Vcl::Controls::TControl::SetAnchors(System::Set<{900}...' referenced from D:\PR...
分类:其他好文   时间:2014-09-23 15:32:04    阅读次数:308
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!