G
Guest
hi, im doing this:
Dim str as string = "#" & Me.rtbCreate.ForeColor.R &
Me.rtbCreate.ForeColor.G & Me.rtbCreate.ForeColor.B
rtbCreate being a rich text box control, yet the colors dont match. the
color shown in the WebBrowser control is different that that of the
RichTextBox....ive also tried using just
Me.rtbCreate.GetHashCode to try, and that still wont give me the right
color. does anyone know how i can get the colors to match? thanks
Dim str as string = "#" & Me.rtbCreate.ForeColor.R &
Me.rtbCreate.ForeColor.G & Me.rtbCreate.ForeColor.B
rtbCreate being a rich text box control, yet the colors dont match. the
color shown in the WebBrowser control is different that that of the
RichTextBox....ive also tried using just
Me.rtbCreate.GetHashCode to try, and that still wont give me the right
color. does anyone know how i can get the colors to match? thanks