Using .NET created controls

D.Cook

Member
After hours of development I've discovered that you can't embed a COM-enabled (CCW) .NET user control in a window in AppBuilder - (See KB article P70093). Darn..
Has anybody run into this issue and found an alternative?

Wait -- I have! Creating a .NET library that is COM-enabled - which just happens to display an extra window on the screen. I was hoping to have something embedded in my 4GL window.. but this might be sufficient.
 
And another possibility: use the COM-enabled .NET library to provide the information I need and display it entirely with Progress.. why didn't i think of that before?
 
Back
Top