Hi!
I am writing a library in managed C++ for the .NET framework. I have
problems fireing events from a worker thread. The managed event must
be raised from the main thread, but I cannot find any way to pass
control from the worker thread to the main thread.
In the COM programming model the...
more >>
I've developed a COM object using VB.NET, and was happily calling it from an
Access application.
Then I tried to run it on another machine.
The second machine has the .NET framework installed, but not VS.
(It also has Access installed, of course.)
I have transferred the Access mdb file and the ...
more >>