一个自定义的窗体样式MessageBox控件
摘要:
using System;using System.Collections.Generic;using System.Text;using System.Drawing;using System.Drawing.Drawing2D;using System.Windows.Forms;using System.Runtime.InteropServices; partial class CYMessageBox : Form { [DllImport("user32.dll", CharSet = CharSet.Auto)] private static extern b 阅读全文
posted @ 2009-11-22 22:03 风灵溪清 阅读(303) 评论(0) 推荐(0)
浙公网安备 33010602011771号