07-09-2007 10:28 AM
07-11-2007 10:20 AM
07-12-2007 04:30 AM
Thanks Nikolai
I am just reading the Help file, hope that NI could offer more source code, and examples!
07-12-2007 04:48 AM
07-12-2007 09:36 AM
In regards to catching the new sequence file command, you can add an event handler for the ApplicationMgr.PreCommandExecute event.
The Command is a parameter to the event, so you can check whether command.Kind is equal to CommandKind_Edit_NewSequenceFile.
This works both when commands are invoked explicitily through a call to Command.Execute, and when commands are invoked implicitly such as when you connect a button with the ConnectCommand method.