C
combol
Unregistered / Unconfirmed
GUEST, unregistred user!
有一个多月没来了。小问题/
begin
frmsplash:=Tfrmsplash.create(application);
frmsplash.Show;
frmsplash.update;
Application.Initialize;
Application.CreateForm(Tfrmmainwin, frmmainwin);
frmsplash.Hide ;
frmsplash.close;<----|
Application.Run;
|
end |
|
---------
启动封面用上面的语句好象不能Close,将主窗口最小化,发现frmsplash
还在!!!
begin
frmsplash:=Tfrmsplash.create(application);
frmsplash.Show;
frmsplash.update;
Application.Initialize;
Application.CreateForm(Tfrmmainwin, frmmainwin);
frmsplash.Hide ;
frmsplash.close;<----|
Application.Run;
|
end |
|
---------
启动封面用上面的语句好象不能Close,将主窗口最小化,发现frmsplash
还在!!!