Board index » cppbuilder » Forms in a DLL & Alt+Tab
Mike Collins
![]() CBuilder Developer |
Forms in a DLL & Alt+Tab2006-03-30 07:34:34 AM cppbuilder57 Hi all, got a quick question to ask, not sure what I'm doing wrong. I have a DLL in which I have several forms embedded. At run-time I create theses forms in response to calls made to exported functions. The first form is created non-modal, from there I can create another form modal or non-modal. For some reason, each form is appearing as another 'application' when I press Alt+Tab to switch through running applications. Can anyone point me in the right direction here - does it have anything to do with the parent object that the form's belong to? I've been experimenting with using different value during the construction i.e. new TSomeForm(Application); new TSomeForm(NULL); new TSomeForm(SomeOtherForm); Any pointers would be excellent... Mike C |