【C#】【Form】 Windows Form ~ 目次 ~

  ■ Form

 * 以下の関連記事を参照のこと
Form ~基本編~
https://blogs.yahoo.co.jp/dk521123/29018521.html
Form ~プロパティ編~
https://blogs.yahoo.co.jp/dk521123/20513730.html
Form ~表示編~
https://blogs.yahoo.co.jp/dk521123/29005600.html
Form ~あれこれ編~
https://blogs.yahoo.co.jp/dk521123/29008099.html

 

  ■ TextBox

 * 以下の関連記事を参照のこと
https://blogs.yahoo.co.jp/dk521123/37852343.html

 

  ■ Button

 * 以下の関連記事を参照のこと
https://blogs.yahoo.co.jp/dk521123/37852351.html

 

  ■ Panel / ScrollableControl

 * 以下の関連記事を参照のこと
https://blogs.yahoo.co.jp/dk521123/38013080.html

 

  ■ ComboBox

 * 以下の関連記事を参照のこと
ComboBox ~ 基本編 ~
https://blogs.yahoo.co.jp/dk521123/30294576.html
ComboBox ~ 複数コンボボックスを連動させるには ~
https://blogs.yahoo.co.jp/dk521123/37979233.html
ComboBox ~あれこれ編~
https://blogs.yahoo.co.jp/dk521123/20513549.html

 

  ■ RadioButton / CheckBox / ListBox

 * 以下の関連記事を参照のこと
https://blogs.yahoo.co.jp/dk521123/20533862.html

  トグルボタン

 * 以下の関連記事を参照のこと
https://blogs.yahoo.co.jp/dk521123/37905243.html

 

  ■ DataGridView

 * 以下の関連記事を参照のこと
DataGridView ~ プロパティ編 ~
https://blogs.yahoo.co.jp/dk521123/14718079.html
DataGridView ~イベント編 ~
https://blogs.yahoo.co.jp/dk521123/23687833.html
DataGridView ~ ソート編 ~
https://blogs.yahoo.co.jp/dk521123/37914797.html
DataGridView ~ 画像・アイコン編 ~
https://blogs.yahoo.co.jp/dk521123/22293894.html
DataGridView を Label のように扱う
https://blogs.yahoo.co.jp/dk521123/29362064.html
DataGridView に ACCESS のデータを表示させる
https://blogs.yahoo.co.jp/dk521123/32859068.html
DataGridView に右クリックを適用する
https://blogs.yahoo.co.jp/dk521123/30488275.html
DataGridView ~ あれこれ編 ~
https://blogs.yahoo.co.jp/dk521123/20904670.html

 

  ■ PictureBox

 * 以下の関連記事を参照のこと
PictureBox [1] ~ 画像を表示する ~
https://blogs.yahoo.co.jp/dk521123/23504075.html
PictureBox [2] ~ PictureBox を マウスで移動する ~
https://blogs.yahoo.co.jp/dk521123/37861699.html
PictureBox [3] ~ マウスホイール で画像の拡大・縮小する ~
https://blogs.yahoo.co.jp/dk521123/37866101.html
PictureBox [4] ~ PictureBox 内に文字列を描画する ~
https://blogs.yahoo.co.jp/dk521123/37890831.html
PictureBox [5] ~ PictureBox 内に画像を描画する ~
https://blogs.yahoo.co.jp/dk521123/37890873.html
PictureBox [6] ~ PictureBox 内でMouseMoveイベントにより線を描画する ~
https://blogs.yahoo.co.jp/dk521123/37905014.html
PictureBox [7] ~ 画像をコピーする・その1 ~
https://blogs.yahoo.co.jp/dk521123/37857445.html
PictureBox [7] ~ 画像をコピーする・その2 ~
https://blogs.yahoo.co.jp/dk521123/37941138.html
PictureBox [8] ~ 画像比較スライダーをWindows Formで実装する ~
https://blogs.yahoo.co.jp/dk521123/38051736.html
PictureBox [9] ~ 画像を任意の角度で回転させる ~
https://blogs.yahoo.co.jp/dk521123/38055503.html
PictureBox [10] ~ 画像をレイヤー構造で扱う ~
https://blogs.yahoo.co.jp/dk521123/38055633.html
PictureBox [11] ~ スクロールバー付きの画像表示を考える ~
https://blogs.yahoo.co.jp/dk521123/38109343.html

  PictureBoxに関わるトラブル

