本文转载:http://www.cnblogs.com/hailexuexi/archive/2012/04/23/2466398.html代码:#region DataGridVeiw Style System.Windows.Forms.DataGridViewCellStyle dataGri...
using System;using System.Collections.Generic;using System.Runtime.InteropServices;using System.Windows.Forms;namespace drmaple{ class HotKey { ...
using System.Windows.Forms;using System.Runtime.InteropServices;using System.IO;[DllImport("kernel32.dll", SetLastError = true)]static extern int Writ...
分类:
其他好文 时间:
2014-07-02 22:46:27
阅读次数:
334
代码如下: 1 using System; 2 using System.Runtime.InteropServices; 3 using System.Text; 4 using System.IO ; 5 using System.Windows.Forms; 6 namesp...
分类:
其他好文 时间:
2014-07-02 20:23:24
阅读次数:
241
unit Unit1;interfaceuses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, ...
分类:
其他好文 时间:
2014-07-02 19:11:48
阅读次数:
202
html:<inputid="Fi_Fp"runat="server"name="Fi_Fp"type="file"/>.cs:usingSystem.IO;usingSystem.Text.RegularExpressions;usingSystem.Windows.Forms;if(Fi_Fp.PostedFile.ContentLength>0)//上传了新图书{b._upfile=uploadFile(Fi_Fp);if(isTxt==true){b._txtlist=r..
分类:
其他好文 时间:
2014-07-02 06:47:27
阅读次数:
204
#region 将ENTER键转换为TAB protected override void OnKeyUp(System.Windows.Forms.KeyEventArgs e) { base.OnKeyUp(e); if (...
11i: Form:f60gen $AU_TOP/forms/ZHT/GLXJEENT.fmb userid=apps/tpsadbm output_file=$GL_TOP/forms/ZHT/GLXJEENT.fmxf60gen $AU_TOPformsZHTXXWIPQ001N.fmb app...
分类:
其他好文 时间:
2014-06-27 16:17:45
阅读次数:
305
$title=“title”$message="hello,world"[void] [System.Reflection.Assembly]::LoadWithPartialName("System.Windows.Forms")$balloon = New-Object System.Windo...
分类:
其他好文 时间:
2014-06-27 12:54:43
阅读次数:
216
利用Asp.net MVC处理文件的上传下载如果你仅仅只有Asp.net Web Forms背景转而学习Asp.net MVC的,我想你的第一个经历或许是那些曾经让你的编程变得愉悦无比的服务端控件都驾鹤西去了.FileUpload就是其中一个,而这个控件的缺席给我们带来一些小问题。这篇文章主要说如何...
分类:
Web程序 时间:
2014-06-27 12:45:35
阅读次数:
379