W
westfly
Unregistered / Unconfirmed
GUEST, unregistred user!
我用SetParent(Handle, GetDesktopWindow)试了, 结果不行。<br>部分代码如下:<br>var fTest: TTestForm;<br>begin<br> Application.CreateForm(TTestForm, fTest);<br> Windows.SetParent(fTest.Handle, GetDesktopWindow);<br> fTest.Show;<br>end;