unit MyWinControl;interfaceuses SysUtils, Classes, Controls, Windows;type TMyWinControl = class(TWinControl) protected procedure PaintWindow(DC: HD...
一,Awesome Jquery Ajax helpers1) Codeplex linkshttp://awesome.codeplex.com/2) Study linkshttp://aspnetawesome.com/learn/mvc/AjaxDropdown#Binding-to-par...
分类:
Web程序 时间:
2014-08-21 18:35:24
阅读次数:
205
1 : 修改DX 提示框中的英文字符 1 /// 2 /// 重写DX弹出框 英文变为中文 3 /// 4 public class CHS : DevExpress.XtraEditors.Controls.Localizer 5 { 6 pu...
分类:
其他好文 时间:
2014-08-21 16:39:44
阅读次数:
196
Option ExplicitPrivate WithEvents IE As VBControlExtenderPrivate Sub Command1_Click() Dim IE Set IE = Me.Controls.Add("Shell.Explorer.2", "IE", ...
分类:
Web程序 时间:
2014-08-21 11:13:54
阅读次数:
460
在WinForm中DataGridView可谓是应用比较多的数据显示控件了,DataGridView中可以应用各种控件,关于这样的文章网上已有很多。都是实例化一个控件然后通过DataGridView.Controls.Add()方法绑定控件。然后通过特定的事伯执行数据绑定与操作。 这几天在做项目的时...
lowLayoutPanel1.Controls.SetChildIndex("flowLayoutPanel中的控件",顺序索引)
分类:
其他好文 时间:
2014-08-18 18:14:22
阅读次数:
1358
public void GetPath(System.Windows.Controls.TextBox TB) { FolderBrowserDialog FBD = new FolderBrowserDialog(); FB...
分类:
其他好文 时间:
2014-08-14 19:59:19
阅读次数:
204
assemblies节点下:Page节点下的controls节点下: httpHandlers节点下: system.webServer节点下的handlers节点下:
分类:
其他好文 时间:
2014-08-14 16:21:58
阅读次数:
182
有时候从网上下来的项目示例,打开时页面会有莫名的找不到引用的报错,而dll文件确实存在,这有可能是文件被保护锁定了,找到该dll文件右键属性点击解除锁定,重新生成一下项目就可以了
本篇是iOS 7用户界面过渡指南:更新UI布局和外观(Layout & Appearance)操作栏和栏上按钮(Bars & Bar Buttons)内容视图(Content View)控件(Controls)临时视图(Temporary Views)更新UI布局和外观(Layout & Appea...
分类:
其他好文 时间:
2014-08-13 03:31:15
阅读次数:
520