By ‘it’, do you mean TimePhase? I have tried adding Time Phase as a menu item under Processes (UDTimePh) and then pointing the button to that instead of directly to the program dll.
private void epiButtonTimePhase_Click(object sender, System.EventArgs args)
{
// ** Place Event Handling Code Here **
ProcessCaller.LaunchForm(oTrans, "UDTimePh");
}
Still not working. Appears as if it is not clickable.