How do I...Display a Window
1 post
• Page 1 of 1
How do I...Display a Window
To display Window w and continue executing:
To display Window w modally and pause execution until window w is closed:
⎕USING←'' 'System.Windows,WPF/PresentationFramework.DLL'
w←⎕NEW Window
w.Show
To display Window w modally and pause execution until window w is closed:
⎕USING←'' 'System.Windows,WPF/PresentationFramework.DLL'
w←⎕NEW Window
w.ShowDialog ⍬
-
Fiona|Dyalog - Posts: 74
- Joined: Mon Apr 22, 2013 12:59 pm
1 post
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 1 guest
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group