unit Unit1;interfaceuses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, V.....
分类:
其他好文 时间:
2014-09-05 22:17:12
阅读次数:
297
Radio 和 check boxes是form表单中的一部分,允许用户通过鼠标简单点击就可以选择。当与元素的一般JavaScript操纵相比较,这些表单控件(form controls)的JavaScript操纵可以说是大不相同。一个radio(单选框)与一个复选框(checkbox)的区别在我们...
分类:
编程语言 时间:
2014-09-04 16:32:29
阅读次数:
338
凡是能用createobject创建的对象,都可以在引用相对应的运行库(library)文件之后在对象浏览器中得到它的方法、属性、枚举和事件列表,比如Shell.Application对象在Shell32库中,在“工具-引用”下找到并选上“Micorsoft shell controls and a...
分类:
其他好文 时间:
2014-09-02 12:15:54
阅读次数:
222
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4063DescriptionYou are playing a flying game.In the game, player controls an aircraft in a 2D-space.The...
分类:
其他好文 时间:
2014-08-30 19:04:59
阅读次数:
254
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows;using System.Windows.Controls;using System.Wind...
分类:
其他好文 时间:
2014-08-29 00:05:46
阅读次数:
326
一:截图二:源代码using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows;using System.Windows.Controls;using Sy...
分类:
其他好文 时间:
2014-08-27 18:12:18
阅读次数:
154
这段时间一个小项目中需要调用本机的摄像头进行拍照,网上搜集了一些资料以及解决的一些小问题,在此记录以便后续使用。硬件环境:联想C360一体机,自带摄像头编写环境:vs2010语言:C# WPF下载AForge类库,并添加引用:using AForge;using AForge.Controls;us...
分类:
其他好文 时间:
2014-08-26 18:56:06
阅读次数:
311
unit Main;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, XLSReadWriteII4, XLSFonts4, Ce.....
分类:
其他好文 时间:
2014-08-24 22:14:53
阅读次数:
334
unit OpExcell; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, XLSReadWriteII2, QFileCt...
分类:
其他好文 时间:
2014-08-24 19:18:12
阅读次数:
197
AMandatoryAccessControl(MAC) aware firewall includes an extended rule set for MAC attributes, such as a security label or path. Application labels may...
分类:
数据库 时间:
2014-08-23 21:36:41
阅读次数:
305