You need to handle
theSystem.Windows.Forms.Application.ThreadExceptionevent for Windows Forms. This
article really helped me:http://bytes.com/forum/th...
分类:
移动开发 时间:
2014-04-27 21:10:16
阅读次数:
907
文字格式设置:
字体颜色设置:
Program.cs:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
namespace ColorDialog
{
static class Program
{...
分类:
其他好文 时间:
2014-04-27 20:38:47
阅读次数:
576