Marquee.ocx

jeffcoop_69

New Member
Hello all,
I'm working with using the Marquee.ocx to add a scrolling message to our application. Has anyone worked with this .ocx before and if so, how do you manage the background colors? I haven't been able to change the background color of the ocx and the BackGroundColor property doesn't appear to work for me. TIA for any help.
 
Answered my own question. Since I'm loading my scrolling text from an HTML file I just place tags in the HTML file to change the background color (along with any other settings, fonts... size... colors... etc). Something like <body TOPMARGIN=1, bgcolor="#FF0000">
 
Back
Top