PictureBoxの親のPanelを非活性にしたところSystem.ArgumentExceptionが発生する
https://blogs.yahoo.co.jp/dk521123/38115350.html

 

  ■ Chart(チャート)

 * 以下の関連記事を参照のこと
https://blogs.yahoo.co.jp/dk521123/23687833.html

 

  ■ TableLayoutPanel

 * 以下の関連記事を参照のこと
TableLayoutPanel ~ カルーセルWindows Formで実装する ~
https://blogs.yahoo.co.jp/dk521123/37849474.html

 

  ■ FlowLayoutPanel

 * 以下の関連記事を参照のこと
FlowLayoutPanel (フローレイアウトパネル)
https://blogs.yahoo.co.jp/dk521123/30738876.html

 

  ■ SplitContainer

 * 以下の関連記事を参照のこと
https://blogs.yahoo.co.jp/dk521123/29162821.html

 

  ■ Splitter

 * 以下の関連記事を参照のこと
Splitter ~ 画像比較スライダーをWindows Formで実装する ~
https://blogs.yahoo.co.jp/dk521123/37846450.html

 

  ■ TrackBar

 * 以下の関連記事を参照のこと
TrackBar ~ スライダー ~
https://blogs.yahoo.co.jp/dk521123/37843226.html

 

  ■ ContextMenuStrip

 * 以下の関連記事を参照のこと
ContextMenuStrip ~右クリックを使うには~
https://blogs.yahoo.co.jp/dk521123/22454285.html

 

  ■ Tooltip

 * 以下の関連記事を参照のこと
Tooltip (ツールチップ) [1]
https://blogs.yahoo.co.jp/dk521123/37850847.html
Tooltip [2] ~ 1つのPictureBoxに複数のToolTipを表示するには... ~
https://blogs.yahoo.co.jp/dk521123/38052822.html

 

  ■ OpenFileDialog

 * 以下の関連記事を参照のこと
https://blogs.yahoo.co.jp/dk521123/37850839.html

 

  ■ MaskedTextBox

 * 以下の関連記事を参照のこと
https://blogs.yahoo.co.jp/dk521123/30258884.html

 

  ■ DateTimePicker / MonthCalendar

 * 以下の関連記事を参照のこと
DateTimePicker / MonthCalendar [1] ~ 基本編 ~
https://blogs.yahoo.co.jp/dk521123/28700738.html
DateTimePicker [2] ~ Null値を許容 ~
https://blogs.yahoo.co.jp/dk521123/30254461.html

 

  ■ HScrollBar / VScrollBar

 * 以下の関連記事を参照のこと
HScrollBar / VScrollBar ~ 独自スクロールバーの実装 ~
https://blogs.yahoo.co.jp/dk521123/38010582.html

  その他のスクロールに関する事項

 * 以下の関連記事を参照のこと
スクロール に関するあれこれ
https://blogs.yahoo.co.jp/dk521123/37838702.html

 

  ■ 独自のコントロール

  UserControl (ユーザコントロール)

 * 以下の関連記事を参照のこと
https://blogs.yahoo.co.jp/dk521123/21165720.html

  カスタムコントロール

 * 以下の関連記事を参照のこと
https://blogs.yahoo.co.jp/dk521123/24527172.html

 

  ■ binding

 * 以下の関連記事を参照のこと
binding ~ データバインディング
https://blogs.yahoo.co.jp/dk521123/21268762.html

 

  ■ TaskDialog

 * 以下の関連記事を参照のこと
https://blogs.yahoo.co.jp/dk521123/21936607.html

 

  ■ NotifyIcon

 * 以下の関連記事を参照のこと
