Shell Background Color

Public support forum for peer to peer support with related to the Visual Objects and Vulcan.NET products
Post Reply
robmit
Posts: 1
Joined: Wed Dec 04, 2019 9:14 pm

Shell Background Color

Post by robmit »

Is there a way to change the background color of a StandardShellWindow in a Visual Objects program?

Thanks,

Rob
User avatar
robert
Posts: 4467
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

Re: Shell Background Color

Post by robert »

Rob,
Many people have used code to paint the shell background with either a gradient fill or an image.
This was 3rd party code that used low level api to manipulate the background.
Out of the box, this is not possible.
You may find this code in the newsgroup comp.lang.clipper.visual-objects if you seek for Shell and Gradient

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
User avatar
ArneOrtlinghaus
Posts: 412
Joined: Tue Nov 10, 2015 7:48 am
Location: Italy

Re: Shell Background Color

Post by ArneOrtlinghaus »

Some years ago I made some tests changing the shell background color with single colors or with the gradient example code. The results did not look very nice and the solution consumed some extra meaurable CPU ressources. And the user did not have any advantages.

Then I tested some possibilities to install "dynamic" information using a HTML control and/or the Internet Explorer control directly on the Shell background. But the program can get instable and consumes much more ressources without easy possibilities for the user to switch out this behavior.

Arne
Post Reply