ChenLin

Results 25 issues of ChenLin

How to make buttons support shortcut keys?

good first issue
question

When will you consider supporting. Net 5.0?

It is recommended that mspaint functions be added, such as scribing, marking, and various shapes. The ideal state is to replace mspaint completely. ChenLin

How to get the total number of records returned by using the JSON.Parse(json) function? I use JSON.Parse(json).count to return only the number 5, which actually has 364 records.

在读取CSV 文件时,如果某列内容有回车换行,读取的时候就会提示 给定关键字不在字典中 的错误。

` private static IEnumerable ReadDnsNames(X509Certificate? cert) { if (cert is X509Certificate2 x509) { var extension = x509.Extensions.OfType().FirstOrDefault(); if (extension != null) { return extension.EnumerateDnsNames(); } } return Array.Empty(); } `...

如果可以不引用那几个bass的DLL就更好了。

### Bug explanation When FormStyle is set to StatusAndActionBar_None, the form does not display properly as an MDI subform: the top display is incomplete, and it can only be displayed...

bug

Can H.NotifyIcon be used in Winform?

Hello, why did I put _Server.Logger=PrintServeLog; Then call _Server.Stop(); Here's the code for the PrintServeLog, which outputs connection information to a ListBox. ``` private void PrintServeLog(string msg) { try {...