unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls;type TMyCacl = class(TObject) pu...
1.此方法可支持多种浏览器 如果浏览器能够识别1.MP3它就会播放第一个;否则它就会播放1.ogg。属性:1.controls="controls":加上这个属性后就有控制播放的按钮了;2.autoplay="autoplay": 自动播放;3.loop="...
分类:
Web程序 时间:
2015-03-02 14:41:03
阅读次数:
136
unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls;type TForm1 = class(TForm) ...
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 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
using System.Reflection;using System.Windows;using System.Windows.Controls;using System.Windows.Navigation;namespace HC{ /// /// MainWindow.xam...
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 ControlsWin32 API中本身提供了Windows下许多常用的控件,称为Common Controls。 这些控件与Button、ComboBox等控件不同,不是在user32.dll中实现,而是在Comctrl32.dll中实现,相关的C++原型声明在com...
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
1. controls自带效果 2. 自定义 播放 浏览器不支持此音频 3. 编解码工具 FFmpeg.org 进去需要转码文件的文件夹 ffmpeg路径 -i 需要转码文件名及后缀 -acodec libvorbis 想转成的文件...
分类:
Web程序 时间:
2015-02-13 13:15:48
阅读次数:
169