遍历目录及子目录 unitUnit1; interface uses Windows,Messages,SysUtils,Variants,Classes,Graphics,Controls,Forms, Dialogs,StdCtrls; type TForm1=class(TForm) Memo...
分类:
其他好文 时间:
2014-07-29 20:41:22
阅读次数:
365
unit Unit1;interfaceuses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl...
分类:
其他好文 时间:
2014-07-29 20:34:42
阅读次数:
207
ASP.NET Forms 身份验证在开发过程中,我们需要做的事情包括:1. 在 web.config 中设置 Forms 身份验证相关参数。2. 创建登录页。登录页中的操作包括:1. 验证用户名和密码是否正确。2. 创建身份验证票证对象。3. 将身份验证票证对象加密成字符串,写入 Cookies。...
分类:
Web程序 时间:
2014-07-29 16:58:22
阅读次数:
360
using System;using System.Windows.Forms;using System.Diagnostics;using Microsoft.Office.Interop.Word;namespace WindowsFormsApplication1{ public par...
分类:
其他好文 时间:
2014-07-29 16:51:42
阅读次数:
232
Xamarin 读
“?zæm?rin”,是一个基于开源项目mono的能够使用C#开发的收费的跨平台(iOS、Android、Windows
Phone、Mac)解决方案。
1.原理
Xamarin.iOS:
也就是之前的 MonoTouch(Mono for iOS),使?静态编译(Ahead-Of-Time)?式将C#...
分类:
其他好文 时间:
2014-07-29 14:50:48
阅读次数:
354
添加mschart.dll动态链接库添加引用System.Windows.Forms.DataVisualizationMSChart控件作为方便的用户数据展示控件,可以方便的使用控件提供的形状和展示形式展示数据,早Web应用中用的比较多,这几天一直在做一个基于Winform的CS结构的演示程序,用...
unit Unit1;interfaceuses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs;type TForm1 = class(TForm) procedure Form....
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;using DevComponents.DotNetBar.Controls;na...
分类:
其他好文 时间:
2014-07-29 10:42:36
阅读次数:
257
Description
Every time it rains on Farmer John's fields, a pond forms over Bessie's favorite clover patch. This means that the clover is covered by water for awhile and takes quite a long time to r...
分类:
其他好文 时间:
2014-07-27 11:17:12
阅读次数:
255
抄自:http://www.w3school.com.cn/html/html_forms.asp
1.表单定义
表单是一个包含表单元素的区域。表单元素是允许用户在表单中(比如:文本域、下拉列表、单选框、复选框等等)输入信息的元素。表单使用表单标签()定义。
input元素
多数情况下被用到的表单标签是输入标签()。输入类型是由类型属性(typ...
分类:
Web程序 时间:
2014-07-26 15:19:10
阅读次数:
295