//后台清空,刷新页面,不推荐foreach(ControlchildControlinthis.Controls){if(childControlisTextBox)((TextBox)childControl).Text="";}}foreach(ControlchildControlinthi...
分类:
其他好文 时间:
2014-09-18 20:29:14
阅读次数:
140
uses Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms,shellapi,Dialogs; type TForm1 = class(TForm) procedure FormCreate(Sender:...
分类:
其他好文 时间:
2014-09-18 00:44:02
阅读次数:
214
unit MainForm;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls;type TDLLDemo = function(x...
分类:
其他好文 时间:
2014-09-18 00:32:42
阅读次数:
262
Maximize WPF 3D Performance.NET Framework 4.5As you use the Windows Presentation Foundation (WPF) to build 3D controls and include 3D scenes in your a...
分类:
其他好文 时间:
2014-09-15 10:00:28
阅读次数:
397
Reloading a Razor WebGrid after Ajax calls using a partial view If you are using Razor and MVC you probably make some use of the built in controls in ...
分类:
Web程序 时间:
2014-09-14 22:06:37
阅读次数:
423
public Form3() { InitializeComponent(); foreach (Control gbox in groupBox1.Controls) { if (gbo...
分类:
其他好文 时间:
2014-09-11 23:42:12
阅读次数:
493
<videocontrols="controls"autoplay="autoplay"poster="xpg.jpg"title="640">
<sourcesrc="xpg.m4v"type="video/mp4"/>//Safar3+,Chrome5-,IE9+,ios,android2+
<sourcesrc="xpg.webm"type="video/webm"/>//firefox4+,Chrome6+,opera11+,IE9+,android2.3+
..
分类:
Web程序 时间:
2014-09-09 18:33:29
阅读次数:
214
链接:http://ued.taobao.org/blog/2010/02/interactive-controls-innovation1/交互设计是一个创造性的工作,利用创新的方式漂亮地解决产品问题,是一个交互设计师价值的体现。当创新的交互设计被用户认可、被业界同行学习,更是一种巨大的职业满足感...
分类:
其他好文 时间:
2014-09-09 11:48:18
阅读次数:
184
WPF布局控件常用属性介绍其它 | 作者:慧都控件网 | 2011-04-06 13:41:57| 阅读 0次 有用 (0) 评论 (0) 概述:WPF布局控件都是派生自System.Windows.Controls.Panel抽象类的面板,Panel类继承自 FrameworkElement,Pa...
分类:
其他好文 时间:
2014-09-07 14:45:45
阅读次数:
311