08-05-2008 01:07 AM
axApplicationMgr1.CloseAllExecutions();
axSequenceFileViewMgr1.GetCommand(
CommandKinds.CommandKind_Exit).Execute(false);axApplicationMgr1.GetEngine().UnloadAllModules();
It dosent seem to be helpfull, because sometime after the application closed the proccess is still exist (i can see it in the windows task manager)
any idea how can i close my application and test stand togther?
yaniv
08-12-2008 09:38 AM