Zerium
Zerium
CC#
Created by Diesel Geezer on 7/4/2023 in #help
❔ Problems with applying multiple styles on text in RichTextBox
i few more questions one is when you say it does not work does that mean the the end text is no longer bold and just underlined and 2 is, is RTBox just the name of the richtextbox or are you using some sort of gui add on for winforms
10 replies
CC#
Created by Diesel Geezer on 7/4/2023 in #help
❔ Problems with applying multiple styles on text in RichTextBox
does it use winforms .net framework .net 6 or not winforms entirely
10 replies
CC#
Created by Flourish on 7/5/2023 in #help
❔ Transparent Issue.
Use "transFarentbackground"
25 replies
CC#
Created by Flourish on 7/5/2023 in #help
❔ Transparent Issue.
if it is winforms then what might work is something like CosmeticPicturebox.parent = BackgroundPicturebox;
25 replies
CC#
Created by Diesel Geezer on 7/4/2023 in #help
❔ Problems with applying multiple styles on text in RichTextBox
Here you go RTBox.Select(5,18); RTBox.SelectionFont = new Font(RTBox.SelectionFont, RTBox.SelectionFont.Style | FontStyle.Bold); RTBox.Select(7, 18); RTBox.SelectionFont = new Font(RTBox.SelectionFont, RTBox.SelectionFont.Style | FontStyle.Underline);
10 replies