PaulSinnema :
Hi ChriZ,
Thanks for the templates. After some struggling got it to work and looks OK. Something is missing though. In the Wiki for VB and C++ a desription can be found on how to create code that reacts to events fired by MC. I can't find anything on how to do that in C#. Got a clue?
Paul.
Hi Paul.
The templates were made around about this time last year,
when MC events were still being developed for the SDK.
The .NET templates use a wrapper to allow them to interact
with the MFC DLL.
As a result the wrapper is still 'wrapping' an older DLL,
so there is no events visible.
It's high on my list of things to get updated. However my time's
really quite fragmented at the moment, so I don't see this
happening within the next week.
If you want something quicker than that, there maybe
some useful information in my top post, where I converted
the VB6 Busy box example to .NET
It's a while since I've looked at it however, and it's
possible I ended up using a different technique for the templates.
I think John Gately also had a go at creating a VB.NET plugin
with events and got them to work.