T
tbergman
Guest
Progress 11.3 We have Progress GUI application that we have not had the time or resources to rewrite using .Net Forms. We have used .Net forms for new features but keep wanting to use some .Net controls in some of our exiting ABL windows. I know this is unsupported but decided to give it a try. Using a form with FormBorderStyle set to none, and the WinApi calls setParent and MoveWindow, I've been able to get this basically working in a small test environment. The one remaining known problem is that when I focus on the .Net form that's embedded in the ABL window, the ABL window appears inactive. This may not be a fatal flaw but it is distracting. I have two questions. 1) Is there a way I can get the ABL Window to retain its active appearance even when focus is now on the embedded .Net form? 2) Has anyone else done this and what other pitfalls am I likely to encounter? IOW, am I wasting my time for some as yet undiscovered reason? Thanks
Continue reading...
Continue reading...