Recent content by Cougar

  1. C

    .NET made OCX vs Progress events

    Unfortunately not. I thought I'd use the Message Blaster OCX with combination of SendMessage API calls from the .NET object to trigger events in Progress. It works for simple things, but the Progress event handler cannot execute any "blocking command", such as WAIT-FOR or PROCESS EVENTS, and...
  2. C

    .NET made OCX vs Progress events

    Well, my goal was not an interactive ActiveX control which can be placed on a progress frame, just a generic worker COM object, so unfortunately I can't help you there, I'm sorry. As for the events, I came to a conclusion it's not possible for Progress to catch events from a .NET generated COM...
  3. C

    .NET made OCX vs Progress events

    Hi, I was wondering if anyone ever used an OCX made in .NET in conjunction with Progress 9. I managed to make a simple OCX in C#. Method calls work ok, but I don't seem to be able to implement a COM event sink properly. The events are just ignored by Progress, even though the OCX appears to be...
Top