首页  编辑  

资源管理器类名

Tags: /超级猛料/OS.操作系统/资源管理器/   Date Created:

]、。·ˉˇ¨〃々—~‖…’”〕〉》」』〗】∶!"'),.:;?]` Windows Explorer window

ExplorerWClass

~~~~~~~~~~~~~~

var

 TheWindow: HWND;

begin

 //find a handle to the Windows Explorer window

 Thewindow := FindWindow('ExplorerWClass',nil);

 //bring it to the top

 BringWindowToTop(TheWindow);

end;