Hi all!~
I've been developing an application, it has 2 projects - main written in VC++, and a DLL written in C#. DLL contains mainly a form, in which I've got an event, that runs 2 methods, one in each project. Is there any way to set a sequence of method call (first in C# application, after it in VC++ application)?