码迷,mamicode.com
首页 >  
搜索关键字:controls    ( 1635个结果
获取CPU系列号,硬盘系
unit Secrity; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls,nb30;{重要引用} t...
分类:其他好文   时间:2014-10-18 15:14:36    阅读次数:229
如何把窗体关闭到系统托盘
unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ExtCtrls, StdCtrls, AppEvnt...
分类:Windows程序   时间:2014-10-18 15:14:33    阅读次数:248
如何获取图片中第一个像素的颜色值?
unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1...
分类:其他好文   时间:2014-10-18 15:11:00    阅读次数:139
WPF 设置WebBrowser控件不弹脚本错误提示框
using System.Reflection; using System.Windows; using System.Windows.Controls; using System.Windows.Navigation; namespace HC { /// /// MainWindow.xaml 的交互逻辑 /// public partial class ...
分类:Windows程序   时间:2014-10-17 13:48:56    阅读次数:193
各种图片格式转换
1.WindowsForm中Image转换为System.Windows.Controls.Image转换/// /// 把DrawingImage转换为Controls使用的Iamge类 /// /// /// private System.Windows.Controls.Image C...
分类:其他好文   时间:2014-10-16 16:44:12    阅读次数:221
Silverlight DataGrid标题行居中
1.引用命名空间 xmlns:Primitives="clr-namespace:System.Windows.Controls.Primitives;assembly=System.Windows.Controls.Data" xmlns:data="clr-namespace:System.Wi...
分类:Web程序   时间:2014-10-15 12:53:40    阅读次数:178
GridView Print and Print Preview
1 sing System.Linq; 2 using System.Printing; 3 using System.Windows; 4 using System.Windows.Controls; 5 using System.Windows.Documents; 6 ...
分类:其他好文   时间:2014-10-14 09:32:58    阅读次数:541
iOS UITableViewCell的集中选择相关的属性
UITableView 中的Cell选中相关的操作:在TableView中设置Cell相关:@property(nonatomic) BOOL allowsSelection NS_AVAILABLE_IOS(3_0); // default is YES. Controls whether ro....
分类:移动开发   时间:2014-10-13 14:04:49    阅读次数:182
Web ADF 编程步骤.
从Web Controls 开始(工具来中的 ArcGIS Web Controls).访问Resource Manager.找到待访问的 Resource.决定 Resource支持哪个 Functionality.执行 Functionality.
分类:Web程序   时间:2014-10-12 02:58:47    阅读次数:140
遍历GroupBox上的所有的textbox
foreach (Control c in groupBox1.Controls){ if (c is TextBox) { //这里写代码逻辑 }}遍历的时候,...
分类:其他好文   时间:2014-10-08 11:59:25    阅读次数:199
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!