It is a drop-in assembly that lets you call up Task Dialogs in your WPF app. Uses the native TaskDialogIndirect API calls when available (Vista/7) and falls back to an emulated WPF dialog when not (XP ...
WPFのダイアログボックスのようなユーザーコントロールの作成の練習。 動くサンプルになっています。 ソースからビルドして実行し動きを確認してください。そのあとソースコードを読ん ...
When I first started coding the WPF version of .NETpad, I was frustrated by how it turned tasks that were simple in Windows Forms into complex if not impossible tasks. Those things still frustrate me ...
If you kept up with my series on modernizing .NETpad this past summer, you know I came full circle on creating custom dialogs for the app. I'm not happy with the custom dialogs I created for the OG ...