Total Commander Forum Index Total Commander
Форум поддержки пользователей Total Commander
Сайты: Все о Total Commander | Totalcmd.net | Ghisler.com | RU.TCKB
 
 RulesRules   SearchSearch   FAQFAQ   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Single Post  Topic: TC Plugins Manager 
Author Message
Alextp



PostPosted: Sat Oct 06, 2007 14:25    Post subject: Reply with quote

Запуск редактора - простой ShellExecute

Code:
//-------------------------------------------------
procedure RunEditor(const fn: string);
begin
  ShellExecute(Application.Handle, 'open', PChar(tcEditor),
    PChar(fn), PChar(ExtractFileDir(fn)), SW_SHOWNORMAL);
end;
View user's profile Send private message


Powered by phpBB © 2001, 2005 phpBB Group