2023年1月10日 星期二

[C#]WPF 如何加入新font

 


將新font放入font的目錄內











app.xaml 加入








Mainwindow.xaml 內加入





2022年7月8日 星期五

[C#]WPF study

 

[WPF] Styles and Templates
https://yuchungchuang.wordpress.com/2019/04/13/wpf-%E6%95%99%E5%AD%B8-2%EF%BC%9Astyles-and-templates/


WPF-样式问题-ListBox或ListView中子项全填充去除边线问题
https://blog.csdn.net/qq_28806349/article/details/119986734
去除邊線及最上面的標題欄


WPF中TreeView的使用
https://blog.csdn.net/qq_43024228/article/details/107547352

2022年6月24日 星期五

[C#]AvalonDock 學習

 不錯的文章:

WPF 第三方控件学习使用——可停靠布局控件(AvalonDock)
https://blog.csdn.net/youyomei/article/details/103107304


WPF#Dirkster.AvalonDock教程
https://blog.csdn.net/weixin_41220464/article/details/111474383


AvalonDock使用(1)-基本用法
https://blog.csdn.net/BitoLink/article/details/115519082?spm=1001.2101.3001.6650.4&utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7ECTRLIST%7Edefault-4-115519082-blog-111474383.pc_relevant_downloadblacklistv1&depth_1-utm_source=distribute.pc_relevant.none-task-blog-2%7Edefault%7ECTRLIST%7Edefault-4-115519082-blog-111474383.pc_relevant_downloadblacklistv1

AvalonDock的基本用法
https://www.796t.com/content/1541116222.html

2022年5月28日 星期六

[Excel]亂數公式

 


Excel 產生各種亂數的公式整理與函數教學
https://blog.gtwang.org/windows/excel-random-number-generation-formula/

用C產生常態分佈的數值
https://koukaipan.pixnet.net/blog/post/24159101

2022年5月18日 星期三

[C#]Costom Control



Custom Controls In C# .NET
https://www.ictdemy.com/csharp/winforms/custom-controls-in-csharp-net

Creating Custom Controls In C#
https://www.c-sharpcorner.com/UploadFile/f5a10c/creating-custom-controls-in-C-Sharp/

2022年5月16日 星期一

[C#] study

 

Properties (C# Programming Guide)
https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/classes-and-structs/properties#expression-body-definitions

WPF - Command Property、CommandBinding、ApplicationCommands深入探討https://skychang.github.io/2011/11/02/WPF-Command-Property%E3%80%81CommandBinding%E3%80%81ApplicationCommands%E6%B7%B1%E5%85%A5%E6%8E%A2%E8%A8%8E/

E-learning C# .NET Tutorials
https://www.ictdemy.com/csharp

2022年5月3日 星期二