如何取得explorer.exe的handle
Posted on 八月 16rd, 2007 由 admin
如何取得explorer.exe的handle
推荐阅读
网友:webnetmax
var a:hwnd;
a:=findwindow(#32770,nil);
a为explorer.exe的handle
网友:webnetmax
其实delphi自带了一个很好的看handle和其他信息的工具叫winsight32,你自己看看吧
.

讨论区