いろいろ備忘録日記

主に .NET とか Go とか Flutter とか Python絡みのメモを公開しています。

2012-05-12から1日間の記事一覧

WPFデザイナで選択中コントロールのコンテナを選択するショートカット (WPFデザイナ, VisualStudio, ESCキー)

C#

知ってると、ちょっと便利かもしれないTips。メモメモ。 私はさっき知りましたw VisualStudioのWPFデザイナ上で、特定のコントロール(Buttonなど)を 選択している際、ESCキーを押下すると、そのコントロールを配置しているコンテナ(パネルとかウィンドウ…

AvalonEdit (WPF Text Editor, WPFテキストエディタ, SharpDevelop, ICSharpCode.AvalonEdit)

C#

CodeProjectで、記事を見つけたのでメモメモ。 ICSharpCode.TextEditorのWPF版みたいな位置づけ。 Using AvalonEdit (WPF Text Editor) http://www.codeproject.com/Articles/42490/Using-AvalonEdit-WPF-Text-Editor Download Source code http://www.codep…

リソースメモ

Folder protection for Windows using C# and concepts on Windows Shell menu for folders http://www.codeproject.com/Articles/20880/Folder-protection-for-Windows-using-Csharp-and-con The Model-View-Controller(MVC) Pattern with C#/WinForms http…