04-21-2009 03:09 AM
06-30-2009 04:21 AM
Hi cronisis
you find an example for C# attached.
VB.NET should work similar.
07-05-2009 11:46 PM
Just to clarify. It is not recommended to use Engine.RegisterUIMessageCallback() from .NET. Instead you should either create an instance of the application manager or engine activex control on a form (a hidden one if you don't want a visible UI) and add a handler for the UIMessageEvent of the activex control.
Hope this helps,
-Doug