SelectAllInCurrentPane関数(TKInfo.dll)(Ver7.30対応版)
 この関数は、現在アクティブな枠の中で「すべて選択」を実行します。添付ファイル枠がアクティブな場合は添付ファイルをすべて選択します。

返り値(数値型)
 返り値に意味はありません。


loaddll "tkinfo.dll";
#n = dllfunc("SelectPane", 3);            // 添付ファイル枠を選択
#n = dllfunc("SelectAllInCurrentPane");  // すべて選択
#n = sendmessage( hidemaruhandle(0), 0x111, 40323, 0 );  // 添付ファイルを名前を付けて保存...