掲示板システム
ホーム
アクセス解析
カテゴリ
ログアウト
テキストボックスの中に色をつける (ID:109433)
名前
ホームページ(ブログ、Twitterなど)のURL (省略可)
本文
MsgTextBox.SelStart = 0 MsgTextBox.SelLength = 0 MsgTextBox.SelColor = RGB(0, 0, 0) MsgTextBox.SelText = "789" MsgTextBox.SelStart = 0 MsgTextBox.SelLength = 0 MsgTextBox.SelColor = RGB(255, 0, 0) MsgTextBox.SelText = "456" MsgTextBox.SelStart = 0 MsgTextBox.SelLength = 0 MsgTextBox.SelColor = RGB(0, 0, 0) MsgTextBox.SelText = "789" こんな感じでできるハズ。 リッチテキストの出し方とかは、ログを検索してみてください。
←解決時は質問者本人がここをチェックしてください。
戻る
掲示板システム
Copyright 2020 Takeshi Okamoto All Rights Reserved.