|
That reminds me - need Travis concert tickets. Anyone know if they're playing in London anytime soon?
Anyhoo, onto the problem. I don't know how you would do it in Delphi, but in Visual Basic, you can do this by drawing a PictureBox, and putting another one inside it. A PictureBox is usually used to show a picture, but can be used to hold other controls as well. Make it look however you want, draw some controls in, set the Visible property to False, and instead of using Form_Name.Show, use Picture_Name.Visible := True.
|