Window background

BlitzPlus Forums/BlitzPlus Programming/Window background

locoHost(Posted 2004) [#1]
Can I set the background color of a window? Or better yet can I set an image as the background?


Eikon(Posted 2004) [#2]
Create a Panel that covers the window (its invisible). Then use SetPanelColor or SetPanelImage

http://www.blitzbasic.com/bpdocs/command.php?name=SetPanelColor&ref=goto
http://www.blitzbasic.com/bpdocs/command.php?name=SetPanelImage&ref=goto


locoHost(Posted 2004) [#3]
Thanks Eikon :-)

Can I set the colors of input gadgets? Like the background color and font color of a textarea?

I'm guessing yes. I'll look thru the guide now.