涛
涛子_1966
Unregistered / Unconfirmed
GUEST, unregistred user!
我在一个无窗口程序中调用:
SW:=CoShellWindows.Create;
for i:=0 to SW.Count-1 do begin
spDisp := SW.item(i)
//当i=1时程序死掉
........
end;
同样的写法,在有窗口程序中执行正常,请问是和道理,如何解决
SW:=CoShellWindows.Create;
for i:=0 to SW.Count-1 do begin
spDisp := SW.item(i)
//当i=1时程序死掉
........
end;
同样的写法,在有窗口程序中执行正常,请问是和道理,如何解决