我试图在系统托盘中显示2-3个可更新字符,而不是显示.ico文件-类似于CoreTemp在系统中显示温度时所做的尝试:我在我的WinForms应用程序中使用NotifyIcon以及以下代码:FontfontToUse=newFont("MicrosoftSansSerif",8,FontStyle.Regular,GraphicsUnit.Pixel);BrushbrushToUse=newSolidBrush(Color.White);BitmapbitmapText=newBitmap(16,16);Graphicsg=Drawing.Graphics.FromImage(bitm