xxxxプログラマのメモ

先人に感謝と敬意:自分の困ったこと調べたことのメモ

Windows Form Apps

Windows Forms App on .Net Core

https://gunnarpeipman.com/datagridview-dotnet-core-31/Thanks!

WindowsForm Tips

DataGridView Windowsフォームの表示直後に初期化処理を行うには?[2.0のみ、C#、VB]:.NET TIPS - @IT c# - DataGridView: Scroll down automatically only if the scroll is at the bottom - Stack Overflow winforms - Scroll to bottom of C# DataGri…

WinForm Exception & Restart

捕捉されなかった例外がスローされたことを知る - .NET Tips (VB.NET,C#...) How to restart an application upon failure using C#Thanks!

ちらつき対応

stackoverflow.comThanks!

DatagridView Paging

stackoverflow.comThanks!

TreeView関連

GUI [Tips][TreeView] ノードを展開する | HIRO's.NET Blog データ操作 [C#] TreeViewの特定のノードに子ノードを追加する TreeView for WinFormsで高機能なツリービューを実現 (3/6):CodeZine(コードジン)Thanks!

DataGridView Design #デザイン #Form

urashita.com tama-game.hateblo.jp DataGridViewのセルに複数行のテキストを入力できるようにする - .NET Tips (VB.NET,C#...) DataGridViewの行の背景色が交互に別の色になるようにする - .NET Tips (VB.NET,C#...)Thanks!

Formアプリからバージョン情報を表示 #Form #別ダイアログ #Popup #

メインフォームから別のフォームを表示する (C#プログラミング)フォームの最大化、最小化ボタン、コントロールボックスを非表示にする - .NET Tips (VB.NET,C#...)Thanks!

Use ActiveX from Windows.Form Apps (C#)

qiita.comThanks!

Windows Formの多言語化 #Resouce for Windows Form App

urashita.comThanks!

Update Controller from Other Thread by Delegate

MethodInvoker デリゲート (System.Windows.Forms) private void ShowTime(object x) { // Don't do anything if the form's handle hasn't been created // or the form has been disposed. if (!this.IsHandleCreated && !this.IsDisposed) return; // Inv…