Posted Monday, December 12, 2005 6:43 AM
|
|
|
|
i am using a ddl to call other dll to show a form, that´s ok.But the problem is, i can not give the focus to the form, if there are more forms or programs opened the form that i call stay under the others , i want it to apears in front of all the others things opened,i have already used ShowModal but it does not work, can you help me, i am using C++ Builder(Borland) in windows 2000.
tks
|
|
Posted Monday, December 12, 2005 7:14 AM
|
|
|
|
Hi
You may try setting the Parent property of the form that you want to stay on top of another form.
Trifon Triantafillidis | Lead Developer |
|
|
|
|
|