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.