Thread: Frames
View Single Post
Old Feb 19th, 2005, 8:13 PM   #2
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
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.
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote