2011-01-23から1日間の記事一覧

パーツその1:WebBrowserEx.cs (パーツ2も作ってください) using System; using System.Collections.Generic; using System.Text; using System.Runtime.InteropServices; using System.ComponentModel; using System.Windows.Forms; using System.Secur…

Form1.Desiner.csを忘れていました。

http://d.hatena.ne.jp/kabacsharp/20110122 の追記分です。 using System.Windows.Forms; namespace ABCS { partial class frmMain { /// /// 必要なデザイナ変数です。 /// private System.ComponentModel.IContainer components = null; /// /// 使用中の…