Feature request: Folder Tab Colors

English support forum

Moderators: Hacker, petermad, Stefan2, white

User avatar
Vochomurka
Power Member
Power Member
Posts: 816
Joined: 2005-09-14, 22:19 UTC
Location: Russia
Contact:

Post by *Vochomurka »

You should first read these Q&A's, especially this.
how will it even know the script exists
You call PowerPro and thus let it know about it.
it is supposed to interact with TC?
Almost all ;) my scripts start with the

Code: Select all

local hwnd = win.handle("c=TTOTAL_CMD")
line. Then the interaction is mainly provided with the

Code: Select all

win.sendmessage(hwnd, 0x400+51, xxx, 0)
command, where xxx is a command number (see totalcmd.inc). That means: "send message" number "xxx" to the window with the "hwnd" handle.
Single user license #329241
PowerPro scripts for Total Commander
Post Reply