Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
Re: Dynamically set editor background colour VB Re Post 8845
Re: Dynamically set editor background colour VB Re Post 8845
08-06-2009, 1:34 AM
stevef
Joined on 12-16-2008
Posts 9
Re: Dynamically set editor background colour VB Re Post 8845
Reply
Quote
Adam,
Using:
Editor1.EditorBodyStyle="background-color:" & bgcol & "color:" & fcol
Results in NO background-color and No font color.
Using:
Editor1.EditorBodyStyle="background-color:" & bgcol
Results in background-color set to variable bgcol.
View Complete Thread