Jump to content

Recommended Posts

Posted

Many years ago, an example was posted of a Simple Background Gradient.

I've downloaded the script and it basically works ... except for the gradient.  There isn't any.  I suspect it's somehow related to the way the colors are defined in the object call:

$sColor = "blue", $eColor = "red"
... StartColorStr=" & $sColor & ", EndColorStr=" & $eColor ...

Can someone suggest what the problem might be?  Or is this method now obsolete?  (BTW, in the use I'm considering, I'm trying to avoid the overhead of using a GDI+ method, since nothing else on the GUI requires GDI+)

Thanks in advance for any assistance.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...