DotNet编程-星光伴我行

滴滴真谛 水滴石穿

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

12 2005 档案

摘要:1if exists(select name from sysobjects where name='Insert_PicType_T07_Trig' and type='TR') 2DROP TRIGGER Insert_PicType_T07_Trig 3go 4 5CREATE TRIGGER Insert_PicType_T07_Trig ON PicType_T07 6FOR INS... 阅读全文
posted @ 2005-12-09 12:49 DotNet编程 阅读(573) 评论(0) 推荐(0)

摘要:获取当前文件夹下的所有空文件夹路径信息 1using System; 2using System.Drawing; 3using System.Collections; 4using System.ComponentModel; 5using System.Windows.Forms; ... 阅读全文
posted @ 2005-12-07 10:18 DotNet编程 阅读(1750) 评论(0) 推荐(0)

摘要:图像的绘制,剪切,旋转,添加文字.生成图像的缩略图 1 //按指定大小绘制图像 2 private void button1_Click(object sender, System.EventArgs e) 3 { 4 Bitmap ... 阅读全文
posted @ 2005-12-05 12:46 DotNet编程 阅读(988) 评论(1) 推荐(0)

摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--> 1 C#中对 API函数的调用 2 3 4 using System; 5 using Syst... 阅读全文
posted @ 2005-12-04 13:59 DotNet编程 阅读(1681) 评论(3) 推荐(0)