Hi,
I am using D7 with IE7 RC1 under win XP.
I found out the the Form.ShowModal no long working with IE7 anymore. In the
IE Deskband, I create a button and when it click, I popup a new form such
as:
From1 := TForm1.Create(nil)
try
Form1.ShowModal;
finally
From1.Free;
end;
In IE7, you can always swith to other tab without close the modal window.
But if you open IE7 build-in 'Internet Options' window, it works fine.
How can I fix this problem?
Cheers,
Tao
[Non-text portions of this message have been removed]
.