急!!!请问shellexecute用的是那个头文件?在线等待,立即给分!

时间:2021-05-16 10:02:29
急!!!请问shellexecute用的是那个头文件?在线等待,立即给分!

5 个解决方案

#1


uses ShellApi; //for Delphi

#include "ShellApi.hpp" //For BCB

#2


uses shellapi

#3


uses shellApi;

shellExecute(Handle,'Open',Pchar(Edit1.text),nil,nil,sw_shownormal);

#4


uses ShellApi; 
(hinstance,'open','http://www.7feet.net',nil,nil,sw_shownormal);

#5


shellexecute(hinstance,'open','http://www.7feet.net',nil,nil,sw_shownormal);

#1


uses ShellApi; //for Delphi

#include "ShellApi.hpp" //For BCB

#2


uses shellapi

#3


uses shellApi;

shellExecute(Handle,'Open',Pchar(Edit1.text),nil,nil,sw_shownormal);

#4


uses ShellApi; 
(hinstance,'open','http://www.7feet.net',nil,nil,sw_shownormal);

#5


shellexecute(hinstance,'open','http://www.7feet.net',nil,nil,sw_shownormal);