System.Windows.Forms.IWin32Window

Posted by Roger Blanchard on 09-Jan-2012 14:00

I need to pass a System.Windows.Forms.IWin32Window to a control. What is the equivalent in the ABL? I tried the form name and it did not work. I tried formname:Handle and it did not compile.

Any help would be appreciated.

All Replies

Posted by Admin on 09-Jan-2012 14:09

A .NET Form implements that Interface.

So pass a Form reference to your Control and you should be fine.

Posted by Roger Blanchard on 09-Jan-2012 14:16

That is what I thought...will try again.

Thanks for confirming.

This thread is closed