- Code: Select all
if (frm.ShowDialog(this)== DialogResult.OK)
this is a value of type System.Windows.Forms.IWin32Window.
That is, the dialog being called is modal, disallowing interaction with the environment that is this.
How can I assign '#' []wi 'hwndmain' to a variable of type System.Windows.Forms.IWin32Window?
The aim is to make the dialog disallow interaction with the APL+Win environment.