#define NO_WIN32_LEAN_AND_MEAN
#include shlobj.hpp
#include vcl.h
// 以上三行放在单元文件最开始
//---------------------------------------------------------------------------
strUCt TShortcutCfg
{
// 构造函数
TShortcutCfg()
{
nShowCmd = SW_SHOWNORMAL;
wHotKey = 0;
nIconIndex = 0;
}
// 结构成员:
AnsiString strShortcutName; //
AnsiString strLnkDir; //
AnsiString strDestFile; //
AnsiString strArguments...[ 查看全文 ]