c文字變色

時間 2022-07-18 08:40:04

1樓:mingkong明空

textbox:

this.richtextbox1.text = "歡迎";

this.richtextbox1.selectall();

this.richtextbox1.selectioncolor = color.red;

font font = new font(fontfamily.genericmonospace,14,fontstyle.regular);

this.richtextbox1.selectionfont = font;

點選按鈕:

this.richtextbox1.text = "謝謝";

this.richtextbox1.selectall();

this.richtextbox1.selectioncolor = color.black;

font font = new font(fontfamily.genericmonospace,10,fontstyle.regular);

this.richtextbox1.selectionfont = font;

發現沒?空間中有屬性 可以控制顏色的改變

2樓:匿名使用者

是隨機變還是通過控制項控制變

C替換文字中的指定字元,C 替換乙個文字中的指定字元

string.format string path 123.txt 檔案路徑 string con filestream fs new filestream path,filemode.open,fileaccess.read streamreader sr new streamreader fs ...

變色熱水袋,變色毛巾,什麼是變色毛巾?

修復一下 1 你的毛巾變色是使用時間長的原因麼?2 你的毛巾變色是剛使用就掉色的原因麼?1的回答是 毛巾變色 變硬主要是因為水中游離的鈣 鎂離子與肥皂結合,生成鈣鎂皂附著在毛巾的表面。會滋生各類細菌,危害就不用明說了吧。2的回答是 毛巾褪色也會影響健康 毛巾為什麼會褪色?褪色的毛巾對人體又會有什麼樣...

c語言如何讀取文字裡面的內容,C語言如何讀取txt文字裡面的內容?

c語言可以使用fopen 函式讀取txt文字裡。示例 include file stream,stream2 void main void int numclosed open for read will fail if file data does not exist if stream fope...