Hallo Meinwolf,
stimmt nicht ganz ;-)
Das hab ich gesucht:
Zitat:
Callback Registration for NX Open for .NET
--------------------------------------------------------------------------------The AddMenuAction method (found in MenuBarManager) is used to register a callback with NX. The input name used in AddMenuAction must match the string used in the menu file. In the examples above the two callbacks used as actions are titled "my_app_hello" and "my_app_goodbye". The example below (hello_goodbye.vb) registers two callbacks in the Startup method. After compiling and linking this example, the executable (hello_goodbye.dll) should be placed in the startup folder along with one of the example menu files above.
Source file: hello_goodbye.vb
theUI.MenuBarManager.AddMenuAction("my_app_hello", AddressOf HelloCB)
theUI.MenuBarManager.AddMenuAction("my_app_goodbye", AddressOf GoodbyeCB)
Ist in der NX Doku
Trotzdem danke!
------------------
Gruß Matthias
------------------------------------
ICQ: 163190295
Eine Antwort auf diesen Beitrag verfassen (mit Zitat/Zitat des Beitrags) IP