Group box bitmap backgrounds? (OpenInsight Specific)
At 17 JUL 1998 03:53:56PM Steve C. wrote:
Is it possible to set a bitmap as the background of
a Group box? If so how???
TIA
Steve C.
At 18 JUL 1998 09:07PM Cameron Revelation wrote:
Steve,
Is it possible to set a bitmap as the background of a Group box? If so how???
If it is possible, it is through the BITMAP property. Otherwise, use a bitmap control inside the group box or try making the group box part of the bitmap (change the bitmap to include the image of a group box). What are you trying to do with the bitmap and group box? That would help. (BTW some trivia: the Windows group box is actually a type of button.)
Cameron Purdy
Revelation Software
At 20 JUL 1998 08:44AM Steve C. wrote:
Cameron,
I'm just trying to improve the aesthetics of a particular
Form. I didn't think about simply sizing a bitmap control inside
the group box. I'll give that a try and see how it looks. However,
I will also have numerous edit line and check box controls within
the group box,…. I hope the bitmap control doesn't "cover up"
the other controls. If this doesn't work I may have to make the group box part of the window bitmap, a hassle.
Thanks…
Steve C.