码迷,mamicode.com
首页 >  
搜索关键字:controls    ( 1635个结果
Delphi锁定鼠标 模拟左右键 静止一会自动隐藏鼠标
unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, ImgList, ComCtrls, ExtCtrls;typ...
分类:Windows程序   时间:2015-01-29 22:22:47    阅读次数:243
针对部分iphone及小米手机不触发seek事件的解决方案
在做手机页面的时候碰到个需求,就是要求视频不能快进和后退。查到有个seeking和seeked函数应该在寻址的时候触发,但是经过测试发现,4s及小米2以上的浏览器无法触发这两个函数。而且同时无法检测到Media.seeking的状态,打印出来全部是false。如果去掉controls,在大部分的an...
分类:移动开发   时间:2015-01-29 19:18:50    阅读次数:217
Delphi FindowWindow,FindowWindowEx
unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls;type TForm1 = class(TForm) ...
分类:Windows程序   时间:2015-01-28 17:25:23    阅读次数:208
计算器(delphi)
1 unit Unit1; 2 3 interface 4 5 uses 6 Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, 7 Dialogs, StdCtrls, ...
分类:Windows程序   时间:2015-01-25 07:38:23    阅读次数:225
[XAF] Simplifying integration of custom controls bound to data from XAF application database
ASP.NET: http://www.screencast.com/t/OHhcHD9vyWinForms:http://www.screencast.com/t/8M8K4eskkYO9
分类:移动开发   时间:2015-01-24 11:36:57    阅读次数:176
The 10 Most Important Security Controls Missing in JavaEE--reference
JavaEE has some excellent built-in security mechanisms, but they don’t come close to covering all the threats that your applications will face. Many c...
分类:编程语言   时间:2015-01-23 10:58:41    阅读次数:182
获取本地计算机的主机信息
#include // MFC support for Windows Common Controls#endif // _AFX_NO_AFXCMN_SUPPORT#include "IPhelper/Iphlpapi.h"#pragma comment(lib, "IPhelper/IPHLP....
分类:其他好文   时间:2015-01-23 10:52:04    阅读次数:115
What Controls are new for windows phone 8.1
http://www.jayway.com/2014/04/08/windows-phone-8-1-for-developerswhat-controls-are-new-2/What controls are removed between version 8.0 to 8.1First we ...
分类:Windows程序   时间:2015-01-21 14:50:39    阅读次数:394
媒体播放器
unit Uni_musicPlayer;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, MPlayer, StdCtrls, ExtCtrls, .....
分类:其他好文   时间:2015-01-20 17:08:42    阅读次数:138
DevExpress中获取RichTextEdit中RichEditControl的两种方式
方式一:var rte = sender as RichTextEdit;control = rte.Controls[0] as RichEditControl;方式二:PropertyInfo myPropertyInfo1 = rte.GetType().GetProperty("InnerC...
分类:其他好文   时间:2015-01-20 15:06:29    阅读次数:112
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!