Thread: Frames
View Single Post
Old Feb 19th, 2005, 7:05 PM   #1
gj15987
Programmer
 
Join Date: Feb 2005
Posts: 47
Rep Power: 0 gj15987 is on a distinguished road
Frames[SOLVED]

Hi. Can someone tell me if it is possible to create the same effect as an iFrame in html in delphi. eg www.travisonline.com.

I have a main form and have a title image on it and a menu and i want to be able to click a button on the menu and for it to open a form, but i want the form to be embedded in the current main form. I hope that makes sense. Basically, i dont want a seperate form to open in a new window when i put form_name.show; on the on click property of a button. I want it embedded in the curent form.

Hope someone can help. Thanks in advance.

Last edited by gj15987; Feb 20th, 2005 at 6:29 AM.
gj15987 is offline   Reply With Quote