public class ZyjProgressBar : System.Windows.Forms.ProgressBar { //用于跨线程访问控件的委托 private delegate void deleByControl(int v); /...
分类:
编程语言 时间:
2014-08-05 00:26:38
阅读次数:
241
之前在做程序的时候,有遇到过这个问题:无法将类型“string”隐式转换为“System.Windows.Forms.DataGridViewTextBoxColume"解决方法解决办法是:列的名称不能为”Name“关键字。因为是菜鸟,所以总是会碰到好多问题,总之就相当于做笔记咯
A major function of the DataView is to allow for data binding on both Windows Forms and Web Forms.Additionally, a DataView can be customized to presen...
分类:
其他好文 时间:
2014-08-02 15:19:43
阅读次数:
175
http://msdn.microsoft.com/en-us/library/system.windows.forms.datagridview(v=vs.110).aspxThe DataGridView control provides a customizable table for dis...
//Delphi动态建立WebBrowerunit Main;interfaceusesWindows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,Dialogs, StdCtrls;typeTForm1 = c...
分类:
Web程序 时间:
2014-08-01 13:07:31
阅读次数:
242
unitUnit1; interface uses Windows,Messages,SysUtils,Variants,Classes,Graphics,Controls,Forms, Dialogs,StdCtrls; type TForm1=class(TForm) Button1:TButt...
分类:
其他好文 时间:
2014-08-01 12:57:41
阅读次数:
198
//获取 TreeView选中的文件路径unit Unit1;interfaceusesWindows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,Dialogs, StdCtrls, ComCtrls;type...
分类:
其他好文 时间:
2014-08-01 12:54:11
阅读次数:
205
一、环境搭建
Windows下环境搭建:
1.下载并安装jdk 及android
sdk;
2.下载Xamarin.VisualStudio,可以从官方下在线安装的,也可以下载3.0.54版本的离线安装包。
3.下载完毕运行安装程序,按照提示一步一步安装即可。
Mac下环境搭建:
官方在线安装
二、创建Xamarin.Forms项目
...
分类:
其他好文 时间:
2014-07-30 12:15:33
阅读次数:
249
TreeView节点拖拉操作1 //事先设置 TreeView1.DragMode= dmAutomatic; unitUnit1; interface uses Windows,Messages,SysUtils,Variants,Classes,Graphics,Controls,Forms, ...
分类:
其他好文 时间:
2014-07-29 21:38:52
阅读次数:
245
ListView往TreView里面拖拽 unitUnit1; interface uses Windows,Messages,SysUtils,Variants,Classes,Graphics,Controls,Forms, Dialogs,ComCtrls; type TForm1=class...
分类:
其他好文 时间:
2014-07-29 21:38:12
阅读次数:
241