Following code works fine in older Windows versions
Code: Select all
⎕USING←'System'
⎕USING,←⊂'System.Windows.Forms,system.windows.forms.dll'
filebox←⎕NEW OpenFileDialog
filebox.ShowDialog ⍬
But it does crash in Windows 10
Does anybody know what's wrong? Is it Dyalog APL error or improper using of Windows API?
Would be thankful for help.