Forum Post: AW: Embedding .Net form in Progress window

  • Thread starter Thread starter Mike Fechner
  • Start date Start date
Status
Not open for further replies.
M

Mike Fechner

Guest
Hi Peter – preferably you’d start SmartWindow persistent. You instantiate a .NET Form that contains the WindowContainer Control and pass the ABL Windows’s Handle to the WindowContainer’s Handle property. Only challenge: You need to do this before the ABL Window realized. src/adm2/custom/containrcustom.i is typically a good place to do that. Any I trust that you have a local copy of the ADM2 source code in your application anyway! Von: PeterWokke [mailto:bounce-PeterWokke@community.progress.com] Gesendet: Donnerstag, 11. September 2014 08:38 An: TU.OE.Development@community.progress.com Betreff: RE: [Technical Users - OE Development] Embedding .Net form in Progress window RE: Embedding .Net form in Progress window Reply by PeterWokke The GUI for .NET docs are explaining how to add a window to MDIChildForm into a MDI container. And to embed the window into a Window container and set the parent to the form. In the example they use CREATE WINDOW hWin. And add this hWin. It does not explain how I get my SmartWindow sales/wo_order.w into this. Do I have to start it persistent set to get the window handle and forward that into the Window Container? Or is there an other way to set a window handle to sales/wo_order.w Kind regards, Peter Wokke Stop receiving emails on this subject. Flag this post as spam/abuse.

Continue reading...
 
Status
Not open for further replies.
Back
Top