Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rveel
  • Order by date
  1. rveel

    Call J# from C#

    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.
  2. rveel

    Call J# from C#

    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
  3. rveel

    Excel VBA Button Click Event calls subroutine multiple times!

    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...
  4. rveel

    Excel VBA Button Click Event calls subroutine multiple times!

    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...
  5. rveel

    ActiveX Event from Background Thread

    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?

Part and Inventory Search

Back
Top