Thanks, that provided the clues I needed. I created a C# project, added a J# class library project to the same solution, set a reference in my C# project to my J# project using the GUI and added "using myJsharpClasses" to my C# source.
I need to call some J# routines from C#. Can anyone provide a simple example project? For example, a project that displays:
"Hello World - from C# code"
"Hello World - from J# code"
Thanks
Hello Bryan,
Thanks for your message. I isolated and worked around the problem today (see below) by replacing the two commented lines with the equivalent third line. I still do not understand the original behavior, but it appeared as if the commented lines generated additional...
Hello,
The subroutine associated with a Button Click Event under Excel 97 VBA executes itself repeatedly after the initial click. It does eventually stop after 50 or so iterations. The button is located on a form. I have reviewed my code closely and cannot find any reason for this. E.g...
It appears that an ActiveX control event must be generated from the control's Windows event loop thread or the container may crash. Can anyone direct me to information on this topic?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.