How do I provide a modal dialog box configuration UI in the SHV? The INapComponentConfig.InvokeUI implementation must be in the same dll as the SHV. The PlatformSDK example unfortunately has it in another exe that must be started before invoking the configuration
from NPS. That is not how all other SHV(s) work. So I am interested in a dialog UI in a free threaded DLL. I did try copying the the SHV configuration code in the PlatformSDK example to the SHV with no success. Any examples would be greatly appreciated.
↧