码迷,mamicode.com
首页 >  
搜索关键字:controls    ( 1635个结果
delphi通过函数名动态调用函数的方法
unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls;type TMyCacl = class(TObject) pu...
分类:Windows程序   时间:2015-03-03 18:02:17    阅读次数:210
HTML5音频,视频播放
1.此方法可支持多种浏览器 如果浏览器能够识别1.MP3它就会播放第一个;否则它就会播放1.ogg。属性:1.controls="controls":加上这个属性后就有控制播放的按钮了;2.autoplay="autoplay": 自动播放;3.loop="...
分类:Web程序   时间:2015-03-02 14:41:03    阅读次数:136
Delphi开篇-hello,world
unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls;type TForm1 = class(TForm) ...
分类:Windows程序   时间:2015-02-28 12:51:33    阅读次数:166
ExcelWithOdbc控件的使用
unitUnit1;interfaceusesWindows,Messages,SysUtils,Variants,Classes,Graphics,Controls,Forms,Dialogs,ExcelWithOdbc,StdCtrls,DB,ADODB;typeTForm1=class(TForm)Button1:TButton;ExcelWithOdbc1:TExcelWithOdbc;ADOQuery1:TADOQuery;procedureButton1Click(Sender:TObject);..
分类:数据库   时间:2015-02-26 18:46:45    阅读次数:166
Metro style
Metro styleI have been styling FireMonkey controls, but there is one issue that I have been having some real issues with, and that is how to incorpora...
分类:其他好文   时间:2015-02-26 01:18:14    阅读次数:204
WPF 设置WebBrowser控件不弹脚本错误提示框
using System.Reflection;using System.Windows;using System.Windows.Controls;using System.Windows.Navigation;namespace HC{ /// /// MainWindow.xam...
分类:Windows程序   时间:2015-02-23 20:05:50    阅读次数:687
MultiTouch camera controls source code
http://www.jpct.net/wiki/index.php/MultiTouch_camera_controls MultiTouch camera controls This code will handle control from 1 or 2 fingers, it was mad...
分类:其他好文   时间:2015-02-17 12:50:57    阅读次数:178
Windows Common Controls
Windows Common ControlsWin32 API中本身提供了Windows下许多常用的控件,称为Common Controls。 这些控件与Button、ComboBox等控件不同,不是在user32.dll中实现,而是在Comctrl32.dll中实现,相关的C++原型声明在com...
分类:Windows程序   时间:2015-02-17 00:42:42    阅读次数:252
MSCOMM电子秤参考
unitUnit1;interfaceusesWindows,Messages,SysUtils,Variants,Classes,Graphics,Controls,Forms,Dialogs,OleCtrls,MSCommLib_TLB,StdCtrls,ExtCtrls;typeTForm1=class(TForm)Panel1:TPanel;Panel2:TPanel;CheckBox1:TCheckBox;MSComm:TMSComm;Memo1:TMemo;edtcomm:TEdit;Label1..
分类:其他好文   时间:2015-02-14 01:24:23    阅读次数:197
4.1 HTML5 音频
1. controls自带效果 2. 自定义 播放 浏览器不支持此音频 3. 编解码工具 FFmpeg.org 进去需要转码文件的文件夹 ffmpeg路径 -i 需要转码文件名及后缀 -acodec libvorbis 想转成的文件...
分类:Web程序   时间:2015-02-13 13:15:48    阅读次数:169
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!