Is there a callback function for thinapp that I could use to execute a command, from a vbs, when an application finishes loading? Something like OnFirstParentFinish. I know there are 4 built in call back functions (OnFirstSandboxOwner, OnFirstParentStart, OnFirstParentExit, and OnLastProcessExit), but none of these execute when the app has completed loading.
I need to cacls a folder after the application has loaded.
Any thoughts on this or is this not currently available in thinapp?