NotifyIcon ~ ポップアップ通知を行うには... ~
https://blogs.yahoo.co.jp/dk521123/37855712.html

 

  ■ ダイアログ

 * 以下の関連記事を参照のこと
メッセージボックス(MessageBox) / ダイアログ
https://blogs.yahoo.co.jp/dk521123/29585261.html

 

  ■ イベントに関して

  DragDropイベント

ドラッグ&ドロップでファイルを開く
https://blogs.yahoo.co.jp/dk521123/37867510.html

  MouseWheelイベント

マウスホイールイベントの追加方法
https://blogs.yahoo.co.jp/dk521123/37867491.html

  KeyDown/KeyUp/KeyPress/PreviewKeyDownイベント

キーイベント ~ KeyDown/KeyUp/KeyPress etc ~
https://blogs.yahoo.co.jp/dk521123/37896876.html

 

  ■ サンプル

  簡易付箋紙

 * 以下の関連記事を参照のこと
簡易付箋紙を作成する
https://blogs.yahoo.co.jp/dk521123/29196565.html

  カルーセル

 * 以下の関連記事を参照のこと
TableLayoutPanel ~ カルーセルWindows Formで実装する ~
https://blogs.yahoo.co.jp/dk521123/37849474.html

  画像比較スライダー

 * 以下の関連記事を参照のこと
Splitter ~ 画像比較スライダーをWindows Formで実装する ~
https://blogs.yahoo.co.jp/dk521123/37846450.html
PictureBox [8] ~ 画像比較スライダーをWindows Formで実装する ~
https://blogs.yahoo.co.jp/dk521123/38051736.html

  常駐アプリ

 * 以下の関連記事を参照のこと
タスクトレイにある常駐アプリの作成
https://blogs.yahoo.co.jp/dk521123/37858885.html

  画面遷移

 * 以下の関連記事を参照のこと
画面遷移を考える ~ ApplicationContext ~
https://blogs.yahoo.co.jp/dk521123/38020554.html

 

  ■ トラブルシューティング

デザイナーに関するトラブルシューティング
https://blogs.yahoo.co.jp/dk521123/29205330.html
画面のちらつき防止
https://blogs.yahoo.co.jp/dk521123/20497544.html
BindingSourceを利用することにより、意図していないのに同期してしまう
https://blogs.yahoo.co.jp/dk521123/22051015.html
PictureBoxの親のPanelを非活性にしたところSystem.ArgumentExceptionが発生する
https://blogs.yahoo.co.jp/dk521123/38115350.html

 

  ■ その他

  アプリケーション終了

 * Environment.Exit(0);で終了できる

  色

 * 以下の関連記事を参照のこと
Form に関する色あれこれ
https://blogs.yahoo.co.jp/dk521123/38013544.html

  クリップボード

 * 以下の関連記事を参照のこと
https://blogs.yahoo.co.jp/dk521123/7518189.html

  カーソル

 * 以下の関連記事を参照のこと
https://blogs.yahoo.co.jp/dk521123/20246067.html

  図形の描画

 * 以下の関連記事を参照のこと
Graphics ~ さまざまな描画 ~
https://blogs.yahoo.co.jp/dk521123/32877749.html

  オートコンプリート機能

 * 以下の関連記事を参照のこと
https://blogs.yahoo.co.jp/dk521123/29586032.html

  設定ファイル

 * 以下の関連記事を参照のこと
アプリの設定ファイル
https://blogs.yahoo.co.jp/dk521123/38122457.html

  アプリ状態を復元

 * 以下の関連記事を参照のこと
アプリの状態を復元する仕組みを考える
https://dk521123.hatenablog.com/entry/37889424

  Windows アプリ⇔ ブラウザ 起動するには

自作Windowsアプリからブラウザを起動するには
https://blogs.yahoo.co.jp/dk521123/13069605.html
ブラウザから自作Windowsアプリを起動するには
https://blogs.yahoo.co.jp/dk521123/37951845